

/**

var m_layer1,m_layer2;
function initMove() {
m_layer1=document.getElementById("AdLayer1");
m_layer2=document.getElementById("AdLayer2");
m_layer1.style.top = "10px";
m_layer1.style.left = "10px";
m_layer1.style.visibility = 'visible'
m_layer2.style.top = "10px";
m_layer2.style.right = "10px";
m_layer2.style.visibility = 'visible'
//MoveLayers();
//window.onscroll=MoveLayers;
}
function MoveLayers() {
var x = 50; // ×óÓÒ±ß¾à
var y = 10; // ¶¥¾à
var st=document.documentElement.scrollTop;
var cw=document.documentElement.clientWidth;

var y = st + y;
//m_layer1.style.top = y+"px";
//m_layer1.style.left = x+"px";
//m_layer2.style.top = y+"px";
//m_layer2.style.left = cw-m_layer2.clientWidth-x+"px";
}
function adClose(){
	m_layer1=document.getElementById("AdLayer1");
	m_layer2=document.getElementById("AdLayer2");
	m_layer1.style.visibility = 'hidden'
	m_layer2.style.visibility = 'hidden'
}
window.setTimeout("initMove()",600);

var left_img = "";
left_img += "<img src=\"/images/close1.gif\" onclick=\"adClose()\" style=\"cursor:hand;\" border=\"0\" /><br>";
left_img += "<a href=\"http://www.fjtz.com/\" target=\"_blank\"><image src=\"KFC/adwant100150.gif\" width=\"100\" height=\"150\" vspace=\"3\" border=\"0\"></a><br>";
left_img += "<a href=\"http://www.fjtz.com/\" target=\"_blank\"><image src=\"KFC/adwant100150.gif\" width=\"100\" height=\"150\" vspace=\"3\" border=\"0\"></a><br>";

left_img += "<img src=\"/images/close.gif\" onclick=\"adClose()\" style=\"cursor:hand;\" border=\"0\" />";

var right_img = "";
right_img += "<img src=\"/images/close1.gif\" onclick=\"adClose()\" style=\"cursor:hand;\" border=\"0\" /><br>";
right_img += "<a href=\"http://www.fjtz.com/\" target=\"_blank\"><image src=\"KFC/adwant100150.gif\" width=\"100\" height=\"150\" vspace=\"3\" border=\"0\"></a><br>";
right_img += "<a href=\"http://www.fjtz.com/\" target=\"_blank\"><image src=\"KFC/adwant100150.gif\" width=\"100\" height=\"150\" vspace=\"3\" border=\"0\"></a><br>";


right_img += "<img src=\"/images/close.gif\" onclick=\"adClose()\" style=\"cursor:hand;\" border=\"0\" />";

document.writeln("<div id='AdLayer1' style='position:absolute;z-index:1'>" + left_img + "</div>");
document.writeln("<div id='AdLayer2' style='position:absolute;z-index:1'>" + right_img + "</div>");

**/
