var numimages = 5;
var text = '';
var textby = '';

function randomint(range)
{
return (new Date().getTime() % range) + 1;
}

var messagetype = randomint(10)

if (messagetype=='1'){
	text='As our chosen Oracle Partner, Cintra is a key member of our database infrastructure team,'+
	'from advising and executing capacity load testing initiatives to deploying our highly available Oracle 10gRAC cluster.';
	textby = '-CTO, Opt-Intelligence, Inc.';
}
else if(messagetype=='2'){
	text='As our chosen partner Cintra designed a complete 10gRAC database platform that met our needs for scalability, '+
	'availability, and performance for our production environments.';
	textby = '-CIO, Timecruiser';
}
else if(messagetype=='3'){
	text='Cintra has been a complete solution provider, and has allowed me to use the ShadoSuite product set with the '+
	'confidence normally reserved for much higher-priced architectures. Their deep knowledge of Oracle and Shadow has ensured that '+
	'I don&#x2019;t need to worry about my technical environment.';
	textby = '-CIO, InTrade LLC';
}
else if (messagetype=='4'){
	text='I want to express our satisfaction with the service that we have received from Cintra over the past year.'+
	'With Cintra&#x2019;s help we were able to pull ourselves out of a difficult situation with database availability as well as now being '+
	'able to consistently meet service level performance agreements.';
	textby = '-Director Database Services, AperioCI, Inc.';
}
else if (messagetype=='5'){
	text='I am very impressed with Cintra&#x2019;s10g RAC implementation. We&#x2019;ve had zero database issues since Cintra&#x2019;s '+
	'upgrade from 8i to to 10g RAC. We were able to manage the complete switchover with less then 3 hours of downtime planned downtime.';
	textby = '-CTO, UncommonGoods.com';
}
else if (messagetype=='6'){
	text='Cintra provided valuable assistance for our Oracle license procurement. They explained our options for database editions and '+
	'license term. Cintra also provided several financing options to address our budget and cash flow considerations.';
	textby = '-CFO, Muze, Inc.';
}
else if (messagetype=='7'){
	text='Cintra&#x2019;s role in architecting our highly available Oracle RAC databases, complemented with their ongoing '+
	'professional database management support has been'+ 
	'invaluable in ensuring a successful launch to our global business to business commerce trading';
	textby = 'CIO - B2X, Inc.';
}
else if (messagetype=='8'){
	text='I selected Cintra as our database architects and database partner to assist with setting up a mission critical '+
	'application. Cintra was very open minded in their approach in designing the architecture. The collaborative approach'+
	' of determining what would best suit Oldlane was performed without flaw by Cintra.';
	
	textby = '-CIO, Old Lane LP';
}
else if (messagetype=='9'){
	
	text='We asked Cintra to perform an Oracle Database Architecture Review with a view to improving performance and enhancing '+
	'our database redundancy and backups. Following the implementation of Cintra&#x2019;s tuning recommendations, we couldn&#x2019;t believe '+
	'how much better our Oracle database performed.';
	
	textby = 'IT Director, Taconic Farms, Inc.';
}
else if (messagetype=='10'){
	text='As our go to Oracle partner, we called Cintra when the performance of one of our primary business batch processes '+
	'significantly degraded. Cintra responded immediately to our SOS call and recommended tuning steps, while ensuring minimal '+
	'risk to our production systems.';
	textby = '- Director of Information Systems, Ark Asset Management Co., Inc.';
}


document.writeln('\t\t<TABLE width="765"  border="0" cellpadding="0" cellspacing="0">');
document.writeln('\t\t<TR>');
document.writeln('\t\t\t<TD align="center" valign="center">');
document.writeln('\t\t\t<DIV style="border:0px solid black;width:170px;height:220px;">');
document.writeln('\t\t<TABLE border="0" cellpadding="0" cellspacing="0">');
document.writeln('\t\t<TR>');
document.writeln('\t\t\t<TD style="font-family : arial;font-size:14px;">'+text);
document.writeln('\t\t\t</TD>');
document.writeln('\t\t</TR>');
document.writeln('\t\t<TR>');
document.writeln('\t\t\t<TD align="right" style="font-family : arial;font-size:11px;"><b>'+textby+'</b>');
document.writeln('\t\t\t</TD>');
document.writeln('\t\t</TR>');
document.writeln('\t\t</TABLE>');
document.writeln('\t\t\t</DIV>');
document.writeln('\t\t\t</TD>');
document.writeln('\t\t\t<TD width="550" BACKGROUND="us_grafx/splash' + randomint(numimages) + '.jpg" height="272" valign="top" CLASS="bodytext" STYLE="padding-left:10px; padding-right:10px; padding-top:10px; padding-bottom:10px">');
document.writeln('\t\t\t</TD>');
document.writeln('\t\t</TR>');
document.writeln('\t\t</TABLE>');