filesource=self.location.href.substring(self.location.protocol.length+2+self.location.host.length, self.location.href.length);


function DetailFenster(bild, parameter, land, sprache) {
  DetFenster=window.open("", "DetFenster", parameter);
  if ( bild.search(/(\.htm|\.html)$/) < 0 )
    DetFenster.location.href="/jsos/st-"+land+"/"+sprache+"_bilddetail.html?"+bild;
  else
    DetFenster.location.href=bild;
  DetFenster.focus();
}

function oeffneEmpfehlungFenster(land, sprache) {
  EmpfehlungFenster=window.open("/jsos/st-"+land+"/"+sprache+"_empfehlung.html", "EmpfehlungFenster", "width=600,height=650");
  EmpfehlungFenster.referer=location.href;
  EmpfehlungFenster.focus();
}

function pruefeauswahl(artnr) {
  if (artnr=="") {
    alert("Bitte wählen Sie die gewünschte Variante dieses Artikels!");
    return false;
  } else
    return true;
};

function lieferText(lieferJahr, lieferMonat, lieferTag, lieferText, sofortText) {
var curTime=new Date();
var curJahr=curTime.getYear();
if (curJahr < 1000) curJahr+=2000;
if (lieferJahr > 0 && lieferTag > 0 && lieferMonat > 0 && curJahr>=lieferJahr && curTime.getMonth()+1>=lieferMonat && curTime.getDate()>=lieferTag)
  document.writeln(sofortText);
else
  document.writeln(lieferText);
}


function insertImage()
{
document.write("<img width=1 height=1 border=0 src=http://www.sport-tiedje.com/psos/image.pl?screenx="+screen.width+"&screeny="+screen.height+"&res="+screen.colorDepth+"&ref="+document.referrer+"&pid="+window.location.search+"&self="+document.URL+"&cookie="+navigator.cookieEnabled+">");
}

function setmoddate() {document.writeln('14.03.10');}
function setmoddate() {document.writeln('14.03.10');}
