var url = document.URL;
var ThisPage=url.substring(url.lastIndexOf("\/")+1);
if((parent.location.href).indexOf("content.php")==(-1)) {
//alert("content.php?" + ThisPage);
window.location.href ="content.php?" + ThisPage;
}


