
campNow = new Date(); 
randomNum = campNow.getTime(); 

function getRandomNum() 
{ 
	randomNum = (randomNum * 4567 + 22876) % 53118; 
	return (Math.round(randomNum)); 
} 

function showTag(vstrCode, vintType, vstrDetails) 
{ 
	document.write("<IMG SRC='/CMS_LIB/ca.asp?c=" + vstrCode + "&t=" + vintType + "&a=" + vstrDetails + "&n=" + getRandomNum() + "' border=0 width='1' height='1'>");
} 

function getReferrer()
{
	return (document.referrer);
}