// definerer samtlige bannere
var bannere = new Array();
bannere[0] = "<a href='http://www.panayotis.dk/Default.aspx?ID=552'><img src='Files/System/panayotis_dk/grafik/bannere/smaa/LILLEBANNER.jpg' border='0'></a>";
bannere[1] = "<a href='http://www.panayotis.dk/Default.aspx?ID=494'><img src='Files/System/panayotis_dk/grafik/bannere/smaa/2012-LILLEBANNER.jpg' border='0'></a>";
bannere[2] = "<a href='http://www.panayotis.dk/Default.aspx?ID=54'><img src='Files/System/panayotis_dk/grafik/bannere/smaa/LILLEBANNER2.jpg' border='0'></a>";
bannere[3] = "<a href='http://shop.panayotis.dk' target='_blank'><img src='Files/System/panayotis_dk/grafik/bannere/smaa/DESIGNERS.jpg' border='0'></a>";
bannere[4] = "<a href='http://www.panayotis.dk/Default.aspx?ID=459'><img src='Files/System/panayotis_dk/grafik/bannere/smaa/web_lille_jubi_magasin_0308.jpg' border='0'></a>";
bannere[5] = "<a href='http://www.panayotis.dk/Default.aspx?ID=407'><img src='Files/System/panayotis_dk/grafik/bannere/smaa/GARANTIBA.jpg' border='0'></a>";

// randomizer arrayet med bannerne
function randOrd(a, b){
 return (Math.round(Math.random())-0.5);
}
bannere.sort( randOrd );
document.write("<img src='Files/Nothing.gif' width='1' height='4'><br>");
document.write(bannere[0]);
document.write("<br><img src='Files/Nothing.gif' width='1' height='4'><br>");
document.write(bannere[1]); 
document.write("<br><img src='Files/Nothing.gif' width='1' height='4'><br>");
document.write(bannere[2]); 
