var k;
imgprint=1;
imgall=18;
var ran=new Array(imgprint-1);
function random_number(){
return Math.round(Math.random() * imgall);
}
function check(num){
while(k!=num){
ran[num]=random_number();
k=0;
for(a=0;a<num;a++){
if(ran[a]!=ran[num]){
k++
}
}
}
}
ran[0]=random_number();
for(a=1;a<imgprint;a++){
check(a);
}
img=new Array(imgall);
link=new Array(imgall);
alt=new Array(imgall);
img[0]="http://mary-jane.ru/products_pictures/B-94-x115.jpg"; 
link[0]="http://mary-jane.ru/index.php?utm_source=ganjaclub.ru&utm_medium=shop&productID=498"; 
alt[0]="Wooden Bukket / 1990p.";

img[1]="http://mary-jane.ru/products_pictures/KB-LK-x115.jpg"; 
link[1]="http://mary-jane.ru/index.php?utm_source=ganjaclub.ru&utm_medium=shop&productID=522"; 
alt[1]="Lady Killer / 1950p.";

img[2]="http://mary-jane.ru/products_pictures/KB-SS60-x115.jpg"; 
link[2]="http://mary-jane.ru/index.php?utm_source=ganjaclub.ru&utm_medium=shop&productID=525"; 
alt[2]="Straight Shooter 60 / 2095p.";

img[3]="http://mary-jane.ru/products_pictures/DA-BP-x115.jpg"; 
link[3]="http://mary-jane.ru/index.php?utm_source=ganjaclub.ru&utm_medium=shop&productID=521"; 
alt[3]="Big Pink One / 2495p.";

img[4]="http://mary-jane.ru/products_pictures/ROCKET-x115.jpg"; 
link[4]="http://mary-jane.ru/index.php?utm_source=ganjaclub.ru&utm_medium=shop&productID=540"; 
alt[4]="Rocket Bong / 895p.";

img[5]="http://mary-jane.ru/products_pictures/B-90-x115.jpg"; 
link[5]="http://mary-jane.ru/index.php?utm_source=ganjaclub.ru&utm_medium=shop&productID=497"; 
alt[5]="Bukket / 899p.";

img[6]="http://mary-jane.ru/products_pictures/SK-1190-x115.jpg"; 
link[6]="http://mary-jane.ru/index.php?utm_source=ganjaclub.ru&utm_medium=shop&productID=529"; 
alt[6]="Skull 1190 / 1885p.";

img[7]="http://www.mary-jane.ru/products_pictures/SK-1093-x115.jpg"; 
link[7]="http://www.mary-jane.ru/index.php?utm_source=ganjaclub.ru&utm_medium=shop&productID=531"; 
alt[7]="Skull 1093 / 1095p.";

img[8]="http://www.mary-jane.ru/products_pictures/SK-341-x115.jpg"; 
link[8]="http://www.mary-jane.ru/index.php?utm_source=ganjaclub.ru&utm_medium=shop&productID=528"; 
alt[8]="Skull 341 / 1995p.";

img[9]="http://www.mary-jane.ru/products_pictures/SK-YD83-x115.jpg"; 
link[9]="http://www.mary-jane.ru/index.php?utm_source=ganjaclub.ru&utm_medium=shop&productID=532"; 
alt[9]="Skull YD83 / 1495p.";

img[10]="http://www.mary-jane.ru/products_pictures/FA-1090-x115.jpg"; 
link[10]="http://www.mary-jane.ru/index.php?utm_source=ganjaclub.ru&utm_medium=shop&productID=539"; 
alt[10]="Festival Art 1090 / 1295p.";

img[11]="http://www.mary-jane.ru/products_pictures/FA-1190-x115.jpg"; 
link[11]="http://www.mary-jane.ru/index.php?utm_source=ganjaclub.ru&utm_medium=shop&productID=538"; 
alt[11]="Festival Art 1190 / 1795p.";

img[12]="http://www.mary-jane.ru/products_pictures/FA-1193-x115.jpg"; 
link[12]="http://www.mary-jane.ru/index.php?utm_source=ganjaclub.ru&utm_medium=shop&productID=535"; 
alt[12]="Festival Art 1193 / 2075p.";

img[13]="http://www.mary-jane.ru/products_pictures/FA-1194-x115.jpg"; 
link[13]="http://www.mary-jane.ru/index.php?utm_source=ganjaclub.ru&utm_medium=shop&productID=534"; 
alt[13]="Festiaval Art 1195 / 2160p.";

img[14]="http://www.mary-jane.ru/products_pictures/FA-YD83-x115.jpg"; 
link[14]="http://www.mary-jane.ru/index.php?utm_source=ganjaclub.ru&utm_medium=shop&productID=537"; 
alt[14]="Festival Art YD83 / 1445p.";

img[15]="http://www.mary-jane.ru/products_pictures/CG-100-x115.jpg"; 
link[15]="http://www.mary-jane.ru/index.php?utm_source=ganjaclub.ru&utm_medium=shop&productID=512"; 
alt[15]="Cigarete Scale 100 / 2180p.";

img[16]="http://www.mary-jane.ru/products_pictures/AWS-MB50-x115.jpg"; 
link[16]="http://www.mary-jane.ru/index.php?utm_source=ganjaclub.ru&utm_medium=shop&productID=477"; 
alt[16]="MatchBox 50 / 2250p.";

img[17]="http://www.mary-jane.ru/products_pictures/420scope-x115.jpg"; 
link[17]="http://www.mary-jane.ru/index.php?utm_source=ganjaclub.ru&utm_medium=shop&productID=495"; 
alt[17]="420 Scope 60-100x / 999p.";

img[19]="http://www.mary-jane.ru/products_pictures/Monkey Pipe - x115.jpg"; 
link[19]="http://www.mary-jane.ru/index.php?utm_source=ganjaclub.ru&utm_medium=shop&productID=507"; 
alt[19]="Monkey Pipe / 399p.";

for(i=0;i<imgprint;i++){
document.write('<a href="'+link[ran[i]]+'" target="_blank">');
document.write('<img width=115 height=115 border=1 style="border-color:green" src="'+img[ran[i]]+'"'); 
document.write('alt="'+alt[ran[i]]+'"></a>');
}
document.write('</center>');