// JavaScript Document

function header_image() { 
image = new Array();
number = 0; 

// imageArray
image[number++] = "<div class='sale_left seals_l'></div>";
image[number++] = "<div class='sale_left moose_l'></div>";
image[number++] = "<div class='sale_left penguins_l'></div>";
image[number++] = "<div class='sale_left polarbears_l'></div>";
increment = Math.floor(Math.random() * number);  document.write(image[increment]); 
}; 

function header2_image() {  
imageF = new Array();
number = 0; 

// imageArray
image[number++] = "<div class='sale_right seals_r'></div>";
image[number++] = "<div class='sale_right moose_r'></div>";
image[number++] = "<div class='sale_right penguins_r'></div>";
image[number++] = "<div class='sale_right polarbears_r'></div>";
increment = Math.floor(Math.random() * number);  document.write(image[increment]); 
};


function home_ads() {  
imageH = new Array();
number = 0; 

// imageArray
imageH[number++] = "<a href='http://polar.rbpstore.org/productView/showprod.cfm?prodnum=30485'><img src='http://www.rbpstore.org/images/prodImages/thumb/30485.jpg' alt='VBS Design-A-Snowboard (Pkg 12)' /><br /></a><span><a href='http://polar.rbpstore.org/productView/showprod.cfm?prodnum=30485'>VBS Design-A-Snowboard (Pkg 12)</a></span>";

imageH[number++] = "<a href='http://polar.rbpstore.org/productView/showprod.cfm?prodnum=30403'><img src='http://www.rbpstore.org/images/prodImages/thumb/30403.jpg' alt='VBS Theme Backdrop 8 x 8' /><br /></a><span><a href='http://polar.rbpstore.org/productView/showprod.cfm?prodnum=30403'>VBS Theme Backdrop 8 x 8</a></span>";

imageH[number++] = "<a href='http://polar.rbpstore.org/productView/showprod.cfm?prodnum=30419'><img src='http://www.rbpstore.org/images/prodImages/thumb/30419.jpg' alt='Going to Extremes: Living All-Out for God-Adult Student-KJV' /><br /></a><span><a href='http://polar.rbpstore.org/productView/showprod.cfm?prodnum=30419'>Going to Extremes: Living All-Out for God-Adult Student-KJV</a></span>";

imageH[number++] = "<a href='http://polar.rbpstore.org/productView/showprod.cfm?prodnum=30464'><img src='http://www.rbpstore.org/images/prodImages/thumb/30464.jpg' alt='VBS Youth Student-NKJV' /><br /></a><span><a href='http://polar.rbpstore.org/productView/showprod.cfm?prodnum=30464'>VBS Youth Student-NKJV</a></span>";

imageH[number++] = "<a href='http://polar.rbpstore.org/productView/showprod.cfm?prodnum=30483'><img src='http://www.rbpstore.org/images/prodImages/thumb/30483.jpg' alt='VBS Seal Mini Puzzle (Pkg 5)' /><br /></a><span><a href='http://polar.rbpstore.org/productView/showprod.cfm?prodnum=30483'>VBS Seal Mini Puzzle (Pkg 5)</a></span>";

imageH[number++] = "<a href='http://polar.rbpstore.org/productView/showprod.cfm?prodnum=30484'><img src='http://www.rbpstore.org/images/prodImages/thumb/30484.jpg' alt='VBS Polar Bear Puzzle' /><br /></a><span><a href='http://polar.rbpstore.org/productView/showprod.cfm?prodnum=30484'>VBS Polar Bear Puzzle</a></span>";

imageH[number++] = "<a href='http://polar.rbpstore.org/productView/showprod.cfm?prodnum=30475'><img src='http://www.rbpstore.org/images/prodImages/thumb/30475.jpg' alt='VBS Polar Extremes Cap (Pkg 12)' /><br /></a><span><a href='http://polar.rbpstore.org/productView/showprod.cfm?prodnum=30475'>VBS Polar Extremes Cap (Pkg 12)</a></span>";

imageH[number++] = "<a href='http://polar.rbpstore.org/productView/showprod.cfm?prodnum=30472'><img src='http://www.rbpstore.org/images/prodImages/thumb/30472.jpg' alt='VBS Water Bottle (Pkg 5)' /><br /></a><span><a href='http://polar.rbpstore.org/productView/showprod.cfm?prodnum=30472'>VBS Water Bottle (Pkg 5) </a></span>";

imageH[number++] = "<a href='http://polar.rbpstore.org/productView/showprod.cfm?prodnum=30442'><img src='http://www.rbpstore.org/images/prodImages/thumb/30442.jpg' alt='VBS Theme Buttons (Pkg 20)' /><br /></a><span><a href='http://polar.rbpstore.org/productView/showprod.cfm?prodnum=30442'>VBS Theme Buttons (Pkg 20)</a></span>";

imageH[number++] = "<a href='http://polar.rbpstore.org/productView/showprod.cfm?prodnum=30470'><img src='http://www.rbpstore.org/images/prodImages/thumb/30470.jpg' alt='VBS Polar Extemes Flyer (Pkg 5)' /><br /></a><span><a href='http://polar.rbpstore.org/productView/showprod.cfm?prodnum=30470'>VBS Polar Extremes Flyer (Pkg 5)</a></span>";

imageH[number++] = "<a href='http://polar.rbpstore.org/productView/showprod.cfm?prodnum=30466'><img src='http://www.rbpstore.org/images/prodImages/thumb/30466.jpg' alt='VBS Eraser Penguin (Pkg 24)' /><br /></a><span><a href='http://polar.rbpstore.org/productView/showprod.cfm?prodnum=30466'>VBS Eraser Penguin (Pkg 24)</a></span>";

imageH[number++] = "<a href='http://polar.rbpstore.org/productView/showprod.cfm?prodnum=30422'><img src='http://www.rbpstore.org/images/prodImages/thumb/30422.jpg' alt='VBS Polar Poster Set (Pkg 5)' /><br /></a><span><a href='http://polar.rbpstore.org/productView/showprod.cfm?prodnum=30422'>VBS Polar Poster Set (Pkg 5)</a></span>";

incrementH = Math.floor(Math.random() * number);  document.write(imageH[incrementH]); 

};