
// Defaults settings
var GMTVBgColor="0033CC"
var GMTVTxtColor="FFFFFF"
if (AffURL == undefined)
	{
	var AffURL="";
	}
if (AffColor == undefined)
	{
	var AffColor="";
	}
if (GMTVaffilatesID == undefined)
	{
	var GMTVaffilatesID=0;
	}
if (AffPageTitle == undefined)
	{
	var AffPageTitle=0;
	}
if (LogoChanger == undefined)
	{
	var LogoChanger='';
	}
if (GMTVBanner == undefined)
	{
	var GMTVBanner=0;
	}
if (GMTVMenu == undefined)
	{
	var GMTVMenu=0;
	}

function isdefined(variable)
{
    return (typeof(window[variable]) == "undefined")?  false: true;
}

if (isdefined('YoMeGoCID'))
	{
		if (YoMeGoCID == '-1') {
			var YoMeGoCID = 1;
		} 
		if (YoMeGoCID == '-2') {
			var YoMeGoCID = 2;
		} 
		var bannersection = 'your.gm.tv.cid'+ YoMeGoCID;	
	} else {
		var bannersection = 'gmtv.co.uk.affiliates';
	}

// Banner
if (GMTVBanner != 1){
var cgi = new Object();
cgi.http_host = location.host;
var ord=Math.random();
gmtv_cachebuster=ord*10000000000000000000;
var banner = '<SCR' + 'IPT LANGUAGE="JavaScript" SRC="http://ad.uk.doubleclick.net/adj/'+ bannersection +'/'+cgi.http_host+';pos=1;dcopt=ist;tile=1;sz=1x1,468x60,728x90;ord='+gmtv_cachebuster+'?"><\/SCR' + 'IPT>'
}

// Styles
var Styles = '<style>'
var Styles = Styles + 'LABEL, label{font-family : Arial, Verdana, Helvetica, Geneva, sans-serif; margin : 0; font-weight : normal; text-align : left; font-size : 75%;}'
var Styles = Styles + '.bgcolor{background-color: #' + GMTVBgColor + ';}'
var Styles = Styles + '.greenback{background : url(http://www.gm.tv/misc/affiliates/navigation/images/greenback.gif) repeat-x; background-color: #' + GMTVBgColor + '}'
var Styles = Styles + '.transback{background : url(http://www.gm.tv/misc/affiliates/navigation/images/transparentback.gif) repeat-x; background-color: #' + GMTVBgColor + '}'
var Styles = Styles + 'a.atopnav:link, a.atopnav:visited, a.atopnav:active, a.atopnav:focus{color : #FFFFFF; font-weight : bold; text-decoration : none; padding : 4px 5px 5px 5px; font-family : Arial; margin : 0; text-align : left; font-size : 75%;}'
var Styles = Styles + '.topnav, .topnavpipe, .secnavpipe{color : #FFFFFF;}'
var Styles = Styles + 'a.weatherWhite:focus,a.weatherWhite:link,a.weatherWhite:visited,a.weatherWhite:active { color : white; font-weight:bold; font-size : 75%; font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;}'
var Styles = Styles + 'a.bottomlinks:link, a.bottomlinks:visited, a.bottomlinks:active, a.bottomlinks:hover, a.bottomlinks:focus{color : #666666; font-family : Arial; font-size : 65%; font-weight : normal; text-decoration : none;}'
var Styles = Styles + 'a.bottomlinks:hover{text-decoration : underline;}.bottompipe{color : #666666; font-size : 65%; font-weight : normal; text-decoration : none;}.footflourish{border-bottom : solid #3300FF 1px; margin-bottom : 7px;}'
var Styles = Styles +  '.headerwhitepipe, a.aheaderwhitelink:link, a.aheaderwhitelink:visited, a.headerwhitelink:active, a.headerwhitelink:hover, a.aheaderwhitelink:focus{text-decoration : none;font-weight : normal;color:#FFFFFF;font-family : Arial, Verdana, Helvetica, Geneva, sans-serif; margin : 0; font-weight : normal; text-align : left; font-size : 75%;}'
var Styles = Styles +  'a.aheaderwhitelink:hover{text-decoration : underline;}'
var Styles = Styles + '</style>'


// DISPLAY THE CODE //

// Styles
document.write(Styles);

//Nedstat bits
function sitestat(ns_l){
ns_l+='&amp;ns__t='+(new Date()).getTime();ns_pixelUrl=ns_l;
ns_0=document.referrer;
ns_0=(ns_0.lastIndexOf('/')==ns_0.length-1)?ns_0.substring(ns_0.lastIndexOf('/'),0):ns_0;
if(ns_0.length>0)ns_l+='&amp;ns_referrer='+escape(ns_0);
if(document.images){ns_1=new Image();ns_1.src=ns_l;}else{document.write('<img src="'+ns_l+'" width="1" height="1" alt="">')};
}
sitestat("http://uk.sitestat.com/gmtv/gmtv/s?gmtv.wl." + location.hostname);

// Surrounding Table
document.write('<table celspacing="0" cellpadding="0" hspace="0" bgcolor="' + AffColor +'" vspace="0"  width="'+widthsize+'"  border="0" height="90"><tr><td align="center">')



// Banner
if (GMTVBanner != 1){ 
	document.write(banner); 
}


