// Ticker startup var items_to_display = 3; function getNumberOfRowsInList(identifier) { var list = document.getElementById(identifier); var rows = list.getElementsByTagName("li"); return rows.length; } function addNewsItem(identifier, className) { if (items_to_display < theSummaries.length) items_to_display++; publishNewsItems(identifier, items_to_display, className); return; } function removeNewsItem(identifier, className) { if (items_to_display > 0) items_to_display--; publishNewsItems(identifier, items_to_display, className); return; } function publishNewsItems(identifier, numberOfItems, className) { var list = document.getElementById(identifier); var innerHTML = ""; for (var j=0; j"; if (j==0) innerHTML = innerHTML + "" + theSummaries[j] + ""; else innerHTML = innerHTML + theSummaries[j]; innerHTML = innerHTML + ""; } list.innerHTML = innerHTML; return; } var theSummaries = new Array(); var theSiteLinks = new Array(); var theItemCount = 0; theSummaries[0] = 'November 10th 2009: 411 new products added to clothing category in the UK products directory'; theSiteLinks[0] = "http://www.wholesalepages.co.uk/news/news.php"; theSummaries[1] = 'November 6th 2009: 512 supplies added to fashion jewellery and hair accessories categories in the UK wholesale supplies directory'; theSiteLinks[1] = "http://www.wholesalepages.co.uk/news/news.php"; theSummaries[2] = 'November 3rd 2009: 201 wholesale products added to electrical goods and eyewear categories in the UK wholesale products directory'; theSiteLinks[2] = "http://www.wholesalepages.co.uk/news/news.php"; theSummaries[3] = 'October 30th 2009: 1819 products added to jewellery and collectables categories in the UK wholesale products directory'; theSiteLinks[3] = "http://www.wholesalepages.co.uk/news/news.php"; theSummaries[4] = 'October 28th 2009: 1016 supplies added to home products and clothing categories in the UK wholesale supplies directory'; theSiteLinks[4] = "http://www.wholesalepages.co.uk/news/news.php"; theSummaries[5] = 'October 26th 2009: 830 new products added to eyewear category in the UK products directory'; theSiteLinks[5] = "http://www.wholesalepages.co.uk/news/news.php"; theSummaries[6] = 'October 21st 2009: 383 wholesale items added to toiletries and clothing categories in the UK Wholesale directory'; theSiteLinks[6] = "http://www.wholesalepages.co.uk/news/news.php"; theSummaries[7] = 'October 19th 2009: 411 supplies added to footwear and home products categories in the UK supplies directory'; theSiteLinks[7] = "http://www.wholesalepages.co.uk/news/news.php"; theSummaries[8] = 'October 14th 2009: 1010 products added to eyewear category in the UK wholesale products directory'; theSiteLinks[8] = "http://www.wholesalepages.co.uk/news/news.php"; theSummaries[9] = 'October 12th 2009: 760 clothing, electrcial goods and home products added to UK products directory'; theSiteLinks[9] = "http://www.wholesalepages.co.uk/news/news.php"; theSummaries[10] = 'October 6th 2009: 564 supplies added to books and stationery categories in the UK supplies directory'; theSiteLinks[10] = "http://www.wholesalepages.co.uk/news/news.php"; theSummaries[11] = 'October 2nd 2009: 482 new wholesale items added to clothing category in the UK wholesale directory'; theSiteLinks[11] = "http://www.wholesalepages.co.uk/news/news.php"; theSummaries[12] = 'September 25th 2009: 1255 products added to jewellery category in the international directories'; theSiteLinks[12] = "http://www.wholesalepages.co.uk/news/news.php"; theSummaries[13] = 'September 14th 2009: 174 products added to clothing category in the UK products directory'; theSiteLinks[13] = "http://www.wholesalepages.co.uk/news/news.php"; theSummaries[14] = 'September 10th 2009: 923 supplies added to home products and toys categories in the UK supplies directory'; theSiteLinks[14] = "http://www.wholesalepages.co.uk/news/news.php"; theSummaries[15] = 'September 7th 2009: 360 wholesale products added to clothing category in the UK wholesale products directory'; theSiteLinks[15] = "http://www.wholesalepages.co.uk/news/news.php"; theSummaries[16] = 'September 4th 2009: 731 supplies added to jewellery and kitchenware categories in the international products directory'; theSiteLinks[16] = "http://www.wholesalepages.co.uk/news/news.php"; theSummaries[17] = 'September 2nd 2009: 1271 products added to books category in the UK wholesale directory'; theSiteLinks[17] = "http://www.wholesalepages.co.uk/news/news.php"; theSummaries[18] = 'August 31st 2009: 333 new items added to prints pictures and frames category in the UK products directory'; theSiteLinks[18] = "http://www.wholesalepages.co.uk/news/news.php"; theSummaries[19] = 'August 28th 2009: 1164 home decorative products and kitchen accessories added to the international directories'; theSiteLinks[19] = "http://www.wholesalepages.co.uk/news/news.php"; theSummaries[20] = 'August 26th 2009: 1410 stationery, home products and clothing offers added to UK products directory'; theSiteLinks[20] = "http://www.wholesalepages.co.uk/news/news.php"; theSummaries[21] = 'August 25th 2009: 1764 products added to clothing and jewellery categories in the UK wholesale directory '; theSiteLinks[21] = "http://www.wholesalepages.co.uk/news/news.php"; theSummaries[22] = 'August 21st 2009: 823 supplies added to books, DVDs CDs and accessories categories in the UK supplies directory'; theSiteLinks[22] = "http://www.wholesalepages.co.uk/news/news.php"; theSummaries[23] = 'August 19th 2009: 445 items added to adult clothing category in the UK products directory'; theSiteLinks[23] = "http://www.wholesalepages.co.uk/news/news.php"; theSummaries[24] = 'August 17th 2009: 958 products added to candle holders and figurines categories in the international directories'; theSiteLinks[24] = "http://www.wholesalepages.co.uk/news/news.php";