// Create the array - random changing text, (c) 2005 Two Brothers Software.
var headline = new Array();
adrandom[0] = "<a href="articles/dangerousdestiny.shtml"><img class="margin10all20r" src="images/adcanoe.gif" border="0" alt="Click here to read &quot;Dangerous Destiny&quot;"></a>";
adrandom[1] = "<a href="articles/passion.shtml"><img class="margin10all20r" src="images/adpassion.gif" border="0" alt="Click here to read &quot;The Purpose of the Passion&quot;"></a>";
adrandom[2] = "<a href="articles/tsunami.shtml"><img class="margin10all20r" src="images/adtsunami.gif" border="0" alt="Click here to read &quot;Tsunami!&quot;"></a>";
function randomNumber(n) {
number = Math.floor(Math.random() * (n + 1));
return number;
}