<!--
globalSearchHeaderStr = "<img src='http://www.itv.com/img/itv_header/header_websearch.gif' border=0>";
bannerStr = "<td rowspan=2 align=right width=100% height=100% background='http://www.itv.com/images/banner_ads_ie.gif'>";
regionaliseStr = "<td background='http://www.itv.com/images/tile_leftblue.gif'><img src='http://www.itv.com/blackdot.gif' width=121 height=100 border=0><br><img src='http://www.itv.com/blackdot.gif' width=5 height=1 border=0><img src='http://www.itv.com/images/logo_tvtimes.gif' border=0><br><img src='http://www.itv.com/blackdot.gif' width=1 height=5 border=0><br><img src='http://www.itv.com/images/tvtimes_text.gif' border=0></td>";

var agt = navigator.userAgent.toLowerCase(); 
if ((agt.indexOf("mac")!=-1)) 
{
	if ((agt.indexOf("msie") != -1)) 
	{
			fieldSize = "17";
			searchStr = "<td background='http://www.itv.com/img/itv_header/tile_leftblue.gif'><img src='http://www.itv.com/blackdot.gif' width=110 height=1 border=0></td><td bgcolor='#ffffff'><img src='http://www.itv.com/blackdot.gif' width=40 height=1 border=0></td><td width='508' height=100% background='http://www.itv.com/img/itv_header/bg_banners_content_ie.gif'>";
			searchBoxSpacerStr = "<tr><td><img src='http://www.itv.com/blackdot.gif' width=125 height=1 border=0></td></tr>";
	}
	else 
	{
			fieldSize = "13";
			searchStr = "<td background='http://www.itv.com/img/itv_header/tile_leftblue.gif'><img src='http://www.itv.com/blackdot.gif' width=120 height=1 border=0></td><td bgcolor='#ffffff'><img src='http://www.itv.com/blackdot.gif' width=40 height=1 border=0></td><td width='508' height=100% background='http://www.itv.com/img/itv_header/bg_banners_content_nn.gif'>";
			searchBoxSpacerStr = "<tr><td><img src='http://www.itv.com/blackdot.gif' width=122 height=1 border=0></td></tr>";
	}
} 
else 
{
	if ((agt.indexOf("win")!=-1)) 
	{
		if ((agt.indexOf("msie") != -1)) 
		{
			searchStr = "<td background='http://www.itv.com/img/itv_header/tile_leftblue.gif'><img src='http://www.itv.com/blackdot.gif' width=121 height=1 border=0></td><td bgcolor='#ffffff'><img src='http://www.itv.com/blackdot.gif' width=31 height=1 border=0></td><td width='508' height=100% background='http://www.itv.com/img/itv_header/bg_banners_content_ie.gif'>";
			searchBoxSpacerStr = "<tr><td><img src='http://www.itv.com/blackdot.gif' width=125 height=1 border=0></td></tr>";

			if ((agt.indexOf("nt 5.0") != -1)) 
			{
				fieldSize = "15";
			}
			else
			{
				fieldSize = "18";
			}	
		}
		else 
		{
			searchStr = "<td background='http://www.itv.com/img/itv_header/tile_leftblue.gif'><img src='http://www.itv.com/blackdot.gif' width=121 height=1 border=0></td><td bgcolor='#ffffff'><img src='http://www.itv.com/blackdot.gif' width=39 height=1 border=0></td><td width='508' height=100% background='http://www.itv.com/img/itv_header/bg_banners_content_nn.gif'>";
			searchBoxSpacerStr = "<tr><td><img src='http://www.itv.com/blackdot.gif' width=122 height=1 border=0></td></tr>";

			if ((agt.indexOf("6.0") != -1)) 
			{
				fieldSize = "7";
			}
			else
			{
				fieldSize = "10";
			}
		}
	}
}
