<!-- Begin// Created by nick baker.  Please ask for permission before using this code.loaded = "no";bacon = new Image();bacon.src = "food/bacon.gif";bananas = new Image();bananas.src = "food/bananas.gif";bread = new Image();bread.src = "food/bread.gif";cheese = new Image();cheese.src = "food/cheese.gif";cherries = new Image();cherries.src = "food/cherries.gif";chips = new Image();chips.src = "food/chips.gif";donut = new Image();donut.src = "food/donut.gif";honey = new Image();honey.src = "food/honey.gif";jelly = new Image();jelly.src = "food/jelly.gif";ketchup = new Image();ketchup.src = "food/ketchup.gif";lettuce = new Image();lettuce.src = "food/lettuce.gif";lunchmeat = new Image();lunchmeat.src = "food/lunchmeat.gif";mayo = new Image();mayo.src = "food/mayo.gif";mustard = new Image();mustard.src = "food/mustard.gif";pb = new Image();pb.src = "food/pb.gif";function setVariables() {  // Browser-specific Variables  if (navigator.appName == "Netscape") {    v = ".top=";    h = ".left=";    dS = "document.";    sD = "";    iW = "window.innerWidth";    iH = "window.innerHeight";  } else {    h = ".pixelLeft=";    v = ".pixelTop=";    dS = "";    sD = ".style";    iW = "document.body.clientWidth";    iH = "document.body.clientHeight";  }  // end if Netscape or else  movex = 0;  sendsan = "";  xdiff = 0;  xstart = 0 - 200;  newX = 100;  object = "";  inDent = 150;     imgNum = 0;  MM_swapImage('base','','food/bread.gif',1);  loaded = "yes";}function resetSandwich() {  sendsan = "";  document.friend.sandwich.value = sendsan;  xstart = 0 - 200;  newX = 100;  upPer = 0 - 200;  for (bv = 0; bv <= 9; bv++) {    eval(dS + 'yum' + bv + sD + v + upPer);  }  imgNum = 0;}function dropFood(imgName) {if(loaded == 'yes') {  sendsan += imgName + 'xx';     document.friend.sandwich.value = sendsan;  object = imgNum;  fileName = 'food/' + imgName + '.gif';  imgNewName = 'yummy' + imgNum;  MM_swapImage(imgNewName,'',fileName,1);  eval(dS + 'yum' + object + sD + h + inDent);  xstart = 0 - 200;  newX -= 5;  moveIn();  if(imgNum < 9) { imgNum += 1; }}}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 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;}function moveIn() {  xdiff = xstart - newX;  if ((xdiff <= (-1)) || (xdiff >= (1))) movex = Math.round(xdiff / 10), xstart -= movex;  eval(dS + 'yum' + object + sD + v + (xstart));  if((xdiff < (-5)) || (xdiff > (5))) { setTimeout("moveIn()", 10); }}//  #######################################function MM_reloadPage(init) {  //reloads the window if Nav4 resized  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();}MM_reloadPage(true);function insertMail(user, domain, subject) {   document.write('<a href=\"mailto:' + user + '@' + domain + '?subject=' + subject + '\">');   document.write(user + '@' + domain + '</a>');}//  End -->