
// Add the Featured Item's Name Here
var ItemName=new Array()
ItemName[0]="Ambassador Gold"
ItemName[1]="Turbo Jet Keylite"
ItemName[2]="Method Writing Pad"
ItemName[3]="X-Treme Cap"

// Add the Featured Item's Price Here
var ItemPrice=new Array()
ItemPrice[0]="$2.45/ea"
ItemPrice[1]="$1.80/ea"
ItemPrice[2]="$9.99/ea"
ItemPrice[3]="$3.99/ea"

// Add the Featured Item's image link here
var ItemImg=new Array()
ItemImg[0]="images/thumb_ambassador.jpg"
ItemImg[1]="images/thumb_keylite.jpg"
ItemImg[2]="images/thumb_pad.jpg"
ItemImg[3]="images/thumb_cap.jpg"

// Add the Featured Item's web address here.
var ItemURL=new Array()
ItemURL[0]="http://graphiczone.norwood.com/products.jsp?product=55044"
ItemURL[1]="http://graphiczone.norwood.com/products.jsp?product=65070"
ItemURL[2]="http://graphiczone.norwood.com/products.jsp?product=15137"
ItemURL[3]="http://graphiczone.norwood.com/products.jsp?product=45055"

