
document.write('<div id="img1" style="position: absolute;z-index:100;width:200px;" onmouseover="clearInterval(interval1);" onmouseout="start1()">');
document.write('<div style="width:200px;line-height:24px;text-align:center;background:#55C2FA;color:#414680;cursor:pointer" onclick="closeDiv1(this)"> ¹Ø ±Õ </div>');

document.write('<a href="http://www.sdzjfw.com/CreditQuality/Index.aspx" target="_blank"><img src="swf/20090727.gif" border=0 /></a>');
//document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="210" height="100">');
//document.write('<param name="movie" value="swf/20090416.swf">');
//document.write('<param name="quality" value="high">');
//document.write('<PARAM NAME="wmode" VALUE="transparent">');
//document.write('<embed src="swf/20090416.swf" width="210" height="100" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed></object>');
document.write('</div>');

var xPos1 = 800;
var yPos1 = 0;
var step1 = 1;
var delay1 = 30;                     
var height1 = 0;                     
var Hoffset1 = 0;                    
var Woffset1 = 0;                     
var yon1 = 0; 
var xon1 = 0;                     
var pause1 = true;                    
var interval1;   

var img1 = document.getElementById("img1"); 
img1.style.top = yPos1;

function changePos1() {  
width1 = document.documentElement.clientWidth || document.body.clientWidth;  
height1 = document.documentElement.clientHeight || document.body.clientHeight; 

Hoffset1 = img1.offsetHeight;                    
Woffset1 = img1.offsetWidth; 

var scrollLeft1 = document.documentElement.scrollLeft || document.body.scrollLeft; ;
var scrollTop1 = document.documentElement.scrollTop || document.body.scrollTop; 

img1.style.left = xPos1 + scrollLeft1 + "px";                    
img1.style.top = yPos1 + scrollTop1 + "px";    

if (yon1) {                  
yPos1 = yPos1 + step1;                    
}               
else {             
yPos1 = yPos1 - step1;                    
}            
if (yPos1 < 0) {                  
yon1 = 1;                    
yPos1 = 0;                    
}                  
if (yPos1 >= (height1 - Hoffset1)) {                    
yon1 = 0;                    
yPos1 = (height1 - Hoffset1);                     
}                  
if (xon1) {                    
xPos1 = xPos1 + step1;                    
}                 
else {                 
xPos1 = xPos1 - step1;                   
}                  
if (xPos1 < 0) {                    
xon1 = 1;                   
xPos1 = 0;                   
}         
if (xPos1 >= (width1 - Woffset1)) {                    
xon1 = 0;           
xPos1 = (width1 - Woffset1);                    
}                    
}                   
function start1() {                    
img1.visibility = "visible";                  
interval1 = setInterval('changePos1()', delay1);                    
}              
function closeDiv1(obj){
	clearInterval(interval1);
	obj.parentNode.parentNode.removeChild(obj.parentNode);	
}
start1();  
