function framecheck() {
	var parentframe = 'no_index.html';
	if (parent.location.href == self.location.href) {
		var current = window.self.location.pathname;
		window.location.replace (parentframe + '?' + current);
	}
}
function OpenrealWindow(URL) 
{  newWindow=window.open('http://www.dawsonscreek.com/guide/season004/real/415_t1k.html',"real","toolbar=no,width=270,height=485,resizable=no,scrollbars=no");
} 
function OpenmontageWindow(URL) 
{  newWindow=window.open('promotion/index.html',"montage","toolbar=no,width=345,height=315,resizable=no,scrollbars=yes");
} 
function openWin() 
{
window.open("guide/season006/dc618.html","clip",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=400,height=400');
}
function automatic()
        {
        thenumber = document.footer.thepulldown.selectedIndex;
        changeto =document.footer.thepulldown.options[thenumber].value;
        if (changeto == "gonowhere")
                {
                // do nothing
}
        else
                {
                top.location = changeto
                }
        }
function whatup(){
window.open("blank.html","result",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=225,height=460');
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
 
