
function logoElementdecorateyourevents()
{
			
	
	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 + 'publishImages/logo_decorateyoureventsB.jpg"';
				strHTML += ' alt="DECORATE EVENT, DECORATED CHRISTMAS TREES, DECORATED CHRISTMAS WREATHS, event decorating, decorate party, decorated christmas trees, christmas ornaments, christmas decorations, FAIRYTALE WEDDING, fairy theme, themed party, event decorating, Christmas tree designer, decorator, HOW TO CREATE A PRINCESS CENTERPIECE, princess centerpieces, events, fantasy wedding, special events, centerpieces, princess wedding, cinderella wedding decorations, special occasions, quinceanera, cinderella, wedding favors, wedding decorations, party decorator, decorations, trees, artificial christmas trees, christmas decorations, christmas wreaths, holiday wreaths, western theme, dollhouse trees, holiday trees,holiday decorations, decorative trees, custom christmas trees, dolls, treasures for your wedding day, table art, miniature villages, miniatures, miniature towns, valentines, cultural events, musical events, dance party, theme party, party decorations,window displays, themes, theme decorating,Zan, holiday ornaments, christmas ornaments, christmas wreaths, King Arthur\'s Castle Glass Figurine, Cinderella\'s Glass Slipper, Cinderella\'s Wedding Frame(pewter),White Rose Topiary Tree, Love Birds heart figurine, Bridal snow globe, Bride and Groom Picture Frame (porcelain), Bride and Groom Figurine, Beaded Rose Radiant Wedding Photo Frame, Beaded Glass Toasting Goblets, Ceremonial Wedding Glasses, With This Ring sculpture, Loving Embrace Bride and Groom Figurine, Wedding Treasure Box with Rings, Elegant Beaded Candle Holder"';
				strHTML += ' border="0"';
				strHTML += ' width="691"';
				strHTML += ' height="147" >';
				strHTML += '</a>';

		
		document.write(strHTML);
	}
}

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