function fWriteFooter(path){
//***** writes the footer of the page
		var str=		"";			
		str = str	+	"<br>";
		str = str	+	"<span class='footer'>";
		str = str	+	"Development by [";
		str = str	+	"<a href='http://www.commhouse.com' title='Development by [CommHOUSE]' target='_blank'>CommHOUSE </a>";		
		str = str	+	"] &nbsp; &nbsp;";

	str = str	+	"<a href='"	+	path	+	"motornet/copyright.asp' title='copyright' target='_self'>";
		str = str	+	"2008 &copy; Motornet.be";
		str = str	+	"</a> &nbsp; &nbsp;"						
		
		str = str	+	"<a href='mailto:info@motornet.be' title='mail ons voor info'>";
		str = str	+	"info@motornet.be</a>";									
		str = str	+	"</span>";
		return str;
}
