// JavaScript Document
lastScrollY=0;
function heartBeat(){ 
	var diffY;
	if (document.documentElement && document.documentElement.scrollTop)
		diffY = document.documentElement.scrollTop;
	else if (document.body)
		diffY = document.body.scrollTop
	else
		{/*Netscape stuff*/}
		
	//alert(diffY);
	percent=.1*(diffY-lastScrollY); 
	if(percent>0)percent=Math.ceil(percent); 
	else percent=Math.floor(percent); 
	document.getElementById("lovexin14").style.top=parseInt(document.getElementById("lovexin14").style.top)+percent+"px";

	lastScrollY=lastScrollY+percent; 
	//alert(lastScrollY);
}

//---------------

	function OpenLink(obj){
		var wnd = window.open(obj.href);
		setTimeout(function(){wnd.location = 'http://www.tickets.beijing2008.cn'}, 9000);
		return false;
	}

		
	function openURL(){
		javascript: pageTracker._trackPageview('/outgoing/VISAż¨');
		javascript:window.open('https://ccclub.cmbchina.com/CrdCardApply/LoginChannelSelect.aspx?cardsel=7005&WT.mc_id=<?echo $_SESSION["WTmc_id"];?>','','');
	}


suspendcode14="<DIV id=\"lovexin14\" style='right:12px;POSITION:absolute;TOP:115px;' onClick='openURL()'><a href='https://ccclub.cmbchina.com/CrdCardApply/LoginChannelSelect.aspx?cardsel=7005' target='_blank'><img src=images/right.jpg border='0'></a></div>"
document.write(suspendcode14); 
window.setInterval("heartBeat()",1);
