var topurl=document.referrer;
topurl=topurl.toLowerCase();
if(topurl.indexOf('smashingames.com')==-1&&topurl.indexOf('onlyhotgames.com')==-1&&topurl.indexOf('adbrite.com')==-1){
	if (top != self) top.location.href = location.href;
}
