var getFreeHostWidget=function(){
	var host=[];
	host.push('<div style="margin-top:10px;">');
	host.push('<div id="free-hosting">');
	host.push('<div align="center" id="first">');
	host.push('<div style="margin-bottom:30px"><span><strong>1 Year</strong></span></div>');
	host.push('<div style="margin-bottom:10px">Free</div>');
	host.push('<div style="margin-bottom:50px">Hosting</div>');
	host.push('</div>');
	host.push('<div align="center" id="second">');
	host.push('<div style="margin-bottom:5px">When</div>');
	host.push('<div style="margin-bottom:5px">You</div>');
	host.push('<div style="margin-bottom:5px">Create</div>');
	host.push('<div style="margin-bottom:5px">Your</div>');
	host.push('<div style="margin-bottom:5px">Website</div>');
	host.push('<div style="margin-bottom:5px">or</div>');
	host.push('<div style="margin-bottom:5px">Web Application</div>');
	host.push('<div style="margin-bottom:5px">with</div>');
	host.push('<div style="margin-bottom:5px"><a href="http://www.nettrac.net/" id="link-nettrac">NetTrac</a></div>');
	host.push('</div>');
	host.push('</div>');
	host.push('</div>');
	return host.join('');
};
