/* commented out 2/1 to accomodate new related games block; scroller unneccessary

function doScroller() {
	document.getElementById('gamescroll').className = "makeScroll";
//	document.getElementById('scores').className = "makeScroll";
	Scroller.reset('gamescroll');
//	Scroller.reset('scores');
}

var obs = new Object;
obs.onPostLoad = function(notifier, data)
{
	setTimeout("doScroller()", 1500);

};


dsShell.addObserver(obs);
dsThisGame.addObserver(obs);

*/


cnnad_newTileIDGroup(new Array('600x400_spon', '728x90_top'));

function doact(d)
{
var doc = eval("document.copyLinkInputField."+d);
cp = doc.createTextRange();
doc.focus();
doc.select();
cp.execCommand("Copy");
}

						
function doRating(){	
	setTimeout("drawRating()", 1500);
}

function drawRating(){
	document.getElementById('rateBox').style.display = "block" 
}

