﻿<!--
// Advanced Random Images Start
// Copyright 2001-2002 All rights reserved, by Paul Davis - www.kaosweaver.com
function Photos()
{
  var j,d="",l="",m="",p="",q="",z="",KW_ARI= new Array()
  KW_ARI[KW_ARI.length]='images/photos/Photo001.jpg?&width=721&height=217&alt=MLFAPhotos&title=MLFAImages&border=0';
  KW_ARI[KW_ARI.length]='images/photos/Photo002.jpg?&width=721&height=217&alt=MLFAPhotos&title=MLFAImages&border=0';
  KW_ARI[KW_ARI.length]='images/photos/Photo003.jpg?&width=721&height=217&alt=MLFAPhotos&title=MLFAImages&border=0';
  KW_ARI[KW_ARI.length]='images/photos/Photo004.jpg?&width=721&height=217&alt=MLFAPhotos&title=MLFAImages&border=0';
  KW_ARI[KW_ARI.length]='images/photos/Photo005.jpg?&width=721&height=217&alt=MLFAPhotos&title=MLFAImages&border=0';
  KW_ARI[KW_ARI.length]='images/photos/Photo006.jpg?&width=721&height=217&alt=MLFAPhotos&title=MLFAImages&border=0';
  KW_ARI[KW_ARI.length]='images/photos/Photo007.jpg?&width=721&height=217&alt=MLFAPhotos&title=MLFAImages&border=0';
  KW_ARI[KW_ARI.length]='images/photos/Photo008.jpg?&width=721&height=217&alt=MLFAPhotos&title=MLFAImages&border=0';
  KW_ARI[KW_ARI.length]='images/photos/Photo009.jpg?&width=721&height=217&alt=MLFAPhotos&title=MLFAImages&border=0';
  KW_ARI[KW_ARI.length]='images/photos/Photo010.jpg?&width=721&height=217&alt=MLFAPhotos&title=MLFAImages&border=0';
  KW_ARI[KW_ARI.length]='images/photos/Photo011.jpg?&width=721&height=217&alt=MLFAPhotos&title=MLFAImages&border=0';
  KW_ARI[KW_ARI.length]='images/photos/Photo012.jpg?&width=721&height=217&alt=MLFAPhotos&title=MLFAImages&border=0';
  KW_ARI[KW_ARI.length]='images/photos/Photo013.jpg?&width=721&height=217&alt=MLFAPhotos&title=MLFAImages&border=0';
  KW_ARI[KW_ARI.length]='images/photos/Photo014.jpg?&width=721&height=217&alt=MLFAPhotos&title=MLFAImages&border=0';
  KW_ARI[KW_ARI.length]='images/photos/Photo015.jpg?&width=721&height=217&alt=MLFAPhotos&title=MLFAImages&border=0';
  KW_ARI[KW_ARI.length]='images/photos/Photo016.jpg?&width=721&height=217&alt=MLFAPhotos&title=MLFAImages&border=0';
  KW_ARI[KW_ARI.length]='images/photos/Photo017.jpg?&width=721&height=217&alt=MLFAPhotos&title=MLFAImages&border=0';
  KW_ARI[KW_ARI.length]='images/photos/Photo018.jpg?&width=721&height=217&alt=MLFAPhotos&title=MLFAImages&border=0';
  KW_ARI[KW_ARI.length]='images/photos/Photo019.jpg?&width=721&height=217&alt=MLFAPhotos&title=MLFAImages&border=0';
  KW_ARI[KW_ARI.length]='images/photos/Photo020.jpg?&width=721&height=217&alt=MLFAPhotos&title=MLFAImages&border=0';
  KW_ARI[KW_ARI.length]='images/photos/Photo021.jpg?&width=721&height=217&alt=MLFAPhotos&title=MLFAImages&border=0';
  KW_ARI[KW_ARI.length]='images/photos/Photo022.jpg?&width=721&height=217&alt=MLFAPhotos&title=MLFAImages&border=0';
  KW_ARI[KW_ARI.length]='images/photos/Photo023.jpg?&width=721&height=217&alt=MLFAPhotos&title=MLFAImages&border=0';
  KW_ARI[KW_ARI.length]='images/photos/Photo024.jpg?&width=721&height=217&alt=MLFAPhotos&title=MLFAImages&border=0';
  KW_ARI[KW_ARI.length]='images/photos/Photo027.jpg?&width=721&height=217&alt=MLFAPhotos&title=MLFAImages&border=0';
  KW_ARI[KW_ARI.length]='images/photos/Photo029.jpg?&width=721&height=217&alt=MLFAPhotos&title=MLFAImages&border=0';  
  KW_ARI[KW_ARI.length]='images/photos/Photo030.jpg?&width=721&height=217&alt=MLFAPhotos&title=MLFAImages&border=0';
  KW_ARI[KW_ARI.length]='images/photos/Photo031.jpg?&width=721&height=217&alt=MLFAPhotos&title=MLFAImages&border=0'; 
  KW_ARI[KW_ARI.length]='images/photos/Photo032.jpg?&width=721&height=217&alt=MLFAPhotos&title=MLFAImages&border=0'; 
  KW_ARI[KW_ARI.length]='images/photos/Photo034.jpg?&width=721&height=217&alt=MLFAPhotos&title=MLFAImages&border=0'; 
  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);
  }
 }
 
 
//-->