
function showRandomQuote(){
	var myQuotes=new Array();
	myQuotes[0]='<em>"No one goes there any more, it\'s too crowded."</em><br/><span class="indent">-- Yogi Berra</span>';       
	myQuotes[1]='<em>"Probably 35 percent of all our orders come from online now. There\'s no question our business increased as a result of this... It\'s critical for our business."</em><br /><span class="indent">-- Deborah Sellers, Sellers Markets</span>';
	myQuotes[2]='<em>"You can only take so many orders per minute, but the computer is tireless. It\'s as if we have another person doing business, minus the extra pay and benefits."</em><br /><span class="indent">-- Don Schaefer, The Dressing Room</span>';
	myQuotes[3]='<em>"...online sales are about 10% higher than orders placed over the phone or by walk-ins...orders placed online tend to be more accurate."</em><br /><span class="indent">-- Rick Hendrie, Uno Chicago Grill</span>';       
	myQuotes[4]='<em>"I hate calling up to order food. It throws me over the edge. They put you on hold. They get the order wrong. It\'s always a crap shoot. I think online will eventually surpass picking up the phone."</em><br /><span class="indent">-- Philip DeSorbo Jr., Subway</span>';
	myQuotes[5]='<em>"The nation\'s restaurant industry - known for being "high touch and low tech" - must become more tech savvy or lose a future generation of technology-minded customers"</em><br /><span class="indent">-- Karen Robinson-Jacobs, Dallas Morning News</span>';
	myQuotes[6]='<em>"For a business setting, online ordering is the only way to go"</em><br /><span class="indent">-- Jane Cagle, Travelocity</span>';
	var randomnumber=Math.floor(Math.random()*myQuotes.length);
	document.write(myQuotes[randomnumber]);
}
function showRandomImage(){
	var randomnumber=Math.floor(Math.random()*35);
	document.write('<img src="images/textImages/'+randomnumber+'.jpg" alt="[ MetroORDER Food ]" width="406" height="159" class="titleHeaderImage" />');
}


//******************************************************************

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 MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  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);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

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];}
}


