// JavaScript Document

// Insert the Texts here
var ad=new Array()
ad[0]='<h4>Be Treated Well</h4><br /><p>See if an HMS is the right choice for you</p><h4 class=\"phNumber\">Call (916)736-2225</h4>';
ad[1]='<h4>Is Your Business Ready</h4><br /><p>Are you and your employees at risk from the upcoming Health Care Reform?</p><h4 class=\"phNumber\">Call (916)736-2225</h4>';
ad[2]='<h4>Is It Affordable?</h4><br /><p>What is the cost? Find out how much you can save with an HMS!</p><h4 class=\"phNumber\">Call (916)736-2225</h4>';
ad[3]='<h4>Interested in an HMS?</h4><br /><p>Get a quote for yourself, your family, or your business now.</p><h4 class=\"phNumber\">Call (916)736-2225</h4>';
ad[4]='<h4>Quality and Affordability</h4><br /><p>How can an HMS protect you and keep you healthier than other plans</p><h4 class=\"phNumber\">Call (916)736-2225</h4>';
ad[5]='<h4>Be Treated Well</h4><br /><p>Discover the family doctor you have always wanted.</p><h4 class=\"phNumber\">Call (916)736-2225</h4>';
ad[6]='<h4>Personal Healthcare</h4><br /><p>Healthcare for everyone at one low price!</p><h4 class=\"phNumber\">Call (916)736-2225</h4>';
ad[7]='<h4>Be Treated Well</h4><br /><p>Hart Medical Services introduces a revolutionary program!</p><h4 class=\"phNumber\">Call (916)736-2225</h4>';
ad[8]='<h4>Protect Your Business</h4><br /><p>Find out why an HMS is the best choice for small business.</p><h4 class=\"phNumber\">Call (916)736-2225</h4>';
ad[9]='<h4>Be Treated Well</h4><br /><p>Because you deserve it.</p><h4 class=\"phNumber\">Call (916)736-2225</h4>';

// Insert the url of ads here
var links=new Array()
links[0]='http://www.hartmedical.net/faq.html';
links[1]='http://www.hartmedical.net/business';
links[2]='http://www.hartmedical.net/individual'; //contact page or form fill
links[3]='http://www.hartmedical.net/individual'; //contact page or form fill
links[4]='http://www.hartmedical.net/faq.html';
links[5]='http://www.hartmedical.net/individuals.html';
links[6]='http://www.hartmedical.net/individuals.html';
links[7]='http://www.hartmedical.net/employers.html';
links[8]='http://www.hartmedical.net/business';
links[9]='http://www.hartmedical.net/employers.html';

var s = Math.floor(Math.random()*ad.length);
document.write('<b><a href="'+links[s]+'" >'+ad[s]+'</a></b>');
//target="_blank"