if ((top.location.href) && (top.location.hash))document.location = top.location.hash
if (self == self.parent){ // Copyright 2006, Onprod TD
// this is the location of the active document
var myPage = self.document.location.href;
//alert(myPage);
// for browsers that don't support the replace() method
if (document.images) {
	top.location.replace('free_internet_dating_bar4fun.asp?URL=' + escape(myPage));
	}else{
	//http://localhost/b4f-2005/test.asp?h=y&p=t
	top.location.href = 'free_internet_dating_bar4fun.asp?URL=' + escape(myPage);
	}
}