<!--
function image() { };
image = new image();
number = 0;  
// imageArray 
image[number++] = "<a href='http://www.specialtyballoons.com.au/get-a-quote/'><img src='http://www.specialtyballoons.com.au/wp-content/themes/balloon/images/masthead/1.jpg' width='916' height='131' border='0'></a>"
image[number++] = "<a href='http://www.specialtyballoons.com.au/get-a-quote/'><img src='http://www.specialtyballoons.com.au/wp-content/themes/balloon/images/masthead/2.jpg' width='916' height='131' border='0'></a>"
image[number++] = "<a href='http://www.specialtyballoons.com.au/get-a-quote/'><img src='http://www.specialtyballoons.com.au/wp-content/themes/balloon/images/masthead/3.jpg' width='916' height='131' border='0'></a>"
image[number++] = "<a href='http://www.specialtyballoons.com.au/get-a-quote/'><img src='http://www.specialtyballoons.com.au/wp-content/themes/balloon/images/masthead/4.jpg' width='916' height='131' border='0'></a>"
image[number++] = "<a href='http://www.specialtyballoons.com.au/get-a-quote/'><img src='http://www.specialtyballoons.com.au/wp-content/themes/balloon/images/masthead/5.jpg' width='916' height='131' border='0'></a>"
image[number++] = "<a href='http://www.specialtyballoons.com.au/get-a-quote/'><img src='http://www.specialtyballoons.com.au/wp-content/themes/balloon/images/masthead/6.jpg' width='916' height='131' border='0'></a>"
increment = Math.floor(Math.random() * number);  document.write(image[increment]);
//-->
