var cs_imgs=new Array()
var cs_links=new Array()
var cs_text=new Array()
var cs_name=new String

var cs_choice = 0

do {
	cs_choice = Math.round(Math.random()*5);

	cs_imgs[0]='Images/toptips.gif'
	cs_text[0]='Use the \'spot\' parameter to tell your operators which page or product the customer was looking at when they requested a call-back.'
	cs_links[0]='features.html'

	cs_imgs[1]='Images/toptips.gif'
	cs_text[1]='Use an integrated form rather than a pop-up window where possible to avoid pop-up blockers and integrate the call-back request seamlessly into your site.'
	cs_links[1]='features.html'

	cs_imgs[2]='Images/toptips.gif'
	cs_text[2]='Login into your Call History page while talking to the customer to be able to quickly check their details for future contact.'
	cs_links[2]='features.html'

	cs_imgs[3]='Images/toptips.gif'
	cs_text[3]='Take advantage of inTouch800\'s powerful tracking features to monitor how many calls are received from each of your advertising campaigns.'
	cs_links[3]='benefits.html'

	cs_imgs[4]='Images/toptips.gif'
	cs_text[4]='Use the SMS Trigger module to apply the benefits of inTouch800 to your offline marketing.'
	cs_links[4]='solutions.html'

	cs_imgs[5]='Images/toptips.gif'
	cs_text[5]='Use the Multiple Destination module to manage marketing responses from a large number of campaigns using your existing reporting tools.'
	cs_links[5]='solutions.html'


} while (cs_name[cs_choice]==test_name[test_choice])

/* Case Study */
document.write('<TABLE border=0 class="main_10px_blk" height=90px width=100%><TR><TD class="main_10px_blk" align="center"><!-- Picture --><A HREF="' + cs_links[cs_choice] + '"><IMG BORDER=0 SRC="' + cs_imgs[cs_choice] + '"></A</TD></TR><TR><TD align=left><!-- Details -->' + cs_text[cs_choice] + '&nbsp;<!-- Link --><A CLASS="main_10px_blue" HREF="' + cs_links[cs_choice] + '">more...</A></TD></TR></TABLE>');
