document.write("<div id='wjdc3' style='filter:alpha(opacity=100);position:absolute'>");
document.write("<A href='http://wmfs.citygf.com/' target='_blank'><img src='http://www.foshan.gov.cn/images/adv/1.jpg' border='0' /></a></div>");
var x3 = 360,y3 = 460 
var xin3 = false, yin3 = true 
var step3 = 1 
var delay3 = 24 
var obj3=document.getElementById("wjdc3") 
function wj3() { 
var L3=T3=0
var R3= document.body.clientWidth-obj3.offsetWidth 
var B3 = document.body.clientHeight-obj3.offsetHeight 
obj3.style.left = x3 + document.body.scrollLeft +50
obj3.style.top = y3 + document.body.scrollTop 
x3 = x3 + step3*(xin3?1:-1) 
if (x3 < L3) { xin3 = true; x3 = L3} 
if (x3 > R3){ xin3 = false; x3 = R3} 
y3 = y3 + step3*(yin3?1:-1) 
if (y3 < T3) { yin3 = true; y3 = T3 } 
if (y3 > B3) { yin3 = false; y3 = B3 } 
} 
var itl3= setInterval("wj3()", delay3) 
//obj.onmouseover=function(){clearInterval(itl)} 
obj3.onmouseout=function(){itl3=setInterval("wj3", delay3)} 
