function _MrSp()
{
    var reg="";
    var reg2="";
    var prefixReg="^(http:\/\/)?([^\/]+)\/";
    
    //-----------------DEFAULT------------------
    var iframeSrc='http://mrtrack.dada.net/tk.php?sl=654&sp=144&u=http%3A%2F%2Fit.dada.net%2Fsplash%2Fit001.html';
    var iframeHeight="1350";
    //-----------------DEFAULT------------------

    //-----------------OROSCOPO-----------------   
    reg=prefixReg+"oroscopo\/";
    reg2=prefixReg+"\/oroscopo\/";
    if(self.location.href.match(reg) || self.location.href.match(reg2))
    {	
		iframeSrc='http://mrtrack.dada.net/tk.php?sl=654&sp=144&u=http%3A%2F%2Fit.dada.net%2Fsplash%2Fit001.html';
		iframeHeight="1350";
    }
    //-----------------OROSCOPO-----------------   
    
    
    //-----------------NEWS-----------------   
    reg=prefixReg+"news\/";
    reg2=prefixReg+"\/news\/";
    if(self.location.href.match(reg) || self.location.href.match(reg2))
    {	
		iframeSrc='http://mrtrack.dada.net/tk.php?sl=654&sp=144&u=http%3A%2F%2Fit.dada.net%2Fsplash%2Fit001.html';
		iframeHeight="1350";
    }
    //-----------------NEWS-----------------   
    
    //-----------------SPORT-----------------   
    reg=prefixReg+"contents\/sport\/";
    reg2=prefixReg+"\/contents\/sport\/";
    if(self.location.href.match(reg) || self.location.href.match(reg2))
    {	
		iframeSrc='http://mrtrack.dada.net/tk.php?sl=654&sp=144&u=http%3A%2F%2Fit.dada.net%2Fsplash%2Fit001.html';
		iframeHeight="1350";
    }
    //-----------------SPORT-----------------   
    
    //-----------------SOCIETA'-----------------   
    reg=prefixReg+"contents\/societa\/";
    reg2=prefixReg+"\/contents\/societa\/";
    if(self.location.href.match(reg) || self.location.href.match(reg2))
    {	
		iframeSrc='http://mrtrack.dada.net/tk.php?sl=654&sp=144&u=http%3A%2F%2Fit.dada.net%2Fsplash%2Fit001.html';
		iframeHeight="1350";
    }
    //-----------------SOCIETA'-----------------   
    
    //-----------------ECONOMIA - LAVORO-----------------   
    reg=prefixReg+"contents\/economia\-lavoro\/";
    reg2=prefixReg+"\/contents\/economia\-lavoro\/";
    if(self.location.href.match(reg) || self.location.href.match(reg2))
    {	
		iframeSrc='http://mrtrack.dada.net/tk.php?sl=654&sp=144&u=http%3A%2F%2Fit.dada.net%2Fsplash%2Fit001.html';
		iframeHeight="1350";
    }
    //-----------------ECONOMIA - LAVORO-----------------   
    
    //-----------------MAX-----------------   
    reg=prefixReg+"contents\/max\/";
    reg2=prefixReg+"\/contents\/max\/";
    if(self.location.href.match(reg) || self.location.href.match(reg2))
    {	
		iframeSrc='http://mrtrack.dada.net/tk.php?sl=654&sp=144&u=http%3A%2F%2Fit.dada.net%2Fsplash%2Fit001.html';
		iframeHeight="1350";
    }
    //-----------------MAX-----------------   
    
    //100links sostituisce tutti per ora...
//    iframeSrc="/100links/header.html";
    iframeSrc="/mrsp_iframe.html";
    iframeHeight=100;
    document.write('<iframe src="'+iframeSrc+'" width="100%" height="'+iframeHeight+'" marginheight="0" marginwidth="0" name="sp" noresize scrolling="no" frameborder="0" framespacing="0"></iframe>');
}
_MrSp();