ÿþ<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> <Script language="JavaScript" > <!-- Begin // Set up the image files to be used. var theImages = new Array() // do not change this // To add more image files, continue with the // pattern below, adding to the array. theImages[0] = 'http://www.sysprousa.com/wrksite/Web_images/food_z4_001.jpg' theImages[1] = 'http://www.sysprousa.com/wrksite/Web_images/food_z4_002.jpg' theImages[2] = 'http://www.sysprousa.com/wrksite/Web_images/food_z4_003.jpg' // do not edit anything below this line var j = 0 var p = theImages.length; var preBuffer = new Array() for (i = 0; i < p; i++) { preBuffer[i] = new Image() preBuffer[i].src = theImages[i] } var whichImage = Math.round(Math.random()*(p-1)); function showImage() { document.write('<img src="'+theImages[whichImage]+'" border="0">'); } // End --> </Script> <style type="text/css"> <!-- body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; } --> </style></head> <body> <table width="455" height="337" border="0" bgcolor="#ffffff" align="left" cellspacing="0" cellpadding="0"> <tr valign="top"> <td align="left" ><SCRIPT LANGUAGE="JavaScript"> <!-- Begin showImage(); // End --> </SCRIPT></td> </tr> </table> </body> </html>