var arrImgpre = new Array();
var jetzt = new Date();
var TagInWoche = jetzt.getDay();
var Wochentag = new Array("Sonntag", "Montag", "Dienstag", "Mittwoch", "Donnerstag", "Freitag", "Samstag");
var arrImg = new Array();
arrImgpre[0] = new Image();
arrImgpre[0].tit = "ProCollar";
arrImgpre[0].src = "../../images/produkte/produktempfehlung/procollar.jpg";
arrImgpre[0].txt = "Der Leck-und Kratzschutz bei Verletzungen oder nach OPs ...";
arrImgpre[0].pr = "22,95";
arrImgpre[1] = new Image();
arrImgpre[1].tit = "easystrips MT10";
arrImgpre[1].src = "../../images/produkte/produktempfehlung/easystrips.jpg";
arrImgpre[1].txt = "Urinteststreifen zur Vorsorge und Fr&uuml;herkennung ...";
arrImgpre[1].pr = "19,95";
arrImgpre[2] = new Image();
arrImgpre[2].tit = "Smart Ramp";
arrImgpre[2].src = "../../images/produkte/produktempfehlung/smartramp.jpg";
arrImgpre[2].txt = "Optimale Hunderampe f&uuml;r alte oder HD-belastete Hunde ...";
arrImgpre[2].pr = "99,95";
arrImgpre[3] = new Image();
arrImgpre[3].tit = "Hundewindeln";
arrImgpre[3].src = "../../images/produkte/produktempfehlung/hundewindeln.jpg";
arrImgpre[3].txt = "Bei Inkontinenz f&uuml;r Hunde aller Rassen und Gr&ouml;&szlig;e ...";
arrImgpre[3].pr = "19,95";
arrImgpre[4] = new Image();
arrImgpre[4].tit = "Skamper Ramp";
arrImgpre[4].src = "../../images/produkte/produktempfehlung/skamperramp.jpg";
arrImgpre[4].txt = "Sicherer Ein- und Ausstieg aus dem Wasser ...";
arrImgpre[4].pr = "79,95";
arrImgpre[5] = new Image();
arrImgpre[5].tit = "DNA-Test";
arrImgpre[5].src = "../../images/produkte/produktempfehlung/dna-test.jpg";
arrImgpre[5].txt = "Welche Rasse steckt in Ihrem Mischling?";
arrImgpre[5].pr = "88,95";
arrImgpre[6] = new Image();
arrImgpre[6].tit = "ContraWurm";
arrImgpre[6].src = "../../images/produkte/produktempfehlung/contrawurm.jpg";
arrImgpre[6].txt = "Die nat&uuml;rliche Alternative zur chemischen Wurmkur ...";
arrImgpre[6].pr = "11,85";
arrImgpre[7] = new Image();
arrImgpre[7].tit = "Anti-Lick-Strips";
arrImgpre[7].src = "../../images/produkte/produktempfehlung/antilickstrip.jpg";
arrImgpre[7].txt = "Verhindert das Lecken und Beissen an Wunden ...";
arrImgpre[7].pr = "19,95";
arrImgpre[8] = new Image();
arrImgpre[8].tit = "AmiQure Stress";
arrImgpre[8].src = "../../images/produkte/produktempfehlung/amiqure-stress.jpg";
arrImgpre[8].txt = "Bei Stress, auf Reisen und beim Tierarzt ...";
arrImgpre[8].pr = "14,95";
arrImgpre[9] = new Image();
arrImgpre[9].tit = "Serene UM";
arrImgpre[9].src = "../../images/produkte/produktempfehlung/serene-um.jpg";
arrImgpre[9].txt = "Bei Stress und Reisekrankheit ...";
arrImgpre[9].pr = "7,95";
arrImgpre[10] = new Image();
arrImgpre[10].tit = "PawPads";
arrImgpre[10].src = "../../images/produkte/produktempfehlung/pawpads.jpg";
arrImgpre[10].txt = "Geben den Pfoten Halt auf rutschigem Boden ...";
arrImgpre[10].pr = "9,95";
arrImgpre[11] = new Image();
arrImgpre[11].tit = "PlaqueOff";
arrImgpre[11].src = "../../images/produkte/produktempfehlung/plaqueoff.jpg";
arrImgpre[11].txt = "Ganz einfach wei&szlig;e und saubere Z&auml;hne ...";
arrImgpre[11].pr = "18,95";
arrImgpre[12] = new Image();
arrImgpre[12].tit = "GlobuMin";
arrImgpre[12].src = "../../images/produkte/produktempfehlung/globumin.jpg";
arrImgpre[12].txt = "Steigerung des k&ouml;rpereigenen Immunsystem ...";
arrImgpre[12].pr = "12,95";
arrImgpre[13] = new Image();
arrImgpre[13].tit = "O'Tom Zeckenhaken";
arrImgpre[13].src = "../../images/produkte/produktempfehlung/otom.jpg";
arrImgpre[13].txt = "Die clevere Art Zecken zu entfernen ...";
arrImgpre[13].pr = "3,95";
arrImgpre[14] = new Image();
arrImgpre[14].tit = "Eisfrei Konzentrat";
arrImgpre[14].src = "../../images/produkte/produktempfehlung/eisfrei.jpg";
arrImgpre[14].txt = "Gerade bei Hundepfoten nicht aggressiv, wirkt bis -45&deg;C ...";
arrImgpre[14].pr = "25,85";



if (Wochentag[TagInWoche] == "Montag") {
  arrImg[0] = arrImgpre[2];
  arrImg[1] = arrImgpre[3];
  arrImg[2] = arrImgpre[5];
  arrImg[3] = arrImgpre[6];
  arrImg[4] = arrImgpre[10];
  arrImg[5] = arrImgpre[8];
  arrImg[6] = arrImgpre[0];
}
if (Wochentag[TagInWoche] == "Dienstag") {
  arrImg[0] = arrImgpre[1];
  arrImg[1] = arrImgpre[2];
  arrImg[2] = arrImgpre[3];
  arrImg[3] = arrImgpre[7];
  arrImg[4] = arrImgpre[9];
  arrImg[5] = arrImgpre[12];
  arrImg[6] = arrImgpre[0];
}
if (Wochentag[TagInWoche] == "Mittwoch") {
  arrImg[0] = arrImgpre[5];
  arrImg[1] = arrImgpre[6];
  arrImg[2] = arrImgpre[8];
  arrImg[3] = arrImgpre[11];
  arrImg[4] = arrImgpre[13];
  arrImg[5] = arrImgpre[3];
  arrImg[6] = arrImgpre[0];
}
if (Wochentag[TagInWoche] == "Donnerstag") {
  arrImg[0] = arrImgpre[1];
  arrImg[1] = arrImgpre[2];
  arrImg[2] = arrImgpre[3];
  arrImg[3] = arrImgpre[4];
  arrImg[4] = arrImgpre[7];
  arrImg[5] = arrImgpre[6];
  arrImg[6] = arrImgpre[0];
}
if (Wochentag[TagInWoche] == "Freitag") {
  arrImg[0] = arrImgpre[3];
  arrImg[1] = arrImgpre[5];
  arrImg[2] = arrImgpre[6];
  arrImg[3] = arrImgpre[8];
  arrImg[4] = arrImgpre[11];
  arrImg[5] = arrImgpre[2];
  arrImg[6] = arrImgpre[0];
}
if (Wochentag[TagInWoche] == "Samstag") {
  arrImg[0] = arrImgpre[1];
  arrImg[1] = arrImgpre[2];
  arrImg[2] = arrImgpre[5];
  arrImg[3] = arrImgpre[7];
  arrImg[4] = arrImgpre[9];
  arrImg[5] = arrImgpre[12];
  arrImg[6] = arrImgpre[0];
}
if (Wochentag[TagInWoche] == "Sonntag") {
  arrImg[0] = arrImgpre[2];
  arrImg[1] = arrImgpre[3];
  arrImg[2] = arrImgpre[7];
  arrImg[3] = arrImgpre[10];
  arrImg[4] = arrImgpre[13];
  arrImg[5] = arrImgpre[5];
  arrImg[6] = arrImgpre[0];
}

