var 
 quotesArray=new Array(
 '<p>Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots.</p><p>So far, the universe is winning.</p><i>Rich Cook</i>',
 '<p>Problems have gravity you know - they attract each other.</p><i>Observer</i>',
 '<p>Be daring, be different, be impractical, be anything that will assert integrity of purpose and imaginative vision against the play-it-safers, the creatures of the commonplace, the slaves of the ordinary.</p><i>Cecil Beaton</i>',
 '<p>People are divided into 10 groups. Those who understand binary code and the others.</p>',
 '<p>Any sufficiently advanced technology is indistinguishable from magic.</p><i>A.C.Clarke</i>'
 );
 
function randomQuote() {

 return quotesArray[parseInt(Math.random()*(quotesArray.length))];
//  var l_str='<div style="text-align:center;"><a href="http://forum.biancabeauchamp.com/viewtopic.php?t=3544">';
//  l_str=l_str+'<img src="http://www.latexlair.com/img/covers/2007/03-mar2007/07_members.jpg" alt="Bianca Tattoo" width="250" height="153"><br>';
//  l_str=l_str+'Create a Bianca Beauchamp artwork to be used as a tattoo!<br>Win 200$ and get a lots of exposure.';
//  l_str=l_str+'</a></div>';

//	var l_str='<div style="text-align:left;"><a href="http://youtube.com/watch?v=QS3yFsKdyeA" style="float:left; margin-left:10px;margin-right:20px;" target="_blank">';
//  l_str=l_str+'<img src="images/hypevideo.jpg" alt="Bianca & Hyper" title="Bianca Beauchamp teams up with HYPE ENERGY"><br>';
//  l_str=l_str+'</a><h2 style="background-color:transparent;">Bianca Beauchamp &amp; HYPE&nbsp;ENERGY</h2>';
//  l_str=l_str+'<div style="margin-bottom:10px;margin-top:10px;";><li><a href="http://www.hype.com/" target="_blank">HYPE</a></li></div>';
//  l_str=l_str+'<div style="margin-bottom:10px;";><li><a href="http://www.biancabeauchamp.com/" target="_blank">Bianca Beauchamp</a></li></div>';
//  l_str=l_str+'<div style="margin-bottom:20px;";><li><a href="http://www.michelelevesque.com/" target="_blank">Michele Lévesque</a></li></div>';
//  l_str=l_str+'<div style="margin-bottom:10px;";><li><a href="http://youtube.com/watch?v=QS3yFsKdyeA" target="_blank">Video</a></li></div>';
//  l_str=l_str+'<div style="margin-bottom:10px;";><li><a href="http://www.latexlair.com/img/bianca_hype_1100.jpg" target="_blank">Image</a></li></div>';
//  l_str=l_str+'<div";><li><a href="http://forum.biancabeauchamp.com/viewtopic.php?t=3822&start=0" target="_blank">Bianca\'s Forum</a></li></div>';
//	l_str=l_str+'</div>';
	//187x115
// return l_str;
} 

