
//Dieses Skript stammt von Michael Mailerīs JavaScripts
//URL: http://www.webaid.de/js  --  eMail: mm@webaid.de
//Bitte   entfernen   Sie   diesen   Vermerk   nicht  !

function historysmart()
{
var woher = top.document.referrer
    aktuell = document.URL
    if (woher.indexOf("product_info") > 0 )
         {
                 if ((aktuell.indexOf("MP3") > 0) && (aktuell.indexOf("Tasche") > 0))
                         {window.location = '/index.php?cat=c54_Mp3-Player-Tasche.html'}
                 if ((aktuell.indexOf("MP3") > 0) && (aktuell.indexOf("Skin") > 0))
                         {window.location = '/index.php?cat=c53_Mp3-Player-Skin.html'}
                 if ((aktuell.indexOf("Handy") > 0) && (aktuell.indexOf("tasche") > 0))
                         {window.location = '/index.php?cat=c52_Handytasche.html'}
                 if ((aktuell.indexOf("Handy") > 0) && (aktuell.indexOf("Skin") > 0))
                         {window.location = '/index.php?cat=c51_Handy-Skin.html'}
                 if ((aktuell.indexOf("Laptop") > 0) && (aktuell.indexOf("tasche") > 0))
                         {window.location = '/index.php?cat=c50_Laptoptasche.html'}
                 if ((aktuell.indexOf("Laptop") > 0) && (aktuell.indexOf("Skin") > 0))
                         {window.location = '/index.php?cat=c48_Laptop-Skin.html'}
                 if ((aktuell.indexOf("Notebook") > 0) && (aktuell.indexOf("Tasche") > 0))
                         {window.location = '/index.php?cat=c49_Design-Tasche.html'}
                 if ((aktuell.indexOf("Netbook") > 0) && (aktuell.indexOf("Tasche") > 0))
                         {window.location = '/index.php?cat=c123_Netbook-Tasche.html'}
                 if ((aktuell.indexOf("Netbook") > 0) && (aktuell.indexOf("Skin") > 0))
                         {window.location = '/index.php?cat=c122_Netbook-Skin.html'}
         }
    else
         {history.back()}

}
