var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.

quotes[0]='<table width="230" border="0" cellspacing="0" cellpadding="0"><tr><td class="txt3" style="text-align:left;"><img src="images/prem-patnaik2.jpg" width="70" height="63"  align="left" style="margin-right:10px; margin-left:5px;"/>The experience with <b>Karizma Xpress</b> is really colorful, the though process... <br/><a href="customerreviews.php#prem_patnaik" class="productlink" title=" Customer Reviews" style="margin-right:10px; margin-left:5px; text-align:right; float:right;" >read more... </a></td></tr></table>'

quotes[1]='<table width="230" border="0" cellspacing="0" cellpadding="0"><tr><td class="txt3" style="text-align:left;"><img src="images/rashami-baid-small.jpg" width="70" height="63"  align="left" style="margin-right:10px; margin-left:5px;"/>With <b>Karizma Xpress</b> it has indeed been a wonderful experience creating our..... <br/><a href="customerreviews.php#rashmi" class="productlink" title=" Customer Reviews" style="margin-right:10px; margin-left:5px; text-align:right; float:right;" >read more... </a></td></tr></table>'

quotes[2]='<table width="230" border="0" cellspacing="0" cellpadding="0"><tr><td class="txt3" style="text-align:left;"><img src="images/hiten-rana-samll.jpg" width="70" height="63"  align="left" style="margin-right:10px; margin-left:5px;"/>As it is widely Believed, <b>Karizma Xpress</b> is not just only stop for state for art.... <br/><a href="customerreviews.php#hiten_rana" class="productlink" title=" Customer Reviews" style="margin-right:10px; margin-left:5px; text-align:right; float:right;" >read more... </a></td></tr></table>'

quotes[3]='<table width="230" border="0" cellspacing="0" cellpadding="0"><tr><td class="txt3" style="text-align:left;"><img src="images/hiten-vora-small.jpg" width="70" height="63" align="left" style="margin-right:10px; margin-left:5px;"/><b>Karizma </b> provides a fantastic platform to unleash your creativity to capture.... <br/><a href="customerreviews.php#hiten_vora" class="productlink" title=" Customer Reviews" style="margin-right:10px; margin-left:5px; text-align:right; float:right;" >read more... </a></td></tr></table>'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
