// JavaScript Document: JavaScript NOT to be used without written permission from author
//function checkIfIframe(){
	var url = window.parent.location.href;
	if(url.indexOf(".html") > 0){
		var contents = url.substring(url.lastIndexOf("/")+1,url.lastIndexOf("."));
//		//alert("standalone: "+contents);																	 
		window.location = "http://perfectvoice.co.za/index.php?redirect=content&u="+contents;
	}
//}