	if (top.location.href == window.location.href) {
		window.parent.location.href = "http://www.gaglani.com/index.aspx?l=" + window.location.href;
	}
	
	function autofitIframe(id){ // v.1.0
		//copyright 2004 Eddie Traversa http://www.dhtmlnirvana.com/
		parent.document.getElementById(id).style.height="0px";
		if (!window.opera && !document.mimeType && document.all && document.getElementById){
			parent.document.getElementById(id).style.height=this.document.body.offsetHeight+"px";
		}
		else if(document.getElementById) {
			parent.document.getElementById(id).style.height=this.document.body.scrollHeight+"px"
		}
	}
