// JavaScript Document

var block=new Array()
block[0]='<td width="122" valign="top"><img src="Products/Business_Objects/Crystal_Reports/CR2008/BoxShot.jpg" alt="" width="120" height="120" id="BoxShot1" /></td><td width="150" valign="top"><p><a href="Products/Business_Objects/Crystal_Reports/CR2008/">Crystal Reports 2008</a> is a powerful, dynamic, actionable reporting solution that helps you design, explore, visualize, and deliver... <a href="Products/Business_Objects/Crystal_Reports/CR2008/">read more</a></p></td>'
block[1]='<td width="122" valign="top"><img src="Products/Business_Objects/Crystal_Xcelsius/CXS2008/BoxShot.jpg" alt="" width="120" height="120" id="BoxShot2" /></td><td width="150" valign="top"><a href="Products/Business_Objects/Crystal_Xcelsius/CXS2008/index.html">Xcelsius Engage</a> is the perfect way to get started in the exciting area of dashboarding. It lets you create business... <a href="Products/Business_Objects/Crystal_Xcelsius/CXS2008/index.html">read more</a></td>'
block[2]='<td width="122" valign="top"><img src="Products/Business_Objects/Crystal_Reports/CRXIR2/BoxShot.jpg" alt="" width="120" height="120" /></td><td width="150" valign="top"><a href="Products/Business_Objects/Crystal_Reports/CRXIR2/">Crystal Reports XI</a> lets you design professional-looking, interactive reports using features like the visual report designer and dynamic prompts... <a href="Products/Business_Objects/Crystal_Reports/CRXIR2/">read more</a></td>'
block[3]='<td width="122" valign="top"><img src="Products/Business_Objects/Crystal_Reports/CRVA/BoxShot.jpg" alt="" width="120" height="120" /></td><td width="150" valign="top"><a href="Products/Business_Objects/Crystal_Reports/CRVA/">Crystal Reports 2008 Visual Advantage</a> - Get a clearer view of your business performance with our industry-leading report   designer and visualization combined solution. You will be able to create... <a href="Products/Business_Objects/Crystal_Reports/CRVA/">read more</a></td>'
block[4]='<td width="122" valign="top"><img src="Products/Microsoft/SQL_Server/SQLS2005/BoxShot.jpg" alt="" width="120" height="120" /></td><td width="150" valign="top"><p><a href="Products/Microsoft/SQL_Server/SQLS2005/">SQL Server 2005 Enterprise Edition</a> provides a complete set of   enterprise data management and business intelligence... <a href="Products/Microsoft/SQL_Server/SQLS2005/">read more</a></p></td>'
block[5]='<td width="122" valign="top"><img src="Products/Microsoft/Dynamics/GP10/BoxShot.jpg" alt="" width="120" height="120" /></td><td width="150" valign="top"><a href="Products/Microsoft/Dynamics/GP10/">Microsoft Dynamics GP</a> is a business management solution that provides growing   and midsize organizations with complete and scalable financial... <a href="Products/Microsoft/Dynamics/GP10/">read more</a></td>'
block[6]='<td width="122" valign="top"><img src="Products/Microsoft/Dynamics/SL7/BoxShot.jpg" alt="" width="120" height="120" /></td><td width="150" valign="top"><a href="Products/Microsoft/Dynamics/SL7/">Microsoft Dynamics SL</a> is a business management solution specialized to help   project-driven midsize organizations obtain reports and... <a href="Products/Microsoft/Dynamics/SL7/">read more</a></td>'
block[7]='<td width="122" valign="top"><img src="Products/Microsoft/Dynamics/CRM4/BoxShot.jpg" alt="" width="120" height="120" /></td><td width="150" valign="top"> <a href="Products/Microsoft/Dynamics/CRM4/">Microsoft Dynamics CRM 4.0</a> gives you the capability to   easily create and maintain a clear view of customers from first contact through purchase and... <a href="Products/Microsoft/Dynamics/CRM4/">read more</a></td>'
block[8]='<td width="122" valign="top"><img src="Products/Microsoft/Windows_Server/WS2003/BoxShot.jpg" /></td><td width="150" valign="top"><a href="Products/Microsoft/Windows_Server/WS2003/">Windows Server 2003 </a>operating systems take the best of Windows 2000 Server   technology and make it easier to deploy, manage, and use. The result: a... <a href="Products/Microsoft/Windows_Server/WS2003/">read more</a></td>'
block[9]='<td width="122" valign="top"><img src="Products/Business_Objects/Crystal_Xcelsius/CX45/BoxShot.jpg" alt="" width="120" height="120" /></td><td width="150" valign="top"><a href="Products/Business_Objects/Crystal_Xcelsius/CX45/index.html">Crystal Xcelsius 4.5</a> is an intuitive stand-alone Windows application, designed to   create engaging, interactive Excel dashboards and business... <a href="Products/Business_Objects/Crystal_Xcelsius/CX45/index.html">read more</a></td>'


function randomorder(targetarray, spacing){
	var randomorder=new Array()
	var the_one
	var z=8
	for (i=0;i<targetarray.length;i++)
	randomorder[i]=i
	
	while (z<targetarray.length){
		the_one=Math.floor(Math.random()*targetarray.length)
		if (targetarray[the_one]!="_selected!"){
			document.write(targetarray[the_one]+spacing)
			targetarray[the_one]="_selected!"
			z++
		}
	}
}