// created on 28 Oct 2010 by Suwandi
// serve only Innity tvc
// combined Plush, Diva, Relax, Digital1 and soshiok into 1 tag with timing 30:30

// start - Dennis timing script
userDate = new Date();
userSec= userDate.getSeconds();

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

// End -  Dennis timing script

// start of Digitalone
if ((document.URL.indexOf('digitalone.com.sg') != -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 = 'TECHNOLOGY';");
	document.write ("innity_zone = '10869';");
	document.write ("innity_width = '480';");
	document.write ("innity_height = '270';");
	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 -->");
	
	}  	
}    
// End of Digitalone
// start of diva 
else if ((document.URL.indexOf('divaasia.com') != -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 = 'WOMEN';");
		document.write ("innity_zone = '10876';");
		document.write ("innity_width = '480';");
		document.write ("innity_height = '270';");
		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 -->");
	}

}
// end of diva 

// start of plush 
else if ((document.URL.indexOf('plushasia.com') != -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 = 'LIFESTYLE';	");
		document.write ("innity_zone = '10866';	");
		document.write ("innity_width = '480';	");
		document.write ("innity_height = '270';	");
		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 -->");
	}
}
// end of plush

// start of soshiok 
else if ((document.URL.indexOf('soshiok.com') != -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 = 'FOOD_DINING';");
		document.write ("innity_zone = '10868';");
		document.write ("innity_width = '480';");
		document.write ("innity_height = '270';");
		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 -->");
	
	}
}
// end of soshiok


// start of relax 
else if ((document.URL.indexOf('relax.com.sg') != -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 = 'TRAVEL';");
	document.write ("innity_zone = '10867';	");
	document.write ("innity_width = '480';");
	document.write ("innity_height = '270';");
	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 -->");
	}

}
// end of relax


