if (parent.frames.length){
	var urlstr = "";
	urlstr+=document.location;
	if(urlstr.search(/posting/i)==-1)
		top.location.href=document.location;			
}