// JavaScript Document

function random_imglink(){
var myimages=new Array()
//specify random images below. You can have as many as you wish
myimages[1]="Selection boxes/ab003_black_white_abstract_art.png"
myimages[2]="Selection boxes/ab004_purple_abstract_art.png"
myimages[3]="Selection boxes/ab005_brown_cream_abstract_art.png"


//specify corresponding links below
var imagelinks=new Array()
imagelinks[1]="http://www.artfull1.com/blackwhite_abstract_canvas_art_print.htm"
imagelinks[2]="http://www.artfull1.com/purple_abstract_art.htm"
imagelinks[3]="http://www.artfull1.com/brown_and_cream_canvas_art_print.htm"


var ry=Math.floor(Math.random()*myimages.length)
if (ry==0)
ry=1

document.write('<a href='+'"'+imagelinks[ry]+'"'+'><img src="'+myimages[ry]+'" border=0></a>')
}


function random_imglink2(){
var myimages2=new Array()
//specify random images below. You can have as many as you wish
myimages2[1]="Selection boxes/cit008_purple_cityscape_art.png"
myimages2[2]="Selection boxes/cit030_times_square_cityscape_art.png"
myimages2[3]="Selection boxes/cit014_red_cityscape_art.png"


//specify corresponding links below
var imagelinks2=new Array()
imagelinks2[1]="http://www.artfull1.com/purple_cityscape_art.htm"
imagelinks2[2]="http://www.artfull1.com/times_square_art.htm"
imagelinks2[3]="http://www.artfull1.com/red_cityscape_contemporary_art.htm"

var ry=Math.floor(Math.random()*myimages2.length)
if (ry==0)
ry=1
document.write('<a href='+'"'+imagelinks2[ry]+'"'+'><img src="'+myimages2[ry]+'" border=0></a>')
}


function random_imglink3(){
var myimages3=new Array()
//specify random images below. You can have as many as you wish
myimages3[1]="Selection boxes/mov004_audrey_hepburn_art.png"
myimages3[2]="Selection boxes/mov038_the_joker_heath_ledger_art.png"
myimages3[3]="Selection boxes/mov062_scarface_seated_art.png"


//specify corresponding links below
var imagelinks3=new Array()
imagelinks3[1]="http://www.artfull1.com/audrey_hepburn_art_page.htm"
imagelinks3[2]="http://www.artfull1.com/joker_canvas_art.htm"
imagelinks3[3]="http://www.artfull1.com/scarface_half_modern_page.htm"


var ry=Math.floor(Math.random()*myimages3.length)
if (ry==0)
ry=1
document.write('<a href='+'"'+imagelinks3[ry]+'"'+'><img src="'+myimages3[ry]+'" border=0></a>')
}

function random_imglink4(){
var myimages4=new Array()
//specify random images below. You can have as many as you wish
myimages4[1]="Selection boxes/floral044_red_rose_flower_art.png"
myimages4[2]="Selection boxes/floral006_blue_dandelion_flower_art.png"
myimages4[3]="Selection boxes/floral107_cream_red_flower_art.png"


//specify corresponding links below
var imagelinks4=new Array()
imagelinks4[1]="http://www.artfull1.com/red_rose_flower_canvas_art_close_up.htm"
imagelinks4[2]="http://www.artfull1.com/dandelion_blue_floral_art.htm"
imagelinks4[3]="http://www.artfull1.com/ivory_and_red_floral_canvas_art_print.htm"

var ry=Math.floor(Math.random()*myimages4.length)
if (ry==0)
ry=1
document.write('<a href='+'"'+imagelinks4[ry]+'"'+'><img src="'+myimages4[ry]+'" border=0></a>')
}