
function logoElementLogo()
{
			
	
	if (navigator.userAgent.indexOf("Mozilla/3") != -1)
	{
		var msg = 'Sorry, since you are using an old version of Netscape, you may not be able to access all the pages in this Web site.';	
		document.write(msg);
	}
	else 
	{
		
		var strHTML = '';

				strHTML += '<a  href="' + strRelativePathToRoot+ 'index.html"';
				strHTML += ' target="" >';
				strHTML += '	<img src="' + strRelativePathToRoot + 'Jorisa_shopping.jpeg"';
				strHTML += ' alt="Online Shopping South Africa, shop online, online shop, online shopping store, shop online stores,  lingerie, flowers, gifts, Amazon.com, Wal-mart, kalahatri.net, netflorist, flowers, gifts, sexy lingerie, books, natural remedies, business plans, DIY products, sex manuals, adult movies, intimate lingerie, DVD, games, diet products, products to stop smoking, cellular phones, remedies against obesity, home entertainment, computers, software, MP3 players, music, cds, digital cameras, wine, art, beauty products, fragrances, books, software, hardware, toys, clothing, jewelry, watches, sweets and chocolates, insurance, motor vehicles, web hosting, online marketing, webtools, diamond rings, diamond bracelets, gold watches, pearls, fur coats, furniture, beds, home appliances, shopping, outlet shopping, online shopping, shopping center mall, retail shopping, shopping cart, discount shopping, shopping center, shopping mall, shopping shopping, florist retail shopping, the shopping channel, home shopping network, home shopping, discount general shopping, comparison shopping, clothes shopping, shopping bag, shopping cart software, ecommerce shopping cart, mystery shopping, yahoo shopping, wal mart online shopping, ebay online shopping, qvc shopping, catalog shopping, computer shopping, online shopping mall, shopping venues, shopping in new york, california shopping, tj maxx online "';
				strHTML += ' border="0"';
				strHTML += ' width="770"';
				strHTML += ' height="90" >';
				strHTML += '</a>';

		
		document.write(strHTML);
	}
}

		
function netscapeDivCheckLogo()
{
	
				 			
				
				
	var strAppName = navigator.appName;
	var appVer = parseFloat(navigator.appVersion);
								
	if ( (strAppName == "Netscape") &&
		(appVer >= 4.0 && appVer < 5) ) {  
		document.write("</DIV>");
	}
}
			
			
		
logoElementLogo();
			
		
netscapeDivCheckLogo();
	