var showtvc = 0;
var url = unescape(location.href);
var a = url.indexOf("/") + 2;
var b = url.indexOf(".");
var vertical = url.substring(a,b);
var pv = getCounter(pvCookie);
var catimpressions = GetCookie(catCookie);
if (catimpressions == null) {
	catimpressions = 0;
}

var c= url.indexOf(".sg/")+4;
var shorturl= url.substring(c,url.length);
var e=shorturl.indexOf("/");
var omysection = shorturl.substring(0,e);
//alert("omysection ="+ omysection);
// pv1 - cat; pv2 - tvc; pv3 - cat (if catMax not reached); pv4 - tvc
//alert("pv="+pv);
if ( (catimpressions < catMax) && (pv % 2 == 1)) {
	getCounter(catCookie);
	//alert("catMax="+catMax);
	//alert(catimpressions);
	//alert('Show CATFISH');
	showtvc = 0;
	//alert("showtvc="+showtvc);
	//if (!document.phpAds_used) document.phpAds_used = ',';phpAds_random = new String (Math.random());
	//phpAds_random = phpAds_random.substring(2,11);

	//document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
	//document.write ("http://streamit.hardwarezone.com/adjs.php?n=" + phpAds_random);
	//document.write ("&amp;what=zone:1069&amp;target=_blank");
	//document.write ("&amp;exclude=" + document.phpAds_used);

	//if (document.referrer)
	//	document.write ("&amp;referer=" + escape(document.referrer));
	//document.write ("'><" + "/script>");
	//document.write ("<noscript><a href='http://streamit.hardwarezone.com/adclick.php?n=a8d8ddff' target='_blank'>							");
	//document.write ("<img src='http://streamit.hardwarezone.com/adview.php?what=zone:1069&amp;n=a8d8ddff' border='0' alt=''></a></noscript>	");
	//document.write ("<!-- AD TAGGING FOR HARDWAREZONE CATFISH : END -->	");	
	
		if (omysection == 'News') {
		secVar='omy_news';	
		cat1Var='main';
	}else if (omysection == 'Showbiz')  {	
		secVar='omy_showbiz';					
		cat1Var='lifestyle';						
	}else if (omysection == 'Lifestyle')  {	
		secVar='omy_mylifestyle';					
		cat1Var='lifestyle';							
	}else if (omysection == 'Multimedia') {
		secVar='omy_Multim';						
		cat1Var='lifestyle';							
	}else {
		secVar='omy_home';			      
		cat1Var='main';			      
	}

		document.write('<!--  AdSpace catfish  OMY '+ secVar + 'Start -->');
		document.write('<script language="JavaScript1.1" src="http://ads.asia1.com.sg/js.ng/site=tomy&pagepos=30&sec=' + secVar + '&cat1=' + cat1Var + '&cat2=omysec&size=10X10"></script>');
		document.write('<NOSCRIPT><a href="http://ads.asia1.com.sg/click.ng/site=tomy&pagepos=30&sec=' + secVar + '&cat1=' + cat1Var + '&cat2=omysec&size=10X10"><img src="http://ads.asia1.com.sg/image.ng/site=tomy&pagepos=30&sec=' + secVar + '&cat1=' + cat1Var + '&cat2=omysec&size=10X10" border="0"></a></NOSCRIPT>');
		document.write('<!-- AdSpace catfish  OMY  '+ secVar + ' End -->');		
			
	
} else {

	//alert(catimpressions);
	//alert('Show TVC');
	showtvc = 1;
	//alert("showtvc="+showtvc);

	document.write ("<!-- AD TAGGING FOR MEDIAONE TVC - SPECIFIC : START -->	");
	document.write ("<!-- BEGIN: SectionID -->									");
	document.write ("<script language='javascript' type='text/javascript'>		");
	if (omysection == 'News') {
		document.write ("_m1SecID='000000619-002';									");
	}else if (omysection == 'Showbiz')  {	
		document.write ("_m1SecID='000000619-004';									");
	}else if (omysection == 'Lifestyle')  {	
		document.write ("_m1SecID='000000619-006';									");
	}else {
		document.write ("_m1SecID='000000619-001';			              ");
	}
	document.write ("_m1IsActive=1;												");
	document.write ("_m1PosV=3;													");
	document.write ("_m1PosH=1;													");
	document.write ("_m1PosX=0;													");
	document.write ("_m1PosY=20;												");
	document.write ("<" + "/" + "script>										");
	document.write ("<!-- END: SectionID -->									");
	document.write ("<!-- AD TAGGING FOR MEDIAONE TVC - SPECIFIC : END -->		");

}

