
//**************SNYW@re****************************************
//  haben Sie Fragen ? Mail an: info@Snyware.de
//**************SNYW@re****************************************

function chFrameSite() 
{
   var query_uri = window.location.search;
   if(query_uri) 
   {
      window.parent.frames["main"].location.replace(query_uri.substring(1,query_uri.length));
   }
}

function chSite()
{   
    if(!window.parent.frames["main"]) 
    {
       window.location.replace("http://www.piccobelloanne.de/content/index.html" + "?" + window.location.href); 
    }
}


