// JavaScript Document

/*
Random Image Link Script
By Website Abstraction (http://www.wsabstract.com)
and Java-scripts.net (http://www.java-scripts.net)
*/

function random_imglink(){
 
  //  var myimages=new Array() **** specify random images below. You can have as many as you wish	NOT USED YET

  //specify corresponding links below
  var imageLinks=new Array()
	imageLinks[1]="http://www.oavt.org/"
	imageLinks[2]="http://www.atsaq.org"
	imageLinks[3]="http://www.facebook.com/group.php?gid=125563569354&amp;ref=search&amp;sid=527940536.400100750..1"
	imageLinks[4]="http://www.alabamavettech.com/"
	imageLinks[5]="http://www.vhctaz.org/"
	imageLinks[6]="http://www.arkvetmed.org/avta.html"
	imageLinks[7]="http://carvta.org/"
	imageLinks[8]="http://www.cacvt.com/"
	imageLinks[9]="http://connecticutassociationofveterinarytechnicians.web.officelive.com/default.aspx"
	imageLinks[10]="http://www.delvettech.com/"
	imageLinks[11]="http://www.fvta.net/"
	imageLinks[12]="http://www.gvtaa.org/"
	imageLinks[13]=""
	imageLinks[14]="http://www.vtai.org/"
	imageLinks[15]="http://www.invta.org/"
	imageLinks[16]="http://www.kvta.net"
	imageLinks[17]="http://www.kyvta.org/"
	imageLinks[18]=""
	imageLinks[19]="http://www.massvta.org/"
	imageLinks[20]="http://www.mavt.us/"
	imageLinks[21]="http://www.mavt.net/"
	imageLinks[22]=""
	imageLinks[23]="http://www.mvta.us/"
	imageLinks[24]="http://www.mtbsvta.org/"
	imageLinks[25]=""
	imageLinks[26]="http://www.nhvta.org/"
	imageLinks[27]="http://www.njvta.com"
	imageLinks[28]=""
	imageLinks[29]="http://www.nysavt.org/"
	imageLinks[30]="http://www.ncavt.com/"
	imageLinks[31]="http://www.ndvta.org"
	imageLinks[32]="http://www.ohiorvt.org/"
	imageLinks[33]="http://www.okvta.org/"
	imageLinks[34]="http://www.ovtaa.org/"
	imageLinks[35]="http://pvta.affiniscape.com/"
	imageLinks[36]="http://www.rivta.org/"
	imageLinks[37]="http://www.scavt.org/"
	imageLinks[38]=""
	imageLinks[39]="http://www.tnvta.org/"
	imageLinks[40]="http://www.tarvt.org/"
	imageLinks[41]="www.facebook.com/pages/UTVTA-Utah-Veterinary-Technician-Association/131180080256437"
	imageLinks[42]="http://www.vtvets.org/vvta"
	imageLinks[43]="http://www.valvt.org/"
	imageLinks[44]="http://www.wsavt.info/"
	imageLinks[45]="http://www.wvavt.com/"
	imageLinks[46]="http://www.wvta.com/"
	imageLinks[47]="http://www.wyvta.org/"
  
  var imageText=new Array()
	imageText[1]="Ontario Association of Veterinary Technicians"
	imageText[2]="Association des Techniciens en Sant&eacute; Animale du Qu&eacute;bec"
	imageText[3]="Alaska Veterinary Technician Association"
	imageText[4]="Alabama Veterinary Technician Association"
	imageText[5]="Veterinary Health Care Team of Arizona"
	imageText[6]="Arkansas Veterinary Technician Association"
	imageText[7]="California Registered Veterinary Technicians Association"
	imageText[8]="Colorado Association of Certified Veterinary Technicians"
	imageText[9]="Connecticut Association of Animal Health Technicians"
	imageText[10]="Delaware Veterinary Technician Association"
	imageText[11]="Florida Veterinary Technician Association"
	imageText[12]="Georgia Veterinary Technician and Assistant Association"
	imageText[13]="Idaho Society of Veterinary Technicians and Assistants"
	imageText[14]="Veterinary Technician Association of Illinois"
	imageText[15]="Indiana Veterinary Technicians Association"
	imageText[16]="Kansas Veterinary Technicians Association"
	imageText[17]="Kentucky Veterinary Technician Association"
	imageText[18]="Maine Veterinary Technician Association"
	imageText[19]="Massachusetts Veterinary Technician Association"
	imageText[20]="Michigan Association of Veterinary Technicians"
	imageText[21]="Minnesota Association of Veterinary Technicians"
	imageText[22]="Mississippi Association of Certified Veterinary Technicians"
	imageText[23]="Missouri Technicians &amp; Veterinary Assistants"
	imageText[24]="Big Sky Veterinary Technician Association"
	imageText[25]="Nebraska Veterinary Technician Association"
	imageText[26]="New Hampshire Veterinary Technician Association"
	imageText[27]="New Jersey Veterinary Technicans and Assistants"
	imageText[28]="New Mexico Registered Veterinary Technician Association"
	imageText[29]="New York State Association of Veterinary Technicians"
	imageText[30]="North Carolina Association of Veterinary Technicians"
	imageText[31]="North Dakota Veterinary Technician Association"
	imageText[32]="Ohio Association of Veterinary Technicians"
	imageText[33]="Oklahoma Veterinary Technician Association"
	imageText[34]="Oregon Veterinary Technician and Assistant Association"
	imageText[35]="Pennsylvania Veterinary Technicians Association"
	imageText[36]="Rhode Island Veterinary Technician Association"
	imageText[37]="South Carolina Association of Veterinary Technicians"
	imageText[38]="South Dakota Association of Veterinary Technicians"
	imageText[39]="Tennessee Veterinary Technicians Association"
	imageText[40]="Texas Association of Registered Veterinary Technicians"
	imageText[41]="Utah Veterinary Technician Association"
	imageText[42]="Vermont Association of Veterinary Technicians"
	imageText[43]="Virginia Association of Licensed Veterinary Technicians"
	imageText[44]="Washington State Association of Veterinary Technicians"
	imageText[45]="West Virginia Association of Veterinary Technicians"
	imageText[46]="Wisconsin Veterinary Technician Association"
	imageText[47]="Wyoming Veterinary Technician Association"

  var ry=Math.floor(Math.random()*imageLinks.length)

  if (ry==0)
     ry=1
	 
	 document.write('<p><a href="'+imageLinks[ry]+'"'+'target="_blank">'+imageText[ry]+'<\/a><\/p>')	 
}


/* 

******* add to page
<script language="JavaScript" src="/resources/scripts/random_img_link_VT_StateAssoc.js"></script>

******* add where you want it to show

<script language="JavaScript" type="text/javascript">
<!-- 
random_imglink();
-->
</script>
*/
