function loadImages()
{
	i_contactus = new Image();
	i_contactus.src = "/img/menu/top_contactus_hlight.gif";
}

function getVersion()
{
	return "4.3";
}

function getaBack()
{
	var ranNum= Math.round(Math.random()*20);
	if (ranNum<10)
		ranNum= "0"+ranNum;
	ranNum="<td width=700 height=25 background=/img/contback/back"+ranNum+".jpg>";
	return ranNum;
}

function showHead(head) {
	var ranNum= Math.round(Math.random()*20);
	if (ranNum<10)
		ranNum= "0"+ranNum;
		
	ranNum="<tr><td><table cellpadding=0 cellspacing=0><tr><td><img src='/img/bar_back_left.gif'></td><td background='/img/bar_back.gif' width=100%><font color='#ffffff'>&nbsp;<b>"+head+"</b></font></td><td><img src='/img/bar_back_right.gif'></td></table></td></tr>";
	return ranNum;
}

function get_random() {
	var ranNum= Math.round(Math.random()*4);
	return ranNum;
}

function getaQuote() {
	var whichQuote=get_random();

	var quote=new Array(5)

	quote[0]="<p> <font color=#0173E7 size=1pt> <b> Lxlabs Live </b> </font> is simply exquisite. It allows us to talk to ALL their people all of the time. It is as good as having all these people onsite. Their support system is the most structured one I have seen till now. I don't think I can work with anybody else now.</p><p id='client'> Kevin Middleton <br> Computer Banter, UK </p>";

	quote[1]="<p> It has been a GREAT experience working with these guys. I didn't expect my work to be completed this fast. If you are looking for efficiency and dedication, these are the people you want to deal with. I would contact them again for future work, and would recommend them to anyone. </a></p><p id='client'> Simone Emmons <br> SalsaArtists.com US </p>";

	quote[2]="<p> Lxlabs Domain Knowledge in Linux is something you can depend on. They are the best I have encountered when it came to remote administration.</p><p id='client'> Robin Bains <br>  Brains Digital, Canada </p>";

    quote[3]="<p> To our pleasant surprise, we found that Lxlabs Enterprise Services delivers better availability than having in-house system admins. </p><p id='client'> Timo Brueggemann <br>  B2Services, Germany</p>";

    quote[4]="<p> <font color=#0173E7 size=1pt> <b> Lxlabs Live </b> </font> allows us to resolve our problems within minutes. No waiting; No unnecessary delays. And their expertise in Linux is outstanding.</p><p id='client'> Arne Schirmacher <br> Germany </p>";
//	alert(quote[whichQuote]);
	return quote[whichQuote];
}


