if (top.frames.length == 0) {
	thisURL = document.location;
	//alert(thisURL);
	document.location="http://www.tbnnetworks.com/index.php?reDirect="+thisURL;
}
btn_go_0=new Image(); btn_go_0.src="/common/btn_go_0.gif";
btn_go_1=new Image(); btn_go_1.src="/common/btn_go_1.gif";

QF_marketing_0=new Image(); QF_marketing_0.src="/quickFind/thm_marketing_0.gif";
QF_marketing_1=new Image(); QF_marketing_1.src="/quickFind/thm_marketing_1.gif";
QF_csr_0=new Image(); QF_csr_0.src="/quickFind/thm_csr_0.gif";
QF_csr_1=new Image(); QF_csr_1.src="/quickFind/thm_csr_1.gif";
QF_cross_0=new Image(); QF_cross_0.src="/quickFind/thm_cross_0.gif";
QF_cross_1=new Image(); QF_cross_1.src="/quickFind/thm_cross_1.gif";
QF_presentation_0=new Image(); QF_presentation_0.src="/quickFind/thm_presentation_0.gif";
QF_presentation_1=new Image(); QF_presentation_1.src="/quickFind/thm_presentation_1.gif";

parent.bottomFrame.location.reload();

function imageSwitch(imgID, state) { // image rollover function
         var imgVar = imgID + "_" + state;
         document.images[imgID].src = eval(imgVar + ".src");
}

function openWindow(filename,windowName,attributes){
	windowName = window.open(filename,windowName,attributes);
	windowName.focus();
}

function qf_go(page,winState){
	if(page!="###"){
		if(winState==1){
			openWindow(page,"schedule","location=1,menubar=1,resizable=1,status=1,scrollbars=1,toolbar=1");
		}
		else{
			window.location=page;
		
		}
	}
}
