//Wellnesshotels//
var myPics = new Array();

myPics[0] = new Array(2); myPics[0][0] = "Bilder/Lastminute/Lastminute-Angebote/Wellnesshotels/Lastminute-1.jpg"; myPics[0][1] = "http://www.01.de";
//myPics[1] = new Array(2); myPics[1][0] = "Bilder/Lastminute/Lastminute-Angebote/Wellnesshotels/Lastminute-2.jpg"; myPics[1][1] = "http://www.02.de";
//myPics[2] = new Array(2); myPics[2][0] = "Bilder/Lastminute/Lastminute-Angebote/Wellnesshotels/Lastminute-3.jpg"; myPics[2][1] = "http://www.03.de";
//myPics[3] = new Array(2); myPics[3][0] = "Bilder/Lastminute/Lastminute-Angebote/Wellnesshotels/Lastminute-4.jpg"; myPics[3][1] = "http://www.04.de";

function showPic () {
var i = Math.round((myPics.length-1)*Math.random());
document.write("<a href=\""+myPics[i][1]+"\">\n");
document.write("<img src=\""+myPics[i][0]+"\" border=0 alt=\"Lastminute-Angebote\">\n");
document.write("</a>\n");
}


//Hotels//

var myPics1 = new Array();

myPics1[0] = new Array(2); myPics1[0][0] = "Bilder/Lastminute/Lastminute-Angebote/Hotels/Lastminute-1.jpg"; myPics1[0][1] = "http://www.1.de";
//myPics1[1] = new Array(2); myPics1[1][0] = "Bilder/Lastminute/Lastminute-Angebote/Hotels/Lastminute-2.jpg"; myPics1[1][1] = "http://www.2.de";
//myPics1[2] = new Array(2); myPics1[2][0] = "Bilder/Lastminute/Lastminute-Angebote/Hotels/Lastminute-3.jpg"; myPics1[2][1] = "http://www.3.de";
//myPics1[3] = new Array(2); myPics1[3][0] = "Bilder/Lastminute/Lastminute-Angebote/Hotels/Lastminute-4.jpg"; myPics1[3][1] = "http://www.4.de";

function showPic1 () {
var i = Math.round((myPics1.length-1)*Math.random());
document.write("<a href=\""+myPics1[i][1]+"\">\n");
document.write("<img src=\""+myPics1[i][0]+"\" border=0 alt=\"Lastminute-Angebote\">\n");
document.write("</a>\n");
}


//Pensionen, Bauernhof//

var myPics2 = new Array();

//myPics2[0] = new Array(2); myPics2[0][0] = "Bilder/Lastminute/Lastminute-Angebote/Bauernhof-Pension/Lastminute-1.jpg"; myPics2[0][1] = "http://www.10.de";
//myPics2[1] = new Array(2); myPics2[1][0] = "Bilder/Lastminute/Lastminute-Angebote/Bauernhof-Pension/Lastminute-2.jpg"; myPics2[1][1] = "http://www.20.de";
//myPics2[2] = new Array(2); myPics2[2][0] = "Bilder/Lastminute/Lastminute-Angebote/Bauernhof-Pension/Lastminute-3.jpg"; myPics2[2][1] = "http://www.30.de";
//myPics2[3] = new Array(2); myPics2[3][0] = "Bilder/Lastminute/Lastminute-Angebote/Bauernhof-Pension/Lastminute-4.jpg"; myPics2[3][1] = "http://www.40.de";

function showPic2 () {
var i = Math.round((myPics2.length-1)*Math.random());
document.write("<a href=\""+myPics2[i][1]+"\">\n");
document.write("<img src=\""+myPics2[i][0]+"\" border=0 alt=\"Lastminute-Angebote\">\n");
document.write("</a>\n\n");
}


//Ferienwohnungen //

var myPics3 = new Array();

//myPics3[0] = new Array(2); myPics3[0][0] = "Bilder/Lastminute/Lastminute-Angebote/Ferienwohnungen/Lastminute-1.jpg"; myPics3[0][1] = "http://www.110.de";
//myPics3[1] = new Array(2); myPics3[1][0] = "Bilder/Lastminute/Lastminute-Angebote/Ferienwohnungen/Lastminute-2.jpg"; myPics3[1][1] = "http://www.120.de";
//myPics3[2] = new Array(2); myPics3[2][0] = "Bilder/Lastminute/Lastminute-Angebote/Ferienwohnungen/Lastminute-3.jpg"; myPics3[2][1] = "http://www.130.de";
//myPics3[3] = new Array(2); myPics3[3][0] = "Bilder/Lastminute/Lastminute-Angebote/Ferienwohnungen/Lastminute-4.jpg"; myPics3[3][1] = "http://www.140.de";

function showPic3 () {
var i = Math.round((myPics3.length-1)*Math.random());
document.write("<a href=\""+myPics3[i][1]+"\">\n");
document.write("<img src=\""+myPics3[i][0]+"\" border=0 alt=\"Lastminute-Angebote\">\n");
document.write("</a>\n");

}