// 
function go(where){
	if(where!="") window.location=where;
}

function openVid(id){
	openWin(id,'foxVideoPlayer','656','680');
}
function openPhoto(set){
	openWin('/americandad/photo/?='+set,'foxPhotoViewer','790','468')	
}
function getSectionImage(){
	document.write("<img src='/americandad/images/section"+Math.floor(Math.random()*6)+".jpg' />");
}