

















































																									/*  File Pocessed with JAMMER (c) RzR : http://www.geocities.com/SiliconValley/4274/jammer.htm */ 	 function pub(refid, name, address, postcode, tel, opentimes) { this.refid=refid; this.name=name; this.address=address; this.postcode=postcode; this.tel=tel; this.opentimes=opentimes; } aPubResults = new Array(); function urbandrop(refid, name, address, postcode, tel, opentimes) { this.refid=refid; this.name=name; this.address=address; this.postcode=postcode; this.tel=tel; this.opentimes=opentimes; } var aUrbanPickups = new Array; var aUrbanDests = new Array; var iNumPartners = 4; var aPartners = new Array (iNumPartners); aPartners[0] = new Array (2); aPartners[1] = new Array (2); aPartners[2] = new Array (2); aPartners[3] = new Array (2); aPartners[4] = new Array (2); aPartners[0][0] = "PF"; aPartners[0][1] = "Parcelforce Worldwide"; aPartners[1][0] = "ANC"; aPartners[1][1] = "ANC"; aPartners[2][0] = "TNT"; aPartners[2][1] = "TNT"; aPartners[3][0] = "AMK"; aPartners[3][1] = "Amtrak"; var iNumServices = 14; var aServices = new Array (iNumServices); aServices[0] = new Array (6); aServices[1] = new Array (6); aServices[2] = new Array (6); aServices[3] = new Array (6); aServices[4] = new Array (6); aServices[5] = new Array (6); aServices[6] = new Array (6); aServices[7] = new Array (6); aServices[8] = new Array (6); aServices[9] = new Array (6); aServices[10] = new Array (6); aServices[11] = new Array (6); aServices[12] = new Array (6); aServices[13] = new Array (6); i=0; aHolidays = new Array(); aHolidays[i++]= new Date("December 23,2000"); aHolidays[i++]= new Date("December 24,2000"); aHolidays[i++]= new Date("December 25,2000"); aHolidays[i++]= new Date("December 26,2000"); aHolidays[i++]= new Date("December 27,2000"); aHolidays[i++]= new Date("December 30,2000"); aHolidays[i++]= new Date("December 31,2000"); aHolidays[i++]= new Date("January 1,2001"); aHolidays[i++]= new Date("April 13,2001"); aHolidays[i++]= new Date("April 16,2001"); aHolidays[i++]= new Date("May 7,2001"); aHolidays[i++]= new Date("May 28,2001"); aHolidays[i++]= new Date("December 25,2001"); aHolidays[i++]= new Date("December 26,2001"); function sapservice(desc, pickuptime, orderby, deliverytime, duration, stdprice, price, weight, infobox, zone, icon, insurance,urbandropcost, urbandroponly) { this.desc=desc; this.pickuptime=pickuptime; this.orderby=orderby; this.deliverytime=deliverytime; this.duration=duration; this.stdprice=stdprice; this.price=price; this.saving=Math.round(100-(price/stdprice*100)); this.weight=weight; this.zone=zone; this.icon=icon; if(infobox!="") { this.infobox="sapinfo/"+infobox } else { this.infobox="" } this.deliverydate=new Date(); this.pickupdate=new Date(); this.insurance=insurance; this.insselected=-1; this.urbandropcost=urbandropcost; this.urbandroponly=urbandroponly; } function insurance(std) { this.std=std; if(arguments.length>1) { this.insvalue=new Array(); this.inscost=new Array(); arraynum=0; for(y=1;y<arguments.length;y=y+2) { this.insvalue[arraynum]=arguments[y]; this.inscost[arraynum]=arguments[y+1]; arraynum++; } } else { this.insvalue=false; this.inscost=false; } } function country(name, zone) { this.name=name; this.zone=zone; } i=0; countries= new Array(); countries[i++] = new country("UK",0); countries[i++] = new country("Austria",2); countries[i++] = new country("Belgium",1); countries[i++] = new country("Denmark",2); countries[i++] = new country("Finland",2); countries[i++] = new country("France",1); countries[i++] = new country("Germany",1); countries[i++] = new country("Italy",2); countries[i++] = new country("Luxembourg",1); countries[i++] = new country("Netherlands",1); countries[i++] = new country("Portugal",2); countries[i++] = new country("Spain",2); countries[i++] = new country("Sweden",2); function userdata() { this.contact_name=""; this.contact_tel=""; this.contact_email=""; } function sapdata() { this.cart_id=""; this.total_price=0; this.pickup_day=new Date(); this.sapservice= new sapservice("","","","",1,0,0,1,0,""); this.from_name=""; this.from_tel=""; this.from_fulladdress=""; this.from_address=""; this.from_housenum=""; this.from_postcode=""; this.from_zone="1"; this.from_pc_key=""; this.to_name=""; this.to_tel=""; this.to_fulladdress=""; this.to_address=""; this.to_housenum=""; this.to_postcode=""; this.to_country=0; this.to_zone="1"; this.to_pc_key=""; this.pubdest= new pub("", "", "", "", "", ""); this.urbandest= new urbandrop("", "", ""); this.urbanpickup= new urbandrop("", "", ""); } aSapData= new Array(); aSapData[0] = new sapdata(); aSapNumber=0; aLookups=0; aUserData= new userdata(); function postcode(preletter, postnum1, postnum2, zone) { this.preletter=preletter; this.postnum1=postnum1; this.postnum2=postnum2; this.zone=zone; } i=0; aPostcodes = new Array(); aPostcodes[i++]= new postcode('IV',-1,-1,2); aPostcodes[i++]= new postcode('HS',-1,-1,2); aPostcodes[i++]= new postcode('KA',27,28,2); aPostcodes[i++]= new postcode('PA',20,49,2); aPostcodes[i++]= new postcode('PA',60,78,2); aPostcodes[i++]= new postcode('PH',17,26,2); aPostcodes[i++]= new postcode('PH',30,44,2); aPostcodes[i++]= new postcode('ZE',-1,-1,2); aPostcodes[i++]= new postcode('BT',-1,-1,3); aPostcodes[i++]= new postcode('IM',-1,-1,3); aPostcodes[i++]= new postcode('TR',21,25,3); aPostcodes[i++]= new postcode('GY',-1,-1,4); aPostcodes[i++]= new postcode('JE',-1,-1,4); sService=""; TempData="";