function FWSNews()
{
    document.write('<div class=\"news_main\">');
	document.write('<div class=\"news_title\">');
	document.write('<a href=\"news.html\">');
	document.write('<img src=\"images/news-title.png\" width=\"255\" height=\"45\" alt=\"Latest News\" title=\"Latest News\" border=\"0\" />');
	document.write('</a>');
	document.write('</div>');
	document.write('<div class=\"news_body\">');
	document.write('<h6>6th January 2012</h6>');
	document.write('<h5>Import Coupons</h5>');
	document.write('<p>You can now easily create multiple Coupon Codes at once via the Import/Export > Import Coupons section of your control panel.<span class=\"news_more\"><a href=\"news.html\">More</a></span></p>');
	document.write('</div>');
	document.write('</div>');
}



