// created on 28 Oct 2010 by Suwandi
// serve only Innity tvc

userDate = new Date();
userSec= userDate.getSeconds();

if (userSec >= 1 && userSec <= 60  )
{
	showtvc=0;
	showWebouts=0;
	showCatfish=0;
	showOthers = 1; 
	
}

if (showOthers==1)
{
	document.write ("<!-- AD TAGGING FOR Innity TVC -->	");
	document.write ("<!-- BEGIN: Verticle  -->");
	document.write ("<script language='javascript' type='text/javascript'>");
	document.write ("innity_pub = '69cb3ea317a32c4e6143e665fdb20b14';");
	
	document.write ("innity_cat = 'NEWS';		");
	document.write ("innity_zone = '16075';		");
	
	document.write ("innity_width = '500';		");
	document.write ("innity_height = '350';		");
	document.write ("innity_country = 'SG';		");
	document.write ("<" + "/" + "script>		");

	document.write ("<script language='javascript' type='text/javascript' src='http://cdn.innity.com/network.js' >");
	document.write ("<" + "/" + "script>		");
	document.write ("<!-- END: SectionID -->	");
	document.write ("<!-- AD TAGGING FOR Innity TVC - SPECIFIC : END -->");
	
}

