	/*function popitup(url) {
		newwindow=window.open(url,'name','height=517,width=601');
		if (window.focus) {newwindow.focus()}
		return false;
	}*/
 	function popitup(url) {
        Shadowbox.open(
		{
			"title": "Sign&ndash;up for Neon Trees' Newsletter",
			"content": url,
			"width": 453, "height": 565,
			"reloadOnClose": false, "player": "iframe",
			"options": { "modal": false }
		}
			);
		return false;
	}
	function popitupmailing(url) {
		 Shadowbox.open(
			{
				"title": "Join Mobile List",
				"content": url,
				"width": 397, "height": 245,
				"reloadOnClose": false, "player": "iframe",
				"options": { "modal": false }
			}
		);
	}
