	var allowDuplicates		= false;
	var nothingSelectedText = "";
	var reels;
	var reports;
	var submitField;
	
	var select	= new Array();
	var chosen	= new Array();
	
	// This line gets changed depending on the number of lists.
	// if you wanted three lists this would be:
	// var details = new Array( new Array(), new Array(), new Array() );
	var details = new Array( new Array(), new Array(), new Array(), new Array(), new Array(), new Array(), new Array(), new Array(), new Array(), new Array() );
	
	/*
	**** HOW TO USE THE details ARRAY ****
	
	The details array ( e.g. "details[listID][sel][0]") has three parameters passed in square brakets.
	
	The first is the list number (starting at zero).
	The second is the row number in that list (starting at zero).
	The third chooses what actual details you want (e.g. quote number, quote title or section).
	
	You can add more details about each quote if you like,
	
	e.g. What was 
	
	details[1][0] = new Array( 10, "List 2", "Section 1" )
	
	Could be 
	
	details[1][0] = new Array( 10, "List 2", "Section 1", "01 Jan 2006" )
	
	If you wanted to add the quote date.  To use the quote date the last parameter would now be 3.
	If you do add any extra details about each quote, you must add them for all quotes.
	*/
	
	// details to go into the first list (position zero).

details[0][0] = new Array( -1, "Select History Reels", "0" )
details[0][1] = new Array( 1928503, "Best of Audi", "150" )
details[0][2] = new Array( 1931969, "Best of BMW", "150" )
details[0][3] = new Array( 1928536, "Best Of BT ", "150" )
details[0][4] = new Array( 1930763, "Best Of British Airways ", "150" )
details[0][5] = new Array( 1931451, "Best of Budweiser", "150" )
details[0][6] = new Array( 1932068, "Best of Cadburys", "150" )
details[0][7] = new Array( 1929235, "Best Of Carlsberg ", "150" )
details[0][8] = new Array( 189436, "Best Of Coca-Cola ", "150" )
details[0][9] = new Array( 1932083, "Best Of Ford ", "150" )
details[0][10] = new Array( 1932639, "Best Of Guinness ", "150" )
details[0][11] = new Array( 1824076, "Best Of Heineken ", "150" )
details[0][12] = new Array( 1932639, "Best Of Heinz ", "150" )
details[0][13] = new Array( 1930683, "Best Of Kellogg's ", "150" )
details[0][14] = new Array( 1928508, "Best Of KitKat ", "150" )
details[0][15] = new Array( 1846433, "Best Of Levi's ", "150" )
details[0][16] = new Array( 0, "Best Of McDonald's ", "150" )
details[0][17] = new Array( 1936296, "Best Of Nescafe ", "150" )
details[0][18] = new Array( 1780870, "Best Of Nike ", "150" )
details[0][19] = new Array( 1929793, "Best of Orange", "150" )
details[0][20] = new Array( 1846432, "Best Of Pepsi ", "150" )
details[0][21] = new Array( 1930770, "Best Of Renault ", "150" )
details[0][22] = new Array( 1780886, "Best of Sony", "150" )
details[0][23] = new Array( 1781528, "Best Of VW ", "150" )
details[0][24] = new Array( 1879727, "Best Of Volvo ", "150" )
details[0][25] = new Array( 1923758, "Best Of Yellow Pages ", "150" )

details[1][0] = new Array( -1, "Select Best Of Reels", "0" )
details[1][1] = new Array( 2146388, "Automotive - Best of Cars 2008", "150" )
details[1][2] = new Array( 239964601, "Automotive - Best of Cars 2009", "150" )
details[1][3] = new Array( 2045591, "Drinks - Best of Beer 2008 ", "150" )
details[1][4] = new Array( 0, "Drinks - Best of Beer 2009", "150" )
details[1][5] = new Array( 2148541, "Drinks - Best of Carbonated Drinks 2008", "150" )
details[1][6] = new Array( 228833401, "Drinks - Best of Carbonated Drinks 2009", "150" )
details[1][7] = new Array( 0, "Drinks - Best of Coffee/Tea/Hot Chocolate 2008", "150" )
details[1][8] = new Array( 0, "Drinks - Best of Coffee/Tea/Hot Chocolate 2009", "150" )
details[1][9] = new Array( 2151326, "Drinks - Best of Juice 2008", "150" )
details[1][10] = new Array( 228909401, "Drinks - Best of Juice 2009", "150" )
details[1][11] = new Array( 2148538, "Drinks - Best of Mineral Water 2008", "150" )
details[1][12] = new Array( 228830901, "Drinks - Best of Mineral Water 2009", "150" )
details[1][13] = new Array( 2148056, "Drinks - Best of Spirits 2008", "150" )
details[1][14] = new Array( 0, "Drinks - Best of Spirits 2009", "150" )
details[1][15] = new Array( 2149574, "Drinks - Best of Wine And Champagne 2008", "150" )
details[1][16] = new Array( 0, "Drinks - Best of Wine And Champagne 2009", "150" )
details[1][17] = new Array( 2149556, "Fashion - Best of Fashion/Sports Brands 2008", "150" )
details[1][18] = new Array( 0, "Fashion - Best of Fashion/Sports Brands 2009", "150" )
details[1][19] = new Array( 2053887, "Financial - Best of Banking (Retail) 2008", "150" )
details[1][20] = new Array( 240033701, "Financial - Best of Banking (Retail) 2009", "150" )
details[1][21] = new Array( 2045548, "Financial - Best of Credit Cards 2008", "150" )
details[1][22] = new Array( 208831001, "Financial - Best of Credit Cards 2009", "150" )
details[1][23] = new Array( 2051167, "Financial - Best of Insurance 2008", "150" )
details[1][24] = new Array( 240661001, "Financial - Best of Insurance 2009", "150" )
details[1][25] = new Array( 2148539, "Financial - Best of Personal Loans & Mortgages 2008", "150" )
details[1][26] = new Array( 0, "Financial - Best of Personal Loans & Mortgages 2009", "150" )
details[1][27] = new Array( 2056958, "Food - Best of Biscuits, Crisps & Snacks 2008", "150" )
details[1][28] = new Array( 240417201, "Food - Best of Biscuits, Crisps & Snacks 2009", "150" )
details[1][29] = new Array( 2154699, "Food - Best of Cereals 2008", "150" )
details[1][30] = new Array( 240489901, "Food - Best of Cereals 2009", "150" )
details[1][31] = new Array( 2149544, "Food - Best of Cheese 2008", "150" )
details[1][32] = new Array( 0, "Food - Best of Cheese 2009", "150" )
details[1][33] = new Array( 2053004, "Food - Best of Chocolate Confectionary 2008", "150" )
details[1][34] = new Array( 0, "Food - Best of Chocolate Confectionary 2009", "150" )
details[1][35] = new Array( 2056966, "Food - Best of Convenience Meals 2008", "150" )
details[1][36] = new Array( 0, "Food - Best of Convenience Meals 2009", "150" )
details[1][37] = new Array( 2148569, "Food - Best of Cooking Sauces, Oils & Condiments 2008", "150" )
details[1][38] = new Array( 0, "Food - Best of Cooking Sauces, Oils & Condiments 2009", "150" )
details[1][39] = new Array( 2150307, "Food - Best of Dairy Products 2008", "150" )
details[1][40] = new Array( 0, "Food - Best of Dairy Products 2009", "150" )
details[1][41] = new Array( 0, "Food - Best of Desserts 2008", "150" )
details[1][42] = new Array( 0, "Food - Best of Desserts 2009", "150" )
details[1][43] = new Array( 2056988, "Food - Best of Fruit, Vegetables & Meat 2008", "150" )
details[1][44] = new Array( 0, "Food - Best of Fruit, Vegetables & Meat 2009", "150" )
details[1][45] = new Array( 2139895, "Food - Best of Ice Cream 2008", "150" )
details[1][46] = new Array( 0, "Food - Best of Ice Cream 2009", "150" )
details[1][47] = new Array( 2152129, "Food - Best of Pasta & Rice 2008", "150" )
details[1][48] = new Array( 0, "Food - Best of Pasta & Rice 2009", "150" )
details[1][49] = new Array( 2148563, "Food - Best of Soup 2008", "150" )
details[1][50] = new Array( 0, "Food - Best of Soup 2009", "150" )
details[1][51] = new Array( 2149572, "Food - Best of Sugar & Confectionary 2008", "150" )
details[1][52] = new Array( 0, "Food - Best of Sugar & Confectionary 2009", "150" )
details[1][53] = new Array( 2146935, "Food - Best of Yoghurts 2008", "150" )
details[1][54] = new Array( 0, "Food - Best of Yoghurts 2009", "150" )
details[1][55] = new Array( 0, "Health & Beauty - Best of Personal Hygiene & Body Care 2008", "150" )
details[1][56] = new Array( 0, "Health & Beauty - Best of Personal Hygiene & Body Care 2009", "150" )
details[1][57] = new Array( 2149568, "Health & Beauty - Best of Cosmetics 2008", "150" )
details[1][58] = new Array( 240028201, "Health & Beauty - Best of Cosmetics 2009", "150" )
details[1][59] = new Array( 2055232, "Health & Beauty - Best of Analgesics, Vitamins & Tonics 2008", "150" )
details[1][60] = new Array( 240573601, "Health & Beauty - Best of Analgesics, Vitamins & Tonics 2009", "150" )
details[1][61] = new Array( 2060667, "Health & Beauty - Best of Cough & Cold Remedies 2008", "150" )
details[1][62] = new Array( 0, "Health & Beauty - Best of Cough & Cold Remedies 2009", "150" )
details[1][63] = new Array( 2148934, "Health & Beauty - Best of Skincare Face & Body 2008", "150" )
details[1][64] = new Array( 0, "Health & Beauty - Best of Skincare Face & Body 2009", "150" )
details[1][65] = new Array( 0, "Health & Beauty - Best of Fragrances Male & Female 2008", "150" )
details[1][66] = new Array( 0, "Health & Beauty - Best of Fragrances Male & Female 2009", "150" )
details[1][67] = new Array( 2149542, "Health & Beauty - Best of Haircare 2008", "150" )
details[1][68] = new Array( 0, "Health & Beauty - Best of Haircare 2009", "150" )
details[1][69] = new Array( 2171678, "Household Goods - Best of Cleaning Products 2008", "150" )
details[1][70] = new Array( 0, "Household Goods - Best of Cleaning Products 2009", "150" )
details[1][71] = new Array( 2061443, "Household Goods - Best of Paper Products 2008", "150" )
details[1][72] = new Array( 0, "Household Goods - Best of Paper Products 2009", "150" )
details[1][73] = new Array( 2146379, "Household Goods - Best of Washing Detergents 2008", "150" )
details[1][74] = new Array( 0, "Household Goods - Best of Washing Detergents 2009", "150" )
details[1][75] = new Array( 0, "Media & Entertainment - Best of Computer Games 2008", "150" )
details[1][76] = new Array( 0, "Media & Entertainment - Best of Computer Games 2009", "150" )
details[1][77] = new Array( 0, "Media & Entertainment - Best of Newspapers 2008", "150" )
details[1][78] = new Array( 0, "Media & Entertainment - Best of Newspapers 2009", "150" )
details[1][79] = new Array( 2173391, "Media & Entertainment - Best of TV Channels & Radio Stations 2008", "150" )
details[1][80] = new Array( 0, "Media & Entertainment - Best of TV Channels & Radio Stations 2009", "150" )
details[1][81] = new Array( 2149563, "Office Technology - Best of Computers/Office Equipment 2008", "150" )
details[1][82] = new Array( 0, "Office Technology - Best of Computers/Office Equipment 2009", "150" )
details[1][83] = new Array( 2151230, "Oil & Petrol - Best of Oil & Petrol 2008", "150" )
details[1][84] = new Array( 0, "Oil & Petrol - Best of Oil & Petrol 2009", "150" )
details[1][85] = new Array( 2148535, "Photography - Best of Photography 2008", "150" )
details[1][86] = new Array( 0, "Photography - Best of Photography 2009", "150" )
details[1][87] = new Array( 2148554, "Retail - Best of Department Stores 2008", "150" )
details[1][88] = new Array( 0, "Retail - Best of Department Stores 2009", "150" )
details[1][89] = new Array( 2149547, "Retail - Best of Fast Food Restaurants 2008", "150" )
details[1][90] = new Array( 240096201, "Retail - Best of Fast Food Restaurants 2009", "150" )
details[1][91] = new Array( 2148049, "Retail - Best of Supermarkets 2008", "150" )
details[1][92] = new Array( 228343801, "Retail - Best of Supermarkets 2009", "150" )
details[1][93] = new Array( 0, "Social Affairs & Government - Best of Government Campaigns 2008", "150" )
details[1][94] = new Array( 0, "Social Affairs & Government - Best of Government Campaigns 2009", "150" )
details[1][95] = new Array( 2056194, "Telecoms - Best of Internet Service Providers 2008", "150" )
details[1][96] = new Array( 240035201, "Telecoms - Best of Internet Service Providers 2009", "150" )
details[1][97] = new Array( 2052175, "Telecoms - Best of Mobile Handsets 2008", "150" )
details[1][98] = new Array( 0, "Telecoms - Best of Mobile Handsets 2009", "150" )
details[1][99] = new Array( 2046400, "Telecoms - Best of Telecom Providers - Mobiles 2008", "150" )
details[1][100] = new Array( 239954301, "Telecoms - Best of Telecom Providers - Mobiles 2009", "150" )
details[1][101] = new Array( 2166250, "Telecoms - Best of Telecom Providers - Landlines 2008", "150" )
details[1][102] = new Array( 240025401, "Telecoms - Best of Telecom Providers - Landlines 2009", "150" )
details[1][103] = new Array( 2146410, "Transport & Travel - Best of Airlines 2008", "150" )
details[1][104] = new Array( 0, "Transport & Travel - Best of Airlines 2009", "150" )
details[1][105] = new Array( 2052195, "Transport & Travel - Best of Tourist Boards 2008", "150" )
details[1][106] = new Array( 0, "Transport & Travel - Best of Tourist Boards 2009", "150" )
details[1][107] = new Array( 2149562, "Transport & Travel - Best of Public Transport 2008", "150" )
details[1][108] = new Array( 0, "Transport & Travel - Best of Public Transport 2009", "150" )
details[1][109] = new Array( 2146342, "Utilities - Best of Energy (Gas, Electricity) 2008", "150" )
details[1][110] = new Array( 240105501, "Utilities - Best of Energy (Gas, Electricity) 2009", "150" )

details[2][0] = new Array( -1, "Select Mood Reels", "0" )
details[2][1] = new Array( 1341609, "Mood Reel Anger Scenes - Classics", "150" )
details[2][2] = new Array( 1341610, "Mood Reel Fear Scenes - Classics", "150" )
details[2][3] = new Array( 1341611, "Mood Reel Happy Scenes - Classics", "150" )
details[2][4] = new Array( 1341612, "Mood Reel Relaxation Scenes - Classics", "150" )
details[2][5] = new Array( 1341613, "Mood Reel Sad Scenes - Classics", "150" )
details[2][6] = new Array( 1341614, "Mood Reel Stress Scenes - Classics", "150" )

details[3][0] = new Array( -1, "Select Territory Reels", "0" )
details[3][1] = new Array( 1911204, "100 Best of All Time ", "250" )
details[3][2] = new Array( 0, "Best of Asia 2008", "150" )
details[3][3] = new Array( 0, "Best of Asia 2009", "150" )
details[3][4] = new Array( 2170776, "Best of Eastern Europe 2008", "150" )
details[3][5] = new Array( 0, "Best of Eastern Europe 2009", "150" )
details[3][6] = new Array( 2054535, "Best of Latin America 2008", "150" )
details[3][7] = new Array( 0, "Best of Latin America 2009", "150" )
details[3][8] = new Array( 2174220, "Best of Scandanavia 2008", "150" )
details[3][9] = new Array( 0, "Best of Scandanavia 2009", "150" )
details[3][10] = new Array( 1933254, "Best of UK (Classics)", "250" )
details[3][11] = new Array( 2046325, "Best of UK 2008", "150" )
details[3][12] = new Array( 0, "Best of UK 2009", "150" )
details[3][13] = new Array( 800117, "Best of USA (Classics)", "250" )
details[3][14] = new Array( 0, "Best of USA 2008", "150" )
details[3][15] = new Array( 0, "Best of USA 2009", "150" )
details[3][16] = new Array( 2170808, "Best of World 2008", "150" )
details[3][17] = new Array( 234321401, "Best of World 2009", "150" )

details[4][0] = new Array( -1, "Select Themed Compliation Reels", "0" )
details[4][1] = new Array( 1911204, "100 Best of All Time ", "250" )
details[4][2] = new Array( 0, "Best of 60 Second Ads 2008", "150" )
details[4][3] = new Array( 0, "Best of 60 Second Ads 2009", "150" )
details[4][4] = new Array( 1783051, "Best of Awards 2008", "150" )
details[4][5] = new Array( 0, "Best of Awards 2009", "150" )
details[4][6] = new Array( 1681433, "Best of Celebrities 2008", "150" )
details[4][7] = new Array( 0, "Best of Celebrities 2009", "150" )
details[4][8] = new Array( 0, "Best of Corporate 2008", "150" )
details[4][9] = new Array( 0, "Best of Corporate 2009", "150" )
details[4][10] = new Array( 0, "Best of Credit Crunch 2008", "150" )
details[4][11] = new Array( 0, "Best of Credit Crunch 2009", "150" )
details[4][12] = new Array( 1558038, "Best of Environmental & CSR 2008", "150" )
details[4][13] = new Array( 0, "Best of Environmental & CSR 2009", "150" )
details[4][14] = new Array( 1852015, "Best of Family Scenes 2008", "150" )
details[4][15] = new Array( 0, "Best of Family Scenes 2009", "150" )
details[4][16] = new Array( 0, "Best of Official Olympic Sponsors 2008", "150" )
details[4][17] = new Array( 0, "Best of Official Olympic Sponsors 2009", "150" )
details[4][18] = new Array( 0, "Best of Programme Sponsorship 2008", "150" )
details[4][19] = new Array( 0, "Best of Programme Sponsorship 2009", "150" )
details[4][20] = new Array( 0, "Best of Sports Scenes 2008", "150" )
details[4][21] = new Array( 0, "Best of Sports Scenes 2009", "150" )
details[4][22] = new Array( 0, "Best of Youth Aimed / Teenage 2008", "150" )
details[4][23] = new Array( 0, "Best of Youth Aimed / Teenage 2009", "150" )

details[5][0] = new Array( -1, "Select Ammo/BrandIQ Reports", "0" )
details[5][1] = new Array( 0, "Ammo New Business (online subscription) ", "1995" )
details[5][2] = new Array( 0, "Ammo Programme News (full-service subscription) ", "1200" )
details[5][3] = new Array( 0, "Ammo Programme News (hard-copy subscription)  ", "645" )
details[5][4] = new Array( 0, "Ammo Programme News (online subscription)  ", "845" )
details[5][5] = new Array( 0, "Ammo Weekly Bulletin (full-service subscription)  ", "4995" )
details[5][6] = new Array( 0, "Ammo Weekly Bulletin (hard-copy subscription)  ", "3995" )
details[5][7] = new Array( 0, "Ammo Weekly Bulletin (online subscription)  ", "3995" )
details[5][8] = new Array( 0, "BrandIQ Advertisers", "845" )
details[5][9] = new Array( 0, "BrandIQ Agency and Advertisers (Agency Version)", "7950" )
details[5][10] = new Array( 0, "BrandIQ Agency and Advertisers (Media Owner Version)", "9950" )
details[5][11] = new Array( 0, "BrandIQ Mailing Lists", "Call for quote" )

details[6][0] = new Array( -1, "Select Media Digest Reports", "0" )
details[6][1] = new Array( 1341621, "Xtreme Media Digest 2005 - Hard Copy Subscription", "500" )
details[6][2] = new Array( 1341622, "Xtreme Media Digest 2005 - Online Subscription", "7500" )
details[6][3] = new Array( 1341625, "Xtreme Media Digest 2006 - Online Subscription", "7500" )

details[7][0] = new Array( -1, "Select Contagious Reports", "0" )
details[7][1] = new Array( 1341599, "Contagious - Annual Subscription - Magazine / DVD / Online", "975" )
details[7][2] = new Array( 0, "Contagious - Annual Subscription - Hard copy magazine only", "175" )
details[7][3] = new Array( 1547383, "Contagious Case Study / Absolut / ", "25" )
details[7][4] = new Array( 1547384, "Contagious Case Study / Altoids / ", "25" )
details[7][5] = new Array( 1609162, "Contagious Case Study / Camper ", "25" )
details[7][6] = new Array( 1547385, "Contagious Case Study / Honda / ", "25" )
details[7][7] = new Array( 1547387, "Contagious Case Study / MTV / ", "25" )
details[7][8] = new Array( 1547386, "Contagious Case Study / McDonald's / ", "25" )
details[7][9] = new Array( 1547388, "Contagious Case Study / Nike / ", "25" )
details[7][10] = new Array( 1547390, "Contagious Case Study / Nokia / ", "25" )
details[7][11] = new Array( 1547391, "Contagious Case Study / Playstation / ", "25" )
details[7][12] = new Array( 1609164, "Contagious Case Study / Stella ", "25" )
details[7][13] = new Array( 1547393, "Contagious Case Study / Virgin Atlantic / ", "25" )
details[7][14] = new Array( 0, "Contagious Case Study / Budweiser", "25" )
details[7][15] = new Array( 0, "Contagious Case Study / Samsung", "25" )
details[7][16] = new Array( 0, "Contagious Case Study / American Express", "25" )
details[7][17] = new Array( 0, "Contagious Case Study / American Apparel", "25" )

details[8][0] = new Array( -1, "Select Directory/X-Tribes Reports", "0" )
details[8][1] = new Array( 0, "Directory - Annual Subscription", "599" )
details[8][2] = new Array( 1349172, "X-tribes China - Full-service Subscription ", "2000" )
details[8][3] = new Array( 1341665, "X-tribes Teens - Full-service Subscription ", "3500" )

details[9][0] = new Array( -1, "Select The Reel Reports", "0" )
details[9][1] = new Array( 1341615, "TheReel.net - Full-service Subscription ", "Call for quote" )
details[9][2] = new Array( 1341616, "TheReel.net - Online Subscription  ", "Call for quote" )


	// tells the page to load the lists once the page loads.
	window.onload = LoadLists;
	
	// loads the lists when the page loads.
	function LoadLists()
	{
		reels	= document.getElementById( "reels" );
		reports = document.getElementById( "reports" );
		submitField = document.forms[0].post_list;
		
		for( i=0; i<details.length; i++ )
		{
			select[i]	= document.getElementById( "select_"+i );
			
			for( j=0; j<details[i].length; j++ )
			{
				select[i].options[select[i].options.length]=new Option( details[i][j][1], j );
			}
			
			chosen[i] = new Array();	
		}
		
		WriteSelected();
	}
	
	// Adds items to a selection.
	function OnSelected( listID )
	{		
		if( !allowDuplicates )
		{
			for( i=0; i<chosen[listID].length; i++ )
			{
				if( chosen[listID][i]==select[listID].selectedIndex )
				{
					return;
				}
			}
		}
		
		chosen[listID][chosen[listID].length]=select[listID].selectedIndex;
		
		WriteSelected();
		
		select[listID].selectedIndex = 0;	
	}
		
	// Removes items from a selection.
	function RemoveSelection( listID, index )
	{
		var s = 0;
		
		for( i=0; i<chosen[listID].length-1; i++ )
		{
			if( i==index )
			{
				s = 1;
			}
			
			chosen[listID][i] = chosen[listID][i+s];
		}
		
		chosen[listID].length = chosen[listID].length-1;
		
		WriteSelected();
	}
	
	// Writes out all selections after any have been changed.
	function WriteSelected()
	{
		var reelText = "";
		var posted = "";
		
		for( i=0; i<5; i++ )
		{
			reelText += GetListText( i );
			posted += GetPostText( i );
		}
		
		if( reelText.length == 0 )
		{
			reels.innerHTML = nothingSelectedText;
		}
		else
		{
			reels.innerHTML = reelText;
		}
		
		reportText = "";
		
		for( i=5; i<10; i++ )
		{
			reportText += GetListText( i );
			posted += GetPostText( i );
		}

		if( reportText.length == 0 )
		{
			reports.innerHTML = nothingSelectedText;
		}
		else
		{
			reports.innerHTML = reportText;
		}
		
		submitField.value = posted;
	}
	
	function GetListText( listID )
	{
		var listText = "";
		
		for( j=0; j<chosen[listID].length; j++ )
		{
			listText += GetLineText( listID, chosen[listID][j], j );
		}
		
		return listText;
	}
	
	function GetPostText( listID )
	{
		var postList = "";
		
		for( j=0; j<chosen[listID].length; j++ )
		{
			postList += details[listID][chosen[listID][j]][1] + "\n";
		}
		
		return postList;
	}
	
	function GetLineText( listID, sel, index )
	{
		var t = "<span class=\"stuff\">" + details[listID][sel][1] + "</span>&nbsp;&nbsp;";
		if( details[listID][sel][0]!="0" )
		{
			t += "<a href=\"http://www.ads.xtremeinformation.com/xtras/showquote.aspx?quote=" + details[listID][sel][0] + "\" target=\"_blank\">View</a>&nbsp;&nbsp;";
		}
		t += "<a href=\"javascript:onclick=RemoveSelection("+listID+"," + index + ")\">Remove</a>&nbsp;&nbsp;" +details[listID][sel][2];
		t += "<br />";
		
		
		
		return t;
}