<!--
function image() { };
image = new image();
number = 0;  
// imageArray 
image[number++] = "<img src='http://www.specialtyballoons.com/wp-content/themes/balloon/images/masthead/1.jpg' width='916' height='131' border='0'>"
image[number++] = "<img src='http://www.specialtyballoons.com/wp-content/themes/balloon/images/masthead/2.jpg' width='916' height='131' border='0'>"
image[number++] = "<img src='http://www.specialtyballoons.com/wp-content/themes/balloon/images/masthead/3.jpg' width='916' height='131' border='0'>"
image[number++] = "<img src='http://www.specialtyballoons.com/wp-content/themes/balloon/images/masthead/4.jpg' width='916' height='131' border='0'>"
image[number++] = "<img src='http://www.specialtyballoons.com/wp-content/themes/balloon/images/masthead/5.jpg' width='916' height='131' border='0'>"
image[number++] = "<img src='http://www.specialtyballoons.com/wp-content/themes/balloon/images/masthead/6.jpg' width='916' height='131' border='0'>"
image[number++] = "<img src='http://www.specialtyballoons.com/wp-content/themes/balloon/images/masthead/7.jpg' width='916' height='131' border='0'>"
image[number++] = "<img src='http://www.specialtyballoons.com/wp-content/themes/balloon/images/masthead/8.jpg' width='916' height='131' border='0'>"
image[number++] = "<img src='http://www.specialtyballoons.com/wp-content/themes/balloon/images/masthead/9.jpg' width='916' height='131' border='0'>"
image[number++] = "<img src='http://www.specialtyballoons.com/wp-content/themes/balloon/images/masthead/10.jpg' width='916' height='131' border='0'>"
image[number++] = "<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0' width='916' height='131'><param name='movie' value='/wp-content/themes/balloon/ric50-seasons.swf' /><param name='quality' value='high' /><embed src='/wp-content/themes/balloon/ric50-seasons.swf' quality='high' width='916' height='131' name='ric50-seasons' type='application/x-shockwave-flash' pluginspage='http://www.adobe.com/go/getflashplayer' /></object>"
increment = Math.floor(Math.random() * number);  document.write(image[increment]);
//-->