function framejammer(url){
	if(top.location==document.location)top.location=url;
}