﻿function displayNewsLetter()
{
	var tmpStr = "";
	tmpStr = 
		"<div class=\"recommendation\" style=\"font-weight: bold; padding-bottom: 10px;\"></div>";

	tmpStr += 
		"<div id=\"eNewsLetterBtn\" style=\"padding-bottom:12px;width;160px;\">"+
		"<a href=\"/eng/interactive/e-newsletter.html\" target='_blank' onmouseover=\"MM_swapImage('subscribeNowBtn','','/france/images/subscribe-now-over.jpg',1)\" onmouseout=\"MM_swapImgRestore()\">"+
		"<img src=\"/france/images/subscribe-now.jpg\" name=\"subscribeNowBtn\" id=\"subscribeNowBtn\" width=\"152\" height=\"92\" alt=\"e-Newsletter\" border=\"0\"/>"+
		"</a>"+
		"</div>";

	/*
	tmpStr += 
	"<div id=\"profileBtn\" style=\"padding-left:33px;padding-bottom:20px;width;160px;\">"+
	"<a href=\"javascript:void(0)\" onmouseover=\"MM_swapImage('updateProfileBtn','','/france/images/update-profile-over.gif',1)\" onmouseout=\"MM_swapImgRestore()\">"+
	"<img src=\"/france/images/update-profile.gif\" name=\"updateProfileBtn\" id=\"updateProfileBtn\" width=\"94\" height=\"15\" alt=\"Update profile\" border=\"0\"/>"+
	"</a>"+
	"</div>";
	*/
	document.writeln(tmpStr);
}