<!--
function image() {
};
image = new image();
number = 0;
// imageArray
image[number++] = "<a href='/news.html'><img src='/images/promo-button-new-rates.gif' height='60' width='240' border='0' alt='cheapest international phone call rates'></a>"
image[number++] = "<a href='/news.html'><img src='/images/promo-button-new-rates.gif' height='60' width='240' border='0' alt='cheapest international phone call rates'></a>"
image[number++] = "<a href='/news.html'><img src='/images/promo-button-new-rates.gif' height='60' width='240' border='0' alt='cheapest international phone call rates'></a>"
// keep adding items here...
increment = Math.floor(Math.random() * number);
document.write(image[increment]);
//-->
