function CreateBookmarkLink() 
{ 
	title = "European Automotive Design - The defintive automotive industry website";   
	url = "http://www.EuropeanAutomotiveDesign.com/";
	if (window.sidebar) 
	{ 
	// Mozilla Firefox Bookmark		
	window.sidebar.addPanel(title, url,"");	
	} 
	else if( window.external ) 
	{ // IE Favorite		
	window.external.AddFavorite( url, title); 
	}
} 

	if (window.external) 
	{  
		document.write('<a  class="rightlinks" href ="javascript:CreateBookmarkLink();"><img src="/images/right/arrow_green.gif" border="0" alt="Add to Favorites" />&nbsp;Add to Favorites</a>');   
	} 
	else  if (window.sidebar) 
	{  
		document.write('<a  class="rightlinks" href= "javascript:CreateBookmarkLink();"><img src="/images/right/arrow_green.gif" border="0" alt="Add to Bookmark" />&nbsp;Bookmark Page</a>');  
	} 
