/*****************************************************************************************
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

//			Casual
SetupDate(2003,11,5,4,15,0,
"", //"http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=2960288451",
"Casual",
"Casual")

// 			Romantic Dress
SetupDate(2003,8,27,4,0,0,
"", //"http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=2946239994",
"Romantic Dress",
"RomanticDress")

//			 Mink Brocade Suit
SetupDate(2003,8,27,4,15,0,
"", //"http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=2946240448",
"Mink Brocade Suit",
"MinkBrocadeSuit")

// 			Black And Red
SetupDate(2003,8,3,4,0,0,
"", //"http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=2942826286",
"Black And Red",
"BlackAndRed")

//			Gold Evening
SetupDate(2003,8,3,4,15,0,
"", //"http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=2942827488",
"Gold Evening",
"GoldEvening")

//			Lavender Silk
SetupDate(2003,7,26,4,0,0,
"", //"http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=2941486447",
"Lavender Silk",
"LavenderSilk")

// 			Summer White
SetupDate(2003,7,26,4,15,0,
"", //"http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=2941487266",
"Summer White",
"SummerWhite")

// 			Red Silk
SetupDate(2003,7,4,4,0,0,
"", //"http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=2937406132",
"Red Silk",
"RedSilk")

//			Green Linen
SetupDate(2003,7,4,4,15,0,
"", //"http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=2937406767",
"Green Linen",
"GreenLinen")

// 			
SetupDate(2004,2,1,1,0,0,
"",
"",
"")

// 			
SetupDate(2004,2,1,1,0,0,
"",
"",
"")

// 			
SetupDate(2004,2,1,1,0,0,
"",
"",
"")

//*****************************************************************************************

