if(window.screen.width>800)
{
var imgheight

imgheight=600;
 function myload()
{

ctw.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
ctw.style.left=document.body.offsetWidth-130;
ctw1.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
ctw1.style.left=document.body.offsetWidth-1020;
setTimeout("myload();",5);

}
 






document.write("<div id=ctw style='position: absolute;width:104;top:0;left:578;visibility: visible;z-index: 1'><EMBED src='image/kt.swf' quality=high  WIDTH=104 HEIGHT=242 TYPE='application/x-shockwave-flash'></EMBED></div>");
document.write("<div id=ctw1 style='position: absolute;width:104;top:0;left:578;visibility: visible;z-index: 1'><EMBED src='image/kt.swf' quality=high  WIDTH=104 HEIGHT=242 TYPE='application/x-shockwave-flash'></EMBED></div>");
myload();
}