/*
Random Ads Script- adapdted by Geo. McCalip from
Random Image Link Script By Website Abstraction(http://www.wsabstract.com) 
*/
function random_ad1(){
var adlink=new Array()

//specify random ad link below. You can have as many as you wish
adlink[1]="http://ads.helpigotaticket.com/101.html"
adlink[2]="http://ads.helpigotaticket.com/102.html"
adlink[3]="http://ads.helpigotaticket.com/103.html"
adlink[4]="http://ads.helpigotaticket.com/104.html"
adlink[5]="http://ads.helpigotaticket.com/105.html"
adlink[6]="http://ads.helpigotaticket.com/106.html"

//specify corresponding text below
var adtext=new Array()
adtext[1]="KNOW<br />YOUR<br />RIGHTS"
adtext[2]="Help end the<br />tickets for<br />revenue scam"
adtext[3]="Standing Up For<br />Californians'<br />Legal Rights"
adtext[4]="&nbsp;<br />Because our rights<br />are worth the fight"
adtext[5]="&nbsp;<br />Proud sponsor of<br />Help!IGotATicket!"
adtext[6]="&nbsp;<br />Join Today<br />&nbsp;"

//specify corresponding "clean" link below
var cleanlink=new Array()
cleanlink[1]="CalRights.org"
cleanlink[2]="CalRights.org"
cleanlink[3]="CalRights.org"
cleanlink[4]="CalRights.org"
cleanlink[5]="CalRights.org"
cleanlink[6]="CalRights.org"

var ry=Math.floor(Math.random()*adlink.length)
if (ry==0)
ry=1

document.write('<p><a href="'+adlink[ry]+'"><img src="http://helpigotaticket.com/gfx/seal-60.png" width="60" height="60" border="0" alt="CalRights seal" align="right" /></a>'+adtext[ry]+'<br /><a href="'+adlink[ry]+'" style="text-decoration: none"><font color="#395">'+cleanlink[ry]+'</font></a></p>')
}

function random_ad2(){
var adlink=new Array()

//specify random ad link below. You can have as many as you wish
adlink[1]="http://ads.helpigotaticket.com/001.html"
adlink[2]="http://ads.helpigotaticket.com/002.html"
adlink[3]="http://ads.helpigotaticket.com/003.html"
adlink[4]="http://ads.helpigotaticket.com/004.html"
adlink[5]="http://ads.helpigotaticket.com/005.html"
adlink[6]="http://ads.helpigotaticket.com/006.html"

//specify corresponding titles below
var adtitle=new Array()
adtitle[1]="Traffic School"
adtitle[2]="Traffic School"
adtitle[3]="Traffic School"
adtitle[4]="Traffic School"
adtitle[5]="Traffic School"
adtitle[6]="Traffic School"

//specify corresponding text below
var adtext=new Array()
adtext[1]="Guaranteed Lowest Price<br />Online Convenience"
adtext[2]="When you gotta go,<br />you gotta go."
adtext[3]="Convenient and<br />Inexpensive"
adtext[4]="If you need to go...<br />Help support this site"
adtext[5]="Sometimes it's the best alternative."
adtext[6]="Help support this site and save money."

//specify corresponding "clean" link below
var cleanlink=new Array()
cleanlink[1]="GoToTrafficSchool.com"
cleanlink[2]="GoToTrafficSchool.com"
cleanlink[3]="GoToTrafficSchool.com"
cleanlink[4]="GoToTrafficSchool.com"
cleanlink[5]="GoToTrafficSchool.com"
cleanlink[6]="GoToTrafficSchool.com"

var ry=Math.floor(Math.random()*adlink.length)
if (ry==0)
ry=1

document.write('<p><a href="'+adlink[ry]+'">'+adtitle[ry]+'</a><br />'+adtext[ry]+'<br /><a href="'+adlink[ry]+'" style="text-decoration: none"><font color="#395">'+cleanlink[ry]+'</font></a></p>')
}


random_ad1()
document.write('<hr width=80% align="center"><br />')
random_ad2()
document.write('<hr width=80% align="center"><br />')

document.write('<center><a href="http://yogiknowz.com/"><img src="http://yogiknowz.com/gfx/yogi120x60.png" width="120" height="60" border="0" alt="Yogi knowz"></a></center><br />')