function text() {
};
text = new text();
number = 0;

// solbriller
// text[number++] = "<a href=http://www.linseshop.dk/shop/default.asp?SetLng=1&Catid=82 target=_parent><img src=http://www.linseshop.dk/images/014084_ACD0_1.gif width=157 height=145 border=0></a>"
// text[number++] = "<a href=http://www.linseshop.dk/shop/default.asp?SetLng=1&Catid=82 target=_parent><img src=http://www.linseshop.dk/images/014046_01_juletilbud_1.gif width=157 height=145 border=0></a>"
// text[number++] = "<a href=http://www.linseshop.dk/shop/default.asp?SetLng=1&Catid=82 target=_parent><img src=http://www.linseshop.dk/images/014087%20AA20_1.gif width=157 height=145 border=0></a>"

// skibriller
// text[number++] = "<a href=http://www.linseshop.dk/shop/default.asp?SetLng=1&Catid=82 target=_parent><img src=http://www.linseshop.dk/images/015561_GHDS1_1.gif width=157 height=145 border=0></a>"
// text[number++] = "<a href=http://www.linseshop.dk/shop/default.asp?SetLng=1&Catid=82 target=_parent><img src=http://www.linseshop.dk/images/015564_DCDS1_1.gif width=157 height=145 border=0></a>"
// text[number++] = "<a href=http://www.linseshop.dk/shop/default.asp?SetLng=1&Catid=82 target=_parent><img src=http://www.linseshop.dk/images/015567_PDD16_1.gif width=157 height=145 border=0></a>"
// text[number++] = "<a href=http://www.linseshop.dk/shop/default.asp?SetLng=1&Catid=82 target=_parent><img src=http://www.linseshop.dk/images/015569_AED16_1.gif width=157 height=145 border=0></a>"
// text[number++] = "<a href=http://www.linseshop.dk/shop/default.asp?SetLng=1&Catid=82 target=_parent><img src=http://www.linseshop.dk/images/015562_AADC3_1.gif width=157 height=145 border=0></a>"
// text[number++] = "<a href=http://www.linseshop.dk/shop/default.asp?SetLng=1&Catid=82 target=_parent><img src=http://www.linseshop.dk/images/015565_PDDC2_1.gif width=157 height=145 border=0></a>"
// text[number++] = "<a href=http://www.linseshop.dk/shop/default.asp?SetLng=1&Catid=82 target=_parent><img src=http://www.linseshop.dk/images/014086_PFB0_1.gif width=157 height=145 border=0></a>"

// væske - - Produkt 3
text[number++] = "<a href=../../shop/vaeske-6c1.html><img src=http://www.linseshop.dk/images/renu-sfp.gif width=157 height=145 border=0></a>"
// 14 dagst linser
text[number++] = "<a href=../../shop/14-dages-linser-4c1.html><img src=http://www.linseshop.dk/images/Acuvue2_6.jpg width=157 height=145 border=0></a>"
// Døgnlinser + Væsker
text[number++] = "<a href=../../shop/bygningsfejllinser-10c1.html><img src=http://www.linseshop.dk/images/purevision-toric.jpg width=157 height=145 border=0></a>"
text[number++] = "<a href=../../shop/doegnlinser-2c1.html><img src=http://www.linseshop.dk/images/Air_Optix__N&D_6.gif width=157 height=145 border=0></a>"
text[number++] = "<a href=../../shop/doegnlinser-2c1.html><img src=http://www.linseshop.dk/images/Air_Optix_6.gif width=157 height=145 border=0></a>"
text[number++] = "<a href=../../shop/vaeske-6c1.html><img src=http://www.linseshop.dk/images/ReNu_355ml.gif width=157 height=145 border=0></a>"

increment1 = Math.floor(Math.random() * number);

document.write(text[increment1]);

