// 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]='Resources/Images/homerotate/FtrEzell.jpg?&link=http://blog.utc.edu/news/2008/02/ezell-selected-for-professional-honor/';
  KW_ARI[KW_ARI.length]='Resources/Images/homerotate/FtrHeath.jpg?&link=http://blog.utc.edu/news/2007/08/utc-professor-contributes-to-acsm-updated-physical-activity-guidelines/';
  KW_ARI[KW_ARI.length]='Resources/Images/homerotate/FtrJensenInman.jpg?&link=http://blog.utc.edu/news/2007/08/new-lecturer-creates-graphic-design-for-film-the-invasion/';
  KW_ARI[KW_ARI.length]='Resources/Images/homerotate/FtrKizza.jpg?&link=http://blog.utc.edu/news/2007/09/kizza%e2%80%99s-new-book-builds-trust-in-computer-technology/';
  KW_ARI[KW_ARI.length]='Resources/Images/homerotate/FtrLee.jpg?&link=http://blog.utc.edu/news/2007/11/lee-works-toward-global-academic-exchange-in-great-britain/';
  KW_ARI[KW_ARI.length]='Resources/Images/homerotate/FtrLippy.jpg?&link=http://blog.utc.edu/news/2008/01/lippy-named-president-elect-of-american-society-of-church-history/';
  KW_ARI[KW_ARI.length]='Resources/Images/homerotate/FtrMcClay.jpg?&link=http://blog.utc.edu/news/2007/08/dr-wilfred-mcclay-featured-in-free-podcast/ ';
  KW_ARI[KW_ARI.length]='Resources/Images/homerotate/FtrMcDonald.jpg?&link=http://blog.utc.edu/news/2008/01/mcdonald-earns-highest-honor-from-american-institute-of-aeronautics-and-astronauts/';
  KW_ARI[KW_ARI.length]='Resources/Images/homerotate/FtrSim.jpg?&link=/NationalSimCenter/';
  KW_ARI[KW_ARI.length]='Resources/Images/homerotate/FtrWilson.jpg?&link=http://blog.utc.edu/news/2007/08/dr-thomas-p-wilson-hosts-research-student-scientist-from-china/';
  KW_ARI[KW_ARI.length]='Resources/Images/homerotate/FtrGuo.jpg?&link=http://blog.utc.edu/news/2008/02/medical-anthropologist-introduces-wheelchair-tai-ji-in-china/';

  
  j=parseInt(Math.random()*KW_ARI.length);
  j=(isNaN(j))?0:j;
  if (KW_ARI[j].indexOf('?')==-1) {
    document.write("<img alt=' ' 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 alt=' ' src='"+KW_ARI[j].substring(0,KW_ARI[j].indexOf('?'))+"'"+m+">"+p;
  document.write(z);
  }
// Advanced Random Images End
