$(document).ready
(
	function()
	{
		var content = unescape($.cookie('marketingPreview'));
		$("#Div1").html(content);
	}
);

