/*****************************************************************************************
Call procedures here to setup each array item, make sure that each item has a
numeric id starting from 0 through to max number of fields.
******************************************************************************************/

// EachCountdown Counter to be defined here, as (id,yyyy,mm,dd,hh,mm,ss) Local Time
// all parameters must be supplied 
// note the id should be sequential for each countdown from 0 
// you can add as many dates as you like, it will automatically cater for them 
// though, the time delay on udates will increase for each additional one 

var EbayLink = new Array 

//			Peach Classic			
SetupDate(2004,3,14,0,0,0,
"", //"http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=2992440209",
"Peach Classic",
"PeachClassic")

//			Last Tango			
SetupDate(2004,3,14,0,15,0,
"", //"http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=2992440681",
"Last Tango",
"LastTango")

//			White Silk			
SetupDate(2004,3,14,0,30,0,
"", //"http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=2992441094",
"White Silk",
"WhiteSilk")

// 			Classic Wine Silk Suit			
SetupDate(2004,2,18,1,0,0,
"", //"http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&item=2986640398",
"Classic Wine Silk Suit",
"ClassicWineSilkSuit")

//			Back To Black			
SetupDate(2004,2,22,1,0,0,
"", //"http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&item=2987658142",
"Back To Black",
"BackToBlack")

// 			Daisy			
SetupDate(2004,2,18,1,15,0,
"", //"http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&item=2986641486",
"Daisy",
"Daisy")

// 			Pink Taffeta
SetupDate(2004,2,1,1,30,0,
"", //"http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=2982387277",
"Pink Taffeta",
"PinkTaffeta")

// 			Silk Tweed
SetupDate(2004,2,1,1,45,0,
"", //"http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=2982388102",
"Silk Tweed",
"SilkTweed")

// 			Lavender Suit
SetupDate(2003,12,21,2,0,0,
"", //"http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=2972555223",
"Lavender Suit",
"LavenderSuit")

//*****************************************************************************************


