document.writeln("<div id=\"msn\" style=\"Z-INDEX:99999; LEFT:0px; WIDTH:197px; POSITION:absolute; TOP:0px; HEIGHT:69px; BACKGROUND-COLOR:#c9d3f3\">");
document.writeln("<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("<td><a href=\"http://www.ccrdi.com/Category_9/index.aspx?typeid=1\"><img src=\"/Skin/Jky/Images/sp1.gif\" width=\"197px\" height=\"69px\" border=\"0\"></a><\/td>");
document.writeln("<\/tr><\/table><\/div>");
msn.style.top=document.body.clientHeight-69;
msn.style.left=document.body.clientWidth-197;

document.writeln("<div id=\"msnleft\" style=\"Z-INDEX:99999; LEFT:0px; WIDTH:197px; POSITION:absolute; TOP:0px; HEIGHT:69px; BACKGROUND-COLOR:#c9d3f3\">");
document.writeln("<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("<td><a href=\"http://www.ccrdi.com/Special_7/Index.aspx\"><img src=\"/Skin/Jky/Images/sp2.gif\" width=\"197px\" height=\"69px\" border=\"0\"></a><\/td>");
document.writeln("<\/tr><\/table><\/div>");
msnleft.style.top=document.body.clientHeight-69;
msnleft.style.left=document.body.clientWidth;

moveR();
function moveR() {
msn.style.top=document.documentElement.scrollTop+document.documentElement.clientHeight-69;
msn.style.left=document.documentElement.scrollLeft+document.documentElement.clientWidth-197;
//msn.style.left=(document.documentElement.scrollLeft+document.documentElement.clientWidth-1000)/2;
//msn.style.top=document.body.scrollTop+document.body.clientHeight-116;


msnleft.style.top=document.documentElement.scrollTop+document.documentElement.clientHeight-69;
msnleft.style.left=(document.documentElement.scrollLeft+document.documentElement.clientWidth-1000)/2;
setTimeout("moveR();",80)
}
