// JavaScript Document
if(window.parent.location==window.location){
	// Not framed
	document.location='other_stuff.html?'+window.location;
}