//01
var theImages = new Array()

//Random-loading images
theImages[0] = 'http://www.opulentitems.com/assets/templates/default/global/images/jpg/hm_mid_r1_c2.jpg'
theImages[1] = 'http://www.opulentitems.com/assets/templates/default/global/images/jpg/hm_mid_r1_c2B.jpg'
theImages[2] = 'http://www.opulentitems.com/assets/templates/default/global/images/jpg/hm_mid_r1_c2C.jpg'

var j = 0
var p = theImages.length;
var preBuffer = new Array()

for (i = 0; i < p; i++){
preBuffer[i] = new Image()
preBuffer[i].src = theImages[i]
}
var whichImage = Math.round(Math.random()*(p-1));

function showImage(){
if(whichImage==0){
document.write('<a href ="http://www.opulentitems.com/great-gifts.html"><img src="'+theImages[whichImage]+'" border=0 width=315 height=155></a>');
}
else if(whichImage==1){
document.write('<a href ="http://www.opulentitems.com/great-gifts.html"><img src="'+theImages[whichImage]+'" border=0 width=315 height=155></a>');
}
else if(whichImage==2){
document.write('<a href ="http://www.opulentitems.com/great-gifts.html"><img src="'+theImages[whichImage]+'" border=0 width=315 height=155></a>');
}

}
//02
var theImages_two = new Array()

//Random-loading images
theImages_two[0] = 'http://www.opulentitems.com/assets/templates/default/global/images/jpg/hm_mid_r1_c5.jpg'
theImages_two[1] = 'http://www.opulentitems.com/assets/templates/default/global/images/jpg/hm_mid_r1_c5B.jpg'
theImages_two[2] = 'http://www.opulentitems.com/assets/templates/default/global/images/jpg/hm_mid_r1_c5C.jpg'

var j = 0
var p = theImages_two.length;
var preBuffer_two = new Array()

for (i = 0; i < p; i++){
preBuffer_two[i] = new Image()
preBuffer_two[i].src = theImages_two[i]
}
var whichImage_two = Math.round(Math.random()*(p-1));

function showImage_two(){
if(whichImage_two==0){
document.write('<a href ="http://www.opulentitems.com/cool-gifts.html"><img src="'+theImages_two[whichImage_two]+'" border=0 width=315 height=155></a>');
}
else if(whichImage_two==1){
document.write('<a href ="http://www.opulentitems.com/cool-gifts.html"><img src="'+theImages_two[whichImage_two]+'" border=0 width=315 height=155></a>');
}
else if(whichImage_two==2){
document.write('<a href ="http://www.opulentitems.com/cool-gifts.html"><img src="'+theImages_two[whichImage_two]+'" border=0 width=315 height=155></a>');
}

}
//03
var theImages_three = new Array()

//Random-loading images
theImages_three[0] = 'http://www.opulentitems.com/assets/templates/default/global/images/jpg/hm_mid_r2_c1.jpg'
theImages_three[1] = 'http://www.opulentitems.com/assets/templates/default/global/images/jpg/hm_mid_r2_c1B.jpg'
theImages_three[2] = 'http://www.opulentitems.com/assets/templates/default/global/images/jpg/hm_mid_r2_c1C.jpg'

var j = 0
var p = theImages_three.length;
var preBuffer_three = new Array()

for (i = 0; i < p; i++){
preBuffer_three[i] = new Image()
preBuffer_three[i].src = theImages_three[i]
}
var whichImage_three = Math.round(Math.random()*(p-1));

function showImage_three(){
if(whichImage_three==0){
document.write('<a href ="http://www.opulentitems.com/Unusual-Gifts.html"><img src="'+theImages_three[whichImage_three]+'" border=0 width=240 height=156></a>');
}
else if(whichImage_three==1){
document.write('<a href ="http://www.opulentitems.com/Unusual-Gifts.html"><img src="'+theImages_three[whichImage_three]+'" border=0 width=240 height=156></a>');
}
else if(whichImage_three==2){
document.write('<a href ="http://www.opulentitems.com/Unusual-Gifts.html"><img src="'+theImages_three[whichImage_three]+'" border=0 width=240 height=156></a>');
}

}
//04
var theImages_four = new Array()

//Random-loading images
theImages_four[0] = 'http://www.opulentitems.com/assets/templates/default/global/images/jpg/hm_mid_r2_c4.jpg'
theImages_four[1] = 'http://www.opulentitems.com/assets/templates/default/global/images/jpg/hm_mid_r2_c4B.jpg'
theImages_four[2] = 'http://www.opulentitems.com/assets/templates/default/global/images/jpg/hm_mid_r2_c4C.jpg'

var j = 0
var p = theImages_four.length;
var preBuffer_four = new Array()

for (i = 0; i < p; i++){
preBuffer_four[i] = new Image()
preBuffer_four[i].src = theImages_four[i]
}
var whichImage_four = Math.round(Math.random()*(p-1));

function showImage_four(){
if(whichImage_four==0){
document.write('<a href ="http://www.opulentitems.com/Creative-Gifts.html"><img src="'+theImages_four[whichImage_four]+'" border=0 width=240 height=156></a>');
}
else if(whichImage_four==1){
document.write('<a href ="http://www.opulentitems.com/Creative-Gifts.html"><img src="'+theImages_four[whichImage_four]+'" border=0 width=240 height=156></a>');
}
else if(whichImage_four==2){
document.write('<a href ="http://www.opulentitems.com/Creative-Gifts.html"><img src="'+theImages_four[whichImage_four]+'" border=0 width=240 height=156></a>');
}

}
//05
var theImages_five = new Array()

//Random-loading images
theImages_five[0] = 'http://www.opulentitems.com/assets/templates/default/global/images/jpg/hm_mid_r2_c7.jpg'
theImages_five[1] = 'http://www.opulentitems.com/assets/templates/default/global/images/jpg/hm_mid_r2_c7B.jpg'
theImages_five[2] = 'http://www.opulentitems.com/assets/templates/default/global/images/jpg/hm_mid_r2_c7C.jpg'

var j = 0
var p = theImages_five.length;
var preBuffer_five = new Array()

for (i = 0; i < p; i++){
preBuffer_five[i] = new Image()
preBuffer_five[i].src = theImages_five[i]
}
var whichImage_five = Math.round(Math.random()*(p-1));

function showImage_five(){
if(whichImage_five==0){
document.write('<a href ="http://www.opulentitems.com/novelty-gifts.html"><img src="'+theImages_five[whichImage_five]+'" border=0 width=240 height=156></a>');
}
else if(whichImage_five==1){
document.write('<a href ="http://www.opulentitems.com/novelty-gifts.html"><img src="'+theImages_five[whichImage_five]+'" border=0 width=240 height=156></a>');
}
else if(whichImage_five==2){
document.write('<a href ="http://www.opulentitems.com/novelty-gifts.html"><img src="'+theImages_five[whichImage_five]+'" border=0 width=240 height=156></a>');
}

}
