// JavaScript Document


// [JC_01/19/2012]:  removed the following partners:  Scrubs, Quality Restoration, Instaprints, Donley Services.
// [JC_02/03/2012]:  added the partner's actual site links here in lieu of the "myteam.asp" link which was in place.

var imgArray = new makeArray(
'<a href="http://www.shawntihen.com/"><img src="http://www.granthickman.com/images/partner_logos/biglogo_bankershome.gif" width="154" height="87" border="0"></a>',
'<a href="http://www.jcampbellcpa.com/"><img src="http://www.granthickman.com/images/partner_logos/biglogo_campbell.gif" width="154" height="87" border="0"></a>',
'<a href="http://www.ctitle.com/"><img src="http://www.granthickman.com/images/partner_logos/biglogo_Continental.gif" width="154" height="87" border="0"></a>',
'<a href="http://www.frahmlaw.com/"><img src="http://www.granthickman.com/images/partner_logos/biglogo_frahm.gif" width="154" height="87" border="0"></a>',
'<a href="http://www.meridianlandsurveying.com/contactus.asp"><img src="http://www.granthickman.com/images/partner_logos/biglogo_meridian.gif" width="154" height="87" border="0"></a>',
'<a href="http://www.secure24alarms.com/"><img src="http://www.granthickman.com/images/partner_logos/biglogo_secure.gif" width="154" height="87" border="0"></a>',
'<a href="http://www.shelterinsurance.com/CA/agent/JOHNMICA"><img src="http://www.granthickman.com/images/partner_logos/biglogo_shelter.gif" width="154" height="87" border="0"></a>',
'<a href="http://www.wilsonmonnig.com/"><img src="http://www.granthickman.com/images/partner_logos/biglogo_wilson.gif" width="154" height="87" border="0"></a>',
'<a href="https://lo.primelending.com/tcollins"><img src="http://www.granthickman.com/images/partner_logos/biglogo_primelending.gif" width="154" height="87" border="0"></a>',
'<a href="http://www.newleaf-credit.com/"><img src="http://www.granthickman.com/images/partner_logos/biglogo_newleaf.gif" width="154" height="87" border="0"></a>',
'<a href="http://www.ameripriseadvisors.com/marcus.x.sierawski/"><img src="http://www.granthickman.com/images/partner_logos/biglogo_ameriprise.gif" width="154" height="87" border="0"></a>',
'<a href="http://osc123.com/index.php"><img src="http://www.granthickman.com/images/partner_logos/biglogo_oneSource.gif" width="154" height="87" border="0"></a>',
'<a href="http://www.onlinehsa.com/ChristyCooper.aspx"><img src="http://www.granthickman.com/images/partner_logos/biglogo_hsa.gif" width="154" height="87" border="0"></a>',  
'<a href="http://www.wini.com/StCharles"><img src="http://www.granthickman.com/images/partner_logos/biglogo_win.gif" width="154" height="87" border="0"></a>');

function makeArray() {
	this.length = makeArray.arguments.length
	for (var i = 0; i < this.length; i++)
	this[i + 1] = makeArray.arguments[i]
	}
function randNum (num) {
	var now = new Date()
	var rand = Math.round(num * Math.cos(now.getTime()))
	if (rand < 0) rand = - rand
	if (rand == 0) rand++
	return rand
	}

