function hoverShow(obj,obj2,obj3) {
	var obj = document.getElementById(obj);
	obj.style.display="inline";
	var obj2 = document.getElementById(obj2);
	obj2.style.display="none";
	var obj3 = document.getElementById(obj3);
	obj3.style.display="none";
	}
	

function VideoPlayerPopUp(URL)
	{
	    day = new Date();
	    id = day.getTime();
	    eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=1,scrollbars=1,location=1,statusbar=1,menubar=0,resizable=1,width=980,height=700,left = 1,top = 1');");
	}		
	
function resize() {
	var widths25 = widths+30;
	elements=['thtvWrapper','thtvNav','contentShell','treehouseFooter']
	for (var count = 0; count < elements.length; count++) {
		document.getElementById(elements[count]).style.width=widths+"px";
		}
	//document.getElementById('thtvSkyscraper').style.left=widths25+"px";
	//document.getElementById('thtvSkyscraper').style.marginRight="-"+widths25+"px";
	}

function dockInfo() {
	for( var j = 0; j < arguments.length; j++ ) {
		var obj = document.getElementById(arguments[j]);
		obj.style.visibility="hidden"; 
		}
	document.getElementById('dock').style.visibility="visible";
	}	
	
function undockInfo() {
	for( var j = 0; j < arguments.length; j++ ) {
		var obj = document.getElementById(arguments[j]);
		obj.style.visibility="visible"; 
		}
	document.getElementById('dock').style.visibility="hidden";
	}

document.write('<link rel="stylesheet" href="http://www.treehousetv.com/Themes/treehouse-v8/PartnerWrapper/Style/global.css" type="text/css"/><div id="thtvWrapper"><br /><div id="thtvNav"><a href="http://www.treehousetv.com"><img src="http://www.treehousetv.com/Themes/treehouse-v8/PartnerWrapper/Images/bgNavLogo.gif" id="navLogo" name="navLogo" width="111" height="52" alt="" /></a><img src="http://www.treehousetv.com/Themes/treehouse-v8/PartnerWrapper/Images/bgNavEnd.gif" id="navEnd" name="navEnd" width="16" height="24" alt="" /><div id="navBtns"><div class="btn"><a href="http://www.treehousetv.com/watch/default.aspx">shows a-z</a></div><div class="btn"><a href="http://www.treehousetv.com/watch/Schedule.aspx">schedule</a></div><div id="dock"><a href="javascript:undockInfo('+"'popup'"+')"><img src="http://www.treehousetv.com/Themes/treehouse-v8/PartnerWrapper/Images/btnNavShow.gif" width="82" height="20" alt="" /></a></div><!-- showHide --></div><div id="kidNav"><div id="kidNavL"><div id="kidNavR"><div id="kidNavSwf"><a href="http://www.macromedia.com/go/getflashplayer">You require the flash player 					to view this site - click here to download it.</a></div></div></div></div><!-- kidNav --></div><!-- nav --><div id="contentShell"><div id="popup"><div id="boards"><div id="boardsNav"><a href="javascript:hoverShow('+"''thtvNews'"+','+"'thtvEpisode'"+','+"'thtvShow'"+')" onMouseOver="hoverShow('+"'thtvNews'"+','+"'thtvEpisode'"+','+"'thtvShow'"+')">news</a><a href="javascript:hoverShow('+"'thtvEpisode'"+','+"'thtvNews'"+','+"'thtvShow'"+')" onMouseOver="hoverShow('+"'thtvEpisode'"+','+"'thtvNews'"+','+"'thtvShow'"+')">episode info</a><a href="javascript:hoverShow('+"'thtvShow'"+','+"'thtvNews'"+','+"'thtvEpisode'"+')" onMouseOver="hoverShow('+"'thtvShow'"+','+"'thtvNews'"+','+"'thtvEpisode'"+')">show times</a>&nbsp;&nbsp;<a href="javascript:dockInfo('+"'popup'"+')" id="close"><img src="http://www.treehousetv.com/Themes/treehouse-v8/PartnerWrapper/Images/btnClose.gif" width="21" height="20" alt="" /></a></div><div id="boardsContent"><div id="boardsContentBtm"><span><div id="thtvNews">%% NEWS_GOES_HERE %%</div><div id="thtvEpisode">%% EPISODES_GO_HERE %%</div><div id="thtvShow">%% SHOW_INFO_HERE %%<div class="clear"><br /></div></div><div class="clear"><br /></div></span></div><!-- boardsContentBtm --></div><!-- boardsContent --><img src="http://www.treehousetv.com/Themes/treehouse-v8/PartnerWrapper/Images/bgPopupB2.gif" width="286" height="11" alt="" id="boardsContentBtmCorners"></div><!-- boards --></div><!-- popup -->');



