function goToSpots()
{
  var sPath = window.location.pathname;
  
  if(sPath.indexOf("/deutsch/") >= 0)
  {
    if(sPath.indexOf("man/") >= 0)
      window.location.href = "http://www.sqoom.de/deutsch/man/aktuelles/aktuelles-sqoom-werbespots.html";
      
    if(sPath.indexOf("woman/") >= 0)
      window.location.href = "http://www.sqoom.de/deutsch/woman/aktuelles/aktuelles-sqoom-werbespots.html";
  }
  
  if(sPath.indexOf("/english/") >= 0)
  {
    if(sPath.indexOf("man/") >= 0)
      window.location.href = "http://www.sqoom.de/english/hilfsnavi-man/news/news-sqoom-spots-man.html";
      
    if(sPath.indexOf("woman/") >= 0)
      window.location.href = "http://www.sqoom.de/english/hilfsnavi-woman/news/news-sqoom-spots-woman.html";
  }
}


function goToSpots_telezueri()
{
  var sPath = window.location.pathname;
  
  //if(sPath.indexOf("/deutsch/") >= 0)
  //{    

   
   if (sPath.indexOf("man/") >= 0)
        window.location.href = "http://www.sqoom.de/deutsch/cms/front_content.php?idart=234";  

     
   if (sPath.indexOf("woman/") >= 0)
        window.location.href = "http://www.sqoom.de/deutsch/cms/front_content.php?idart=236";       
    
  //}  
}

function goToSpots_rtl_journal()
{
  var sPath = window.location.pathname;
  
  if(sPath.indexOf("/deutsch/") >= 0)
  {
   if (sPath.indexOf("man/") >= 0)
        window.location.href = "http://www.sqoom.de/deutsch/cms/front_content.php?idart=270";  

     
   if (sPath.indexOf("woman/") >= 0)
        window.location.href = "http://www.sqoom.de/deutsch/cms/front_content.php?idart=269";       
  }
  
  if(sPath.indexOf("/english/") >= 0)
  {
   if (sPath.indexOf("man/") >= 0)
        window.location.href = "http://www.sqoom.de/english/cms/front_content.php?idart=273";  

     
   if (sPath.indexOf("woman/") >= 0)
        window.location.href = "http://www.sqoom.de/english/cms/front_content.php?idart=272";       
  }
   

    

}


function goToSpots_telezueri_pr()
{
  var sPath = window.location.pathname;
  
  //if(sPath.indexOf("/deutsch/") >= 0)
  //{    

    if (sPath.indexOf("hilfsnavi-man/") >= 0)
        window.location.href = "http://www.sqoom.de/english/cms/front_content.php?idart=234";        


   if (sPath.indexOf("hilfsnavi-woman/") >= 0)
        window.location.href = "http://www.sqoom.de/english/cms/front_content.php?idart=236";     

  
  //}

}

  
function goToSpots_spotdeutsch()
{
  var sPath = window.location.pathname;
  
  if(sPath.indexOf("/deutsch/") >= 0)
  {
    if(sPath.indexOf("man/") >= 0)
      window.location.href =  "http://www.sqoom.de/deutsch/cms/front_content.php?idart=241"; 
      
    if(sPath.indexOf("woman/") >= 0)
      window.location.href =  "http://www.sqoom.de/deutsch/cms/front_content.php?idart=239";     
  }
  
  if(sPath.indexOf("/english/") >= 0)
  {
    if(sPath.indexOf("man/") >= 0)
      window.location.href =  "http://www.sqoom.de/english/cms/front_content.php?idart=241"; 
      
    if(sPath.indexOf("woman/") >= 0)
      window.location.href =  "http://www.sqoom.de/english/cms/front_content.php?idart=239";     
  }
}