<!-- 
function PrinterFriendly( name ) {
window.location.href = "../eWebObjects/print-version.cgi?dynamic="+location.href; ""
}
function MM_findObj(n, d) { //v3.0
 var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
  d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;
}
/* Functions that swaps images. */
function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
} 
function OpenWindow( theURL, winName, features )
{
winHandle = window.open( theURL, winName, features ) ;
}
function Login(form) {
var username = form.username.value;
var password = form.password.value;
var server = form.server.value;
if (username && password && server) {
var htsite = "http://" + username + ":" + password + "@" + server;
window.location = htsite;
}
else {
alert("Please enter your username and password.");
   }
}
   today=new Date();
   jran=today.getTime();
   var number=11;
   var random_number=0;
   var image="";
function randomizeNumber()
   {
   ia=9301;
   ic=49297;
   im=233280;
   jran = (jran*ia+ic) % im;
   random_number=Math.ceil( (jran/(im*1.0)) *number);

   if (random_number==1)
	  image="../eWebPhotos/1.jpg";
   if (random_number==2)
	  image="../eWebPhotos/2.jpg";
   if (random_number==3)
	  image="../eWebPhotos/3.jpg";
   if (random_number==4)
	  image="../eWebPhotos/4.jpg";
   if (random_number==5)
	  image="../eWebPhotos/5.jpg";
   if (random_number==6)
	  image="../eWebPhotos/6.jpg";
   if (random_number==7)
	  image="../eWebPhotos/7.jpg";
   if (random_number==8)
	  image="../eWebPhotos/8.jpg";
   if (random_number==9)
	  image="../eWebPhotos/9.jpg";
   if (random_number==10)
	  image="../eWebPhotos/10.jpg";
   if (random_number==11)
	  image="../eWebPhotos/11.jpg";
}
// stop hiding -->
