var arrImgpre = new Array();
arrImgpre[0] = new Image();
arrImgpre[0].tit = "ProCollar";
arrImgpre[0].src = "../../images/produkte/produktempfehlung/procollar-katze.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 = "Health Indicator";
arrImgpre[2].src = "../../images/produkte/produktempfehlung/nullodor.jpg";
arrImgpre[2].txt = "Katzenstreu zur Fr&uuml;herkennung von Krankheiten ...";
arrImgpre[2].pr = "8,95";
arrImgpre[3] = new Image();
arrImgpre[3].tit = "Peek a Prize";
arrImgpre[3].src = "../../images/produkte/produktempfehlung/peek-a-prize.jpg";
arrImgpre[3].txt = "Tolle k&ouml;rperliche und geistige Herausforderung ...";
arrImgpre[3].pr = "32,95";
arrImgpre[4] = new Image();
arrImgpre[4].tit = "Peek and Play";
arrImgpre[4].src = "../../images/produkte/produktempfehlung/peek-and-play.jpg";
arrImgpre[4].txt = "H&auml;lt Ihre Katze stundenlang auf Trab ...";
arrImgpre[4].pr = "22,95";
arrImgpre[5] = new Image();
arrImgpre[5].tit = "Tick Tock Teaser";
arrImgpre[5].src = "../../images/produkte/produktempfehlung/tick-tock-teaser.jpg";
arrImgpre[5].txt = "Das interaktive Katz- und Mausspiel";
arrImgpre[5].pr = "24,95";
arrImgpre[6] = new Image();
arrImgpre[6].tit = "ContraWurm Katze";
arrImgpre[6].src = "../../images/produkte/produktempfehlung/contrawurm-katze.jpg";
arrImgpre[6].txt = "Die nat&uuml;rliche Alternative zur chemischen Wurmkur ...";
arrImgpre[6].pr = "11,85";
arrImgpre[7] = new Image();
arrImgpre[7].tit = "AmiQure Stress Katze";
arrImgpre[7].src = "../../images/produkte/produktempfehlung/amiqure-stress-katze.jpg";
arrImgpre[7].txt = "Bei Stress, auf Reisen und beim Tierarzt ...";
arrImgpre[7].pr = "9,95";
arrImgpre[8] = new Image();
arrImgpre[8].tit = "Serene UM";
arrImgpre[8].src = "../../images/produkte/produktempfehlung/serene-um.jpg";
arrImgpre[8].txt = "Bei Stress und Reisekrankheit ...";
arrImgpre[8].pr = "7,95";
arrImgpre[9] = new Image();
arrImgpre[9].tit = "Furmaster";
arrImgpre[9].src = "../../images/produkte/produktempfehlung/furmaster-katze.jpg";
arrImgpre[9].txt = "Entferrnt gezielt lose Haare und Unterwolle ...";
arrImgpre[9].pr = "22,95";
arrImgpre[10] = new Image();
arrImgpre[10].tit = "Juck-Ex forte";
arrImgpre[10].src = "../../images/produkte/produktempfehlung/juck-ex.jpg";
arrImgpre[10].txt = "Das Pflegespray bei Juckreiz ...";
arrImgpre[10].pr = "19,15";
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";


var jetzt = new Date();
var TagInWoche = jetzt.getDay();
var Wochentag = new Array("Sonntag", "Montag", "Dienstag", "Mittwoch", "Donnerstag", "Freitag", "Samstag");
var arrImg = new Array();

if (Wochentag[TagInWoche] == "Montag") {
  arrImg[0] = arrImgpre[1];
  arrImg[1] = arrImgpre[2];
  arrImg[2] = arrImgpre[3];
  arrImg[3] = arrImgpre[6];
  arrImg[4] = arrImgpre[7];
  arrImg[5] = arrImgpre[8];
  arrImg[6] = arrImgpre[0];
}
if (Wochentag[TagInWoche] == "Dienstag") {
  arrImg[0] = arrImgpre[4];
  arrImg[1] = arrImgpre[5];
  arrImg[2] = arrImgpre[7];
  arrImg[3] = arrImgpre[10];
  arrImg[4] = arrImgpre[11];
  arrImg[5] = arrImgpre[13];
  arrImg[6] = arrImgpre[0];
}
if (Wochentag[TagInWoche] == "Mittwoch") {
  arrImg[0] = arrImgpre[1];
  arrImg[1] = arrImgpre[3];
  arrImg[2] = arrImgpre[5];
  arrImg[3] = arrImgpre[6];
  arrImg[4] = arrImgpre[8];
  arrImg[5] = arrImgpre[12];
  arrImg[6] = arrImgpre[0];
}
if (Wochentag[TagInWoche] == "Donnerstag") {
  arrImg[0] = arrImgpre[2];
  arrImg[1] = arrImgpre[4];
  arrImg[2] = arrImgpre[6];
  arrImg[3] = arrImgpre[7];
  arrImg[4] = arrImgpre[9];
  arrImg[5] = arrImgpre[11];
  arrImg[6] = arrImgpre[0];
}
if (Wochentag[TagInWoche] == "Freitag") {
  arrImg[0] = arrImgpre[2];
  arrImg[1] = arrImgpre[3];
  arrImg[2] = arrImgpre[5];
  arrImg[3] = arrImgpre[6];
  arrImg[4] = arrImgpre[8];
  arrImg[5] = arrImgpre[12];
  arrImg[6] = arrImgpre[0];
}
if (Wochentag[TagInWoche] == "Samstag") {
  arrImg[0] = arrImgpre[1];
  arrImg[1] = arrImgpre[4];
  arrImg[2] = arrImgpre[6];
  arrImg[3] = arrImgpre[7];
  arrImg[4] = arrImgpre[10];
  arrImg[5] = arrImgpre[11];
  arrImg[6] = arrImgpre[0];
}
if (Wochentag[TagInWoche] == "Sonntag") {
  arrImg[0] = arrImgpre[2];
  arrImg[1] = arrImgpre[3];
  arrImg[2] = arrImgpre[5];
  arrImg[3] = arrImgpre[9];
  arrImg[4] = arrImgpre[12];
  arrImg[5] = arrImgpre[13];
  arrImg[6] = arrImgpre[0];
}

