$(document).ready(function(){
	var popuptext = "<div><a href=\"http://www.jamestown.org/programs/books/single/?tx_ttnews[tt_news]=36124&tx_ttnews[backPid]=16&cHash=dd5f790a89\"><img alt=\"\" height=\"180\" src=\n  \"fileadmin/templates/images/volatilecover.jpg\" style=\"vertical-align: text-bottom;\" /></a><br style=\"clear:both;\" /><p>Volatile Landscape offers a wealth of analysis and keen observations from the experts of The Jamestown Foundation, whom have for years covered the cornerstones of Iraq’s evolving insurgency and security environment while utilizing indigenous sources. It is a vital tool for those who seek advance and in-depth perspectives on the Iraqi insurgency, the various insurgent groups and leaders that shape it, and the tactics and strategies they employ.</p><p><a href=\"http://www.jamestown.org/programs/books/single/?tx_ttnews[tt_news]=36124&tx_ttnews[backPid]=16&cHash=dd5f790a89\">Purchase your copy of this premium report now!</a></p></div>";
	var popup = $(popuptext);
	popup.dialog({
		autoOpen : false,
		draggable : false,
		resizable : false,
		width : 580,
		height : 420,
		modal: true,
		title: "Volatile Landscape: Iraq and its Insurgent Movements",
		overlay : {
			opacity: 0.5,
			background: 'black'
		},
		buttons : {
			'close' : function() {$(this).dialog('destroy')}
		}
	});
	var popupre = /\bpopupshown=1\b/;
	var popupshown = popupre.test(document.cookie);
	if (!popupshown) {
		var expire = new Date();
		expire.setTime(expire.getTime()+(86400 * 1000));
		document.cookie = "popupshown=1; expires=" + expire.toUTCString() + "; path=/";
		popup.dialog('open');
	} else {
		popup.dialog('destroy');
	}
});
