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