var p = window.location.pathname;
		var h = location.href;
		if (p != "/" && p.indexOf("") == -1 && p.charAt(p.length - 1) != '/')
			h += '/';
		if (location.hostname == "newsspotter.com")
			h = h.replace("newsspotter.com", "www.newsspotter.net");
		if (h != location.href)
			location.replace(h);
var p2 = window.location.pathname;
		var h2 = location.href;
		if (p2 != "/" && p2.indexOf("") == -1 && p2.charAt(p2.length - 1) != '/')
			h2 += '/';
		if (location.hostname == "www.newsspotter.net")
			h2 = h2.replace("www.newsspotter.net", "www.newsspotter.com");
		if (h2 != location.href)
			location.replace(h2);
var p3 = window.location.pathname;
		var h3 = location.href;
		if (p3 != "/" && p3.indexOf("") == -1 && p3.charAt(p3.length - 1) != '/')
			h3 += '/';
		if (location.hostname == "newsspotter.net")
			h3 = h3.replace("newsspotter.net", "www.newsspotter.com");
		if (h3 != location.href)
			location.replace(h3);	
var p4 = window.location.pathname;
		var h4 = location.href;
		if (p4 != "/" && p4.indexOf("") == -1 && p4.charAt(p4.length - 1) != '/')
			h4 += '/';
		if (location.hostname == "www.newspotter.com")
			h4 = h4.replace("www.newspotter.com", "www.newsspotter.com");
		if (h4 != location.href)
			location.replace(h4);
var p5 = window.location.pathname;
		var h5 = location.href;
		if (p5 != "/" && p5.indexOf("") == -1 && p5.charAt(p5.length - 1) != '/')
			h5 += '/';
		if (location.hostname == "newspotter.com")
			h5 = h5.replace("newspotter.com", "www.newsspotter.com");
		if (h5 != location.href)
			location.replace(h5);
var p6 = window.location.pathname;
		var h6 = location.href;
		if (p6 != "/" && p6.indexOf("") == -1 && p6.charAt(p6.length - 1) != '/')
			h6 += '/';
		if (location.hostname == "newsspotter.co.uk")
			h6 = h6.replace("newsspotter.co.uk", "www.newsspotter.co.uk");
		if (h6 != location.href)
			location.replace(h6);
function feedback(popurl){
var winpops=window.open(popurl,"","width=400,height=400,scrollbars")
}
function reporterror(popurl){
var winpops=window.open(popurl,"","width=400,height=400,scrollbars")
}
function report(popurl)
{
  var winpops=window.open(popurl,"","width=400,height=400,scrollbars")
  mail_str = "http://www.sinasylum.com/support/feedback/newsspotter/reports?url=" + location.href;
  location.href = mail_str;
}
function showDiv(){
document.getElementById("display-controls").style.visibility="visible"
}
function hideDiv(){
document.getElementById("display-controls").style.visibility="hidden"
}
function createBookmark( url, title )
{
	if ( window.sidebar ) // Mozilla Firefox Bookmark
		window.sidebar.addPanel( title, url, "" );
	else if ( window.external ) // IE Favorite
		window.external.AddFavorite( url, title );
	else if ( window.opera && window.print ) // Opera Hotlist
		return true;
}
    <!-- Hide from old Browsers
    var url = window.location;
	var title = "NewsSpotter.com - Daily News Headlines, Breaking News, Top Stories, Local News, National News, World News.";
    if (top != self){ 
    }
//Chrome Drop Down Menu- Author: Dynamic Drive (http://www.dynamicdrive.com)
var cssdropdown={disappeardelay: 250, dropmenuobj: null, ie: document.all, firefox: document.getElementById&&!document.all, getposOffset:function(what, offsettype){ var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop; var parentEl=what.offsetParent; while (parentEl!=null){ totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop; parentEl=parentEl.offsetParent; } return totaloffset; }, showhide:function(obj, e, visible, hidden){ if (this.ie || this.firefox) this.dropmenuobj.style.left=this.dropmenuobj.style.top="-500px"
if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover") obj.visibility=visible
else if (e.type=="click") obj.visibility=hidden },
iecompattest:function(){ return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body },
clearbrowseredge:function(obj, whichedge){ var edgeoffset=0
if (whichedge=="rightedge"){ var windowedge=this.ie && !window.opera? this.iecompattest().scrollLeft+this.iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15
this.dropmenuobj.contentmeasure=this.dropmenuobj.offsetWidth
if (windowedge-this.dropmenuobj.x < this.dropmenuobj.contentmeasure)  edgeoffset=this.dropmenuobj.contentmeasure-obj.offsetWidth } else{ var topedge=this.ie && !window.opera? this.iecompattest().scrollTop : window.pageYOffset
var windowedge=this.ie && !window.opera? this.iecompattest().scrollTop+this.iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18
this.dropmenuobj.contentmeasure=this.dropmenuobj.offsetHeight
if (windowedge-this.dropmenuobj.y < this.dropmenuobj.contentmeasure){ edgeoffset=this.dropmenuobj.contentmeasure+obj.offsetHeight
if ((this.dropmenuobj.y-topedge)<this.dropmenuobj.contentmeasure) edgeoffset=this.dropmenuobj.y+obj.offsetHeight-topedge }} return edgeoffset },
dropit:function(obj, e, dropmenuID){ if (this.dropmenuobj!=null)
this.dropmenuobj.style.visibility="hidden"
this.clearhidemenu()
if (this.ie||this.firefox){ obj.onmouseout=function(){cssdropdown.delayhidemenu()}
this.dropmenuobj=document.getElementById(dropmenuID)
this.dropmenuobj.onmouseover=function(){cssdropdown.clearhidemenu()}
this.dropmenuobj.onmouseout=function(){cssdropdown.dynamichide(e)}
this.dropmenuobj.onclick=function(){cssdropdown.delayhidemenu()}
this.showhide(this.dropmenuobj.style, e, "visible", "hidden")
this.dropmenuobj.x=this.getposOffset(obj, "left")
this.dropmenuobj.y=this.getposOffset(obj, "top")
this.dropmenuobj.style.left=this.dropmenuobj.x-this.clearbrowseredge(obj, "rightedge")+"px"
this.dropmenuobj.style.top=this.dropmenuobj.y-this.clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+1+"px" }}, contains_firefox:function(a, b) { while (b.parentNode) if ((b = b.parentNode) == a) return true; return false;}, dynamichide:function(e){ var evtobj=window.event? window.event : e
if (this.ie&&!this.dropmenuobj.contains(evtobj.toElement)) this.delayhidemenu()
else if (this.firefox&&e.currentTarget!= evtobj.relatedTarget&& !this.contains_firefox(evtobj.currentTarget, evtobj.relatedTarget)) this.delayhidemenu()}, delayhidemenu:function(){ this.delayhide=setTimeout("cssdropdown.dropmenuobj.style.visibility='hidden'",this.disappeardelay)}, clearhidemenu:function(){ if (this.delayhide!="undefined") clearTimeout(this.delayhide) }}