﻿// JScript 文件

document.write("<div id='timRight' style='position: absolute; top: 112px; width:117px; height:203px; visibility: visible;'><iframe id='iframe_TM_right' name='iframe_TM_right' width='100%' height='100%' frameborder='0' scrolling='no' src='AD_Float/TM.aspx'></iframe></div>");


function OnADScroll()
{
	timRight.style.top = document.body.scrollTop + document.documentElement.scrollTop + 112;
	
	timRight.style.left = document.body.offsetWidth - 117;
}

window.setInterval('OnADScroll()', 50);

