// Advanced Random Images Start
// Copyright 2001-2002 All rights reserved, by Paul Davis - www.kaosweaver.com
  var j,d="",l="",m="",p="",q="",z="",KW_ARI= new Array()  


KW_ARI[KW_ARI.length]='http://www.tjc.edu/tjc.edu_homepage_files/graphic_image_files/homepage_images/icons/costa-rica.png?&width=180&height=111&name=Costa Rica Project&alt=Costa Rica Project&border=0&link=http://www2.tjc.edu/costarica/&target=_blank';

//KW_ARI[KW_ARI.length]='http://www.tjc.edu/tjc.edu_homepage_files/graphic_image_files/homepage_images/icons/college-fair.png?&width=180&height=111&name=College Fair&alt=College Fair&border=0&link=http://www.tjc.edu/collegefair/&target=_blank';   


//KW_ARI[KW_ARI.length]='http://www.tjc.edu/tjc.edu_homepage_files/graphic_image_files/homepage_images/icons/spring2010.png?&width=180&height=111&name=Spring 2010&alt=Spring 2010&border=0&link=http://www2.tjc.edu/admissions/&target=_blank';   

//KW_ARI[KW_ARI.length]='http://www.tjc.edu/tjc.edu_homepage_files/graphic_image_files/homepage_images/icons/nutcracker.png?&width=180&height=111&name=Nutcracker&alt=Nutcracker&border=0&link=http://www.tjc.edu/spotlight/webpage/nutcracker.htm&target=_blank';   

//KW_ARI[KW_ARI.length]='http://www.tjc.edu/tjc.edu_homepage_files/graphic_image_files/homepage_images/icons/180x111_Athletics0712.jpg?&width=180&height=111&name=Apache Athletics&alt=Apache Athletics&border=0&link=http://www.apacheathletics.com/&target=_blank';   

//KW_ARI[KW_ARI.length]='http://www.tjc.edu/tjc.edu_homepage_files/graphic_image_files/homepage_images/icons/180x111_Belles0712.jpg?&width=180&height=111&name=Apache Belles&alt=Apache Belles&border=0&link=http://www.apachebelles.com/&target=_blank';   

//KW_ARI[KW_ARI.length]='http://www.tjc.edu/tjc.edu_homepage_files/graphic_image_files/homepage_images/icons/180x111_0712_Shirts.jpg?&width=180&height=111&name=Apache Shirts&alt=Apache Shirts&border=0&link=http://www2.tjc.edu/community/shirts.shtml'; 

//KW_ARI[KW_ARI.length]='http://www.tjc.edu/tjc.edu_homepage_files/graphic_image_files/homepage_images/icons/artgallery.png?&width=180&height=111&name=TJC Art Club&alt=TJC Art Club&border=0&link=http://www.tjc.edu/art/gallery.htm&target=_blank';

//KW_ARI[KW_ARI.length]='http://www.tjc.edu/tjc.edu_homepage_files/graphic_image_files/homepage_images/icons/art-club-food-drive.png?&width=180&height=111&name=Art Club Food Drive&alt=Art Club Food Drive&border=0&link=http://www.tjc.edu/spotlight/webpage/art.htm&target=_blank';

//KW_ARI[KW_ARI.length]='http://www.tjc.edu/tjc.edu_homepage_files/graphic_image_files/homepage_images/icons/apw.png?&width=180&height=111&name=Apache Pow Wow&alt=Apache Pow Wow&border=0&link=http://www.tjcnewspaper.com/&target=_blank';   

//KW_ARI[KW_ARI.length]='http://www.tjc.edu/tjc.edu_homepage_files/graphic_image_files/homepage_images/icons/bell-tower.png?&width=180&height=111&name=The Belltower&alt=The Belltower&border=0&link=http://www.tjc.edu/spotlight/webpage/bell_tower.htm&target=_blank';   

//KW_ARI[KW_ARI.length]='http://www.tjc.edu/tjc.edu_homepage_files/graphic_image_files/homepage_images/icons/costa-rica.png?&width=180&height=111&name=Costa Rica Project&alt=Costa Rica Project&border=0&link=http://www2.tjc.edu/costarica/&target=_blank';
  
//KW_ARI[KW_ARI.length]='http://www.tjc.edu/tjc.edu_homepage_files/graphic_image_files/homepage_images/icons/180x111_Band0712.jpg?&width=180&height=111&name=TJC Band&alt=TJC Band&border=0&link=http://www.tjc.edu/band&target=_blank';
  
//KW_ARI[KW_ARI.length]='http://www.tjc.edu/tjc.edu_homepage_files/graphic_image_files/homepage_images/icons/stars.png?&width=180&height=111&name=Hudnall Planetarium&alt=Hudnall Planetarium&border=0&link=http://www.tjc.edu/spotlight/webpage/stars.htm&target=_blank';
 
KW_ARI[KW_ARI.length]='http://www.tjc.edu/tjc.edu_homepage_files/graphic_image_files/homepage_images/icons/theatre.png?&width=180&height=111&name=TJC Theatre&alt=TJC Theatre&border=0&link=http://www.tjc.edu/theatre/Theatre_TJC.htm&target=_blank';

//KW_ARI[KW_ARI.length]='http://www.tjc.edu/tjc.edu_homepage_files/graphic_image_files/homepage_images/icons/dancefest.png?&width=180&height=111&name=DanceFest&alt=DanceFest&border=0&link=http://www.tjc.edu/spotlight/webpage/dancefest.htm&target=_blank';

//KW_ARI[KW_ARI.length]='http://www.tjc.edu/tjc.edu_homepage_files/graphic_image_files/homepage_images/icons/ses.png?&width=180&height=111&name=Student Enrichment Series&alt=Student Enrichment Series&border=0&link=http://www.tjc.edu/spotlight/webpage/student-enrichment-series.htm&target=_blank';




// Advanced Random Images Start
// Copyright 2001-2002 All rights reserved, by Paul Davis - www.kaosweaver.com
  j=parseInt(Math.random()*KW_ARI.length);
  j=(isNaN(j))?0:j;
  if (KW_ARI[j].indexOf('?')==-1) {
    document.write("<img src='"+KW_ARI[j]+"'>");
  }
  else {
    nvp=KW_ARI[j].substring(KW_ARI[j].indexOf('?')+2).split('&');
    for(var i=0;i<nvp.length;i++) {
      sub=nvp[i].split('=');
   	  switch(sub[0]) {
 	    case 'link':
          l="<a href='"+unescape(sub[1])+"'>";
          p="</a>";
		  break;
	    case 'target':
          q=" target='"+unescape(sub[1])+"'";
  		  break;
  	    default:
          m+=" "+sub[0]+"='"+unescape(sub[1])+"'";
  		  break;
      }
    }
    z=(l!="")?((q!="")?l.substring(0,l.length-1)+q+">":l):"";
    z+="<img src='"+KW_ARI[j].substring(0,KW_ARI[j].indexOf('?'))+"'"+m+">"+p;
  document.write(z);
  }

// Advanced Random Images End