//------ new random script from here ---//
G_total_ka = 0;					
G_day = new Date();				
G_seed = G_day.getTime();			

ie_('<div id="container" style="position:relative; height:0; width:755"><div id="londonlayer" style="position:absolute; left:0px; top:0px; width:372px; height:28px; z-index:3; visibility: visible; background-color: #191B45; layer-background-color: #191B45; border: 1px none #000000;"><table border=0 cellpadding=0 cellspacing=0 width=755><tr><td><img src="http://www.visualenergy.org/i/logo.gif" width="149" height="77" alt="Visual.energy." border=0></td><td align=right valign=top><img src="http://www.visualenergy.org/i/1.gif" width=1 height=22><br><a href="#" onMouseOver="MM_showHideLayers(\'londonlayer\',\'\',\'show\',\'muscatlayer\',\'\',\'hide\')"><img src="http://www.visualenergy.org/i/london_on.gif" width="37" height="9" alt=".london" border="0" name=london></a> <a href="#" onMouseOver="MM_showHideLayers(\'londonlayer\',\'\',\'hide\',\'muscatlayer\',\'\',\'show\')"><img src="http://www.visualenergy.org/i/muscat_off.gif" width="40" height="9" alt=".muscat" border="0" name=muscat></a><br><img src="http://www.visualenergy.org/i/1.gif" width=1 height=3><br><font class=address face="verdana,arial" size="1">Curtain House, 134 – 136 Curtain Road, London, EC2A 3AR<br><strong><font color=#FFFFFF>T:</font></strong> +44 (0)20 7729 5559   <strong><font color=#FFFFFF>F:</font></strong> +44 (0)20 7739 3535<strong> <font color=#FFFFFF>E:</font></strong> <a href="mailto:info@visualenergy.org" class=textlinks1>info@visualenergy.org</a></font></td><td width=11><img src="http://www.visualenergy.org/i/1.gif" width=11 height=1></td></tr></table></div><div id="muscatlayer" style="position:absolute; left:0px; top:0px; width:372px; height:14px; z-index:3; visibility: hidden; background-color: #191B45; layer-background-color: 191B45; border: 1px none #000000;"><table border=0 cellpadding=0 cellspacing=0 width=755><tr><td><img src="http://www.visualenergy.org/i/logo.gif" width="149" height="77" alt="Visual.energy." border=0></td><td align=right valign=top><img src="http://www.visualenergy.org/i/1.gif" width=1 height=22><br><a href="#" onMouseOver="MM_showHideLayers(\'londonlayer\',\'\',\'show\',\'muscatlayer\',\'\',\'hide\')"><img src="http://www.visualenergy.org/i/london_off.gif" width="37" height="9" alt=".london" border="0" name=london></a> <a href="#" onMouseOver="MM_showHideLayers(\'londonlayer\',\'\',\'hide\',\'muscatlayer\',\'\',\'show\')"><img src="http://www.visualenergy.org/i/muscat_on.gif" width="40" height="9" alt=".muscat" border="0" name=muscat></a><br><img src="http://www.visualenergy.org/i/1.gif" width=1 height=3><br><font class=address face="verdana,arial" size="1">P.O. Box 995, P.C. 114, Muttrah, Sultanate of Oman<br><strong><font color=#FFFFFF>T:</font></strong> +968 24 483 793 <strong><font color=#FFFFFF>F:</font></strong> +968 24 486 054 <strong><font color=#FFFFFF>E:</font></strong> <a href="mailto:oman@visualenergy.org" class=textlinks1>oman@visualenergy.org</a></font></td><td width=11><img src="http://www.visualenergy.org/i/1.gif" width=11 height=1></td></tr></table></div></div>');

function ie_ (description) {
	G_total_ka++;
	ka [G_total_ka] = description;
}

function rand() {
RN = parseInt(((G_seed - (parseInt(G_seed/1000,10) * 1000))/10)/100*G_total_ka + 1,10);
	return RN;
}
function ka () {}
//------ new random script to here ---//