state = new Array(); ptype = new Array(); //------------------ TOP 5 PLATE POSITION 1 position= "1" x=position nptID[x]= "noHire" eDate[x]= "2010/07/22" pnumb[x]= "BIKEE" ptext[x]= "black" pback[x]= "yellow" descr[x]= "No comment needed" condi[x]= "new" price[x]= "$2,500" cname[x]= "Peter" cphon[x]= "" cmobi[x]= "0409 927 185" cemai[x]= "fastoy27@bigpond.com" cothr[x]= "New plate" state[x]="nsw" // add the state code (lowercase) ptype[x]="b" // add the plate type (b=bike c=car) //------------------ TOP 5 PLATE POSITION 2 position= "2" x=position nptID[x]= "noHire" eDate[x]= "2010/07/01" pnumb[x]= "OMFG" ptext[x]= "white" pback[x]= "pink" descr[x]= "The plate say it all. First time offered. If you dont know the meaning, then maybe you shouldnt own them. $15k ono" condi[x]= "new" price[x]= "$15000" cname[x]= "Matt" cphon[x]= "" cmobi[x]= "0400 319 777" cemai[x]= "mattuptin@bigpond.com" cothr[x]= "" state[x]="vic" // add the state code (lowercase) ptype[x]="c" // add the plate type (b=bike c=car) //------------------ TOP 5 PLATE POSITION 3 position= "3" x= position nptID[x]= "noHire" eDate[x]= "2010/05/22" pnumb[x]= "LOAN" ptext[x]= "white" pback[x]= "black" descr[x]= "Also have blue plates with white digits (small)" condi[x]= "fair" price[x]= "$40,000" cname[x]= "Alan" cphon[x]= "" cmobi[x]= "0401 661 000" cemai[x]= "alannankin@bigpond.com" cothr[x]= "" state[x]="vic" // add the state code (lowercase) ptype[x]="c" // add the plate type (b=bike c=car) //------------------ TOP 5 PLATE POSITION 4 position= "4" x=position nptID[x]= "noHire" eDate[x]= "2010/06/01" pnumb[x]= "THIEF" ptext[x]= "white" pback[x]= "red" descr[x]= "THIEF" condi[x]= "as new" price[x]= "$100,000" cname[x]= "JODY" cphon[x]= "" cmobi[x]= "0412 068 586" cemai[x]= "JODY@ALLFOUR.COM.AU" cothr[x]= "" state[x]="qld" // add the state code (lowercase) ptype[x]="c" // add the plate type (b=bike c=car) //------------------ TOP 5 PLATE POSITION 5 position= "5" x=position nptID[x]= "noHire" eDate[x]= "2010/07/10" pnumb[x]= "IAMWOG" ptext[x]= "white" pback[x]= "black" descr[x]= "Finally up for sale (slimline)! offers over $8000 will be entertained" condi[x]= "as new" price[x]= "$10,000" cname[x]= "Matt" cphon[x]= "" cmobi[x]= "0403 327 693" cemai[x]= "matthewshehata@hotmail.com" cothr[x]= "" state[x]="vic" // add the state code (lowercase) ptype[x]="c" // add the plate type (b=bike c=car)