// Create the array - random changing images, (c) 2005 Two Brothers Software. 
var tip = new Array();
tip[0] = "<img src='Images/tip1.jpg' alt='' width='145' height='325'>";
tip[1] = "<img src='Images/tip2.jpg' alt='' width='145' height='250'>";
tip[2] = "<img src='Images/tip3.jpg' alt='' width='145' height='260'>";
tip[3] = "<img src='Images/tip4.jpg' alt='' width='145' height='202'>";
tip[4] = "<img src='Images/tip5.jpg' alt='' width='145' height='260'>";
tip[5] = "<img src='Images/tip6.jpg' alt='' width='145' height='230'>";
tip[6] = "<img src='Images/tip7.jpg' alt='' width='145' height='375'>";
tip[7] = "<img src='Images/tip8.jpg' alt='' width='145' height='202'>";
tip[8] = "<img src='Images/tip9.jpg' alt='' width='145' height='210'>";
tip[9] = "<img src='Images/tip10.jpg' alt='' width='145' height='202'>";
tip[10] = "<img src='Images/tip11.jpg' alt='' width='145' height='202'>";
tip[11] = "<img src='Images/tip12.jpg' alt='' width='145' height='202'>";
tip[12] = "<img src='Images/tip13.jpg' alt='' width='145' height='202'>";
tip[13] = "<img src='Images/tip14.jpg' alt='' width='145' height='202'>";
tip[14] = "<img src='Images/tip15.jpg' alt='' width='145' height='202'>";
tip[15] = "<img src='Images/tip16.jpg' alt='' width='145' height='202'>";
function randomNumber(n) { number = Math.floor(Math.random() * (n + 1)); 
return number; }