
<!--
	var rndSeed = Math.random()+"";
	var rndNum = rndSeed * 10000000000000;
	var spotlightRoot = "http://ad.doubleclick.net/activity;src=832760;type=thchi193;cat=";
	var spotlightSuffix = ";ord=1;num=";

	function hci_throwSpotlightTag(categ) 
	{
		document['spotlight_tag'].src = spotlightRoot + categ + spotlightSuffix + rndNum + '?';
	}

	function openTvSchedule()
	{
		setTimeout("hci_throwSpotlightTag('histi734')",600);
		window.location="http://www.historyintl.com/global/listings/listings.jsp?NetwCode=HCI";
	}

	function openDiscussions()
	{
		setTimeout("hci_throwSpotlightTag('histi135')",600);
		window.location="http://boards.historychannel.com/category.jspa?categoryID=3070";
	}

	function openCableLocator(form)
	{
		setTimeout("hci_throwSpotlightTag('histi162')",600);

		var myWindow = null;
		var searchzip = "";
   
		searchzip = escape(form.searchzip.value);
		myWindow = window.open('','cable_loc','resizable=no,toolbar=0,location=0,noresize,directories=0,status=0,menubar=0,scrollbars=1,copyhistory=0,width=753,height=660');
		myWindow.location = 'http://www.click2locate.com/HistoryInternationalChannel/default.asp?searchzip=' + searchzip + '&channels=70&action=findcarriers';
	
		return false;
	}
//-->

