/*****************************************************************************************
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 

// 			Deep Blue Satin
SetupDate(2002,12,19,04,0,0,
"", //"http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=1945532490",
"Deep Blue Satin",
"DeepBlueSatin")

// 			Pink Aran Knit
SetupDate(2002,12,19,04,30,0,
"", //"http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=1945531895",
"Pink Aran Knit",
"PinkAranKnit")

// 			Blue Satin
SetupDate(2002,1,1,1,1,1,
"",
"Blue Satin",
"BlueSatin")

// 			Pink Knit Suit
SetupDate(2002,11,30,7,30,0,
"",// "http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=1940836329",
"Pink Knit Suit",
"PinkKnitSuit") // ../PinkKnitSuit/1PinkKnitSuite.jpg

// 			Pink Bows
SetupDate(2002,11,21,0,54,43,
"",//"http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=801660371",
"Pink Bows",
"PinkBows")

// 			Pink Winter Suit
SetupDate(2002,12,12,4,0,0	,
"", //"http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=1943399312",
"Pink Winter Suit",
"PinkWinterSuit")

// 			Fur Jacket And Gown 
SetupDate(2002,12,7,4,0,0	,
"", //"http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=1942241536",
"Fur Jacket And Gown",
"FurJacketAndGown")	// ../FurJacketAndGown/FurJacketAndGown1e.jpg

// 			Red And Black Knit 
SetupDate(2002,12,7,4,15,0,
"", //"http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=1942242101",
"Red And Black Knit", 
"RedBlackKnit") // ../RedBlackKnit/RedBlackKnit1e.jpg

// 			Silver Stars
SetupDate(2002,12,7,4,30,0,
"", //"http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=1942243010",
"Silver Stars",
"SilverStars") // ../SilverStars/SilverStars1e.jpg

// 			
SetupDate(2004,2,1,1,0,0,
"",
"",
"")

// 			
SetupDate(2004,2,1,1,0,0,
"",
"",
"")

// 			
SetupDate(2004,2,1,1,0,0,
"",
"",
"")

//*****************************************************************************************






