function getFooter(){	var strFooter = "<p class='stdFontSmallerProperties' align='center'>" +					"<a href='tradeMarks.html'>Trademarks</a>  |  " +					"<a href='siteMap.html'>Site Map</a>  |  Copyright © 2008 MultiRoaming All rights reserved</p>";	//return strFooter;	document.write(strFooter);}