// JavaScript Document
var r_img = new Array ();

r_img[0] = "<a href='#'><img src='images/banner_234_01.gif' alt='Ad space for rent' border='0'></a>";

r_img[1] = "<a href='http://www.ecoelectronicproducts.com/' target='_blank'><img src='images/eco_electronic_products.gif' alt='Eco Electronic Products - Singapore' border='0'></a>";

var j = Math.floor(2*Math.random())
document.write(r_img[j]);
