





function dsqToggleReply(linkEl, parentPostId) {
	
		var ifrs = (typeof(disqus_iframe_css) != 'undefined') ? disqus_iframe_css : '';
	

	if(linkEl.innerHTML == 'reply') {
		
			document.getElementById('dsq-reply-' + parentPostId).innerHTML = '<iframe marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" style="filter: chroma(color=#FFFFFF)" allowtransparency="true" width="100%" class="dsq-post-reply" height="320" src="http://disqus.com/forums/jrblog/celeb_spotting_at_j038r_rudy_giuliani/reply.html?f=jrblog&t=celeb_spotting_at_j038r_rudy_giuliani&parent_post=' + parentPostId + '&to_redirect=' + encodeURI(window.location) + '" style="border: 0px"></iframe>';
		

		
			document.getElementById('dsq-post-video-' + parentPostId).style.display = 'inline';
		

		if(document.getElementById('dsq-edit-' + parentPostId)) {
			document.getElementById('dsq-edit-' + parentPostId).style.display = 'none';
		}

		linkEl.innerHTML = 'cancel';
	} else if(linkEl.innerHTML == 'cancel') {
		document.getElementById('dsq-reply-' + parentPostId).innerHTML = '';

		linkEl.innerHTML = 'reply';

		
			document.getElementById('dsq-post-video-' + parentPostId).style.display = 'none';
			document.getElementById('dsq-post-video-' + parentPostId).innerHTML = '<img src="http://media.disqus.com/images/seesmic/record.png" class="dsq-record-img"> record video comment';
		
	}
}


	if(typeof(Dsq.Thread.videoReply == 'function')) {
		var dsqVideoReply = Dsq.Thread.videoReply;
	} else {
		// For backwards compatibility with old plugin.
		function dsqVideoReply(linkEl, parentPostId) {
			
				var ifrs = (typeof(disqus_iframe_css) != 'undefined') ? disqus_iframe_css : '';
			

			
				var def_email = (typeof(disqus_def_email) != 'undefined') ? disqus_def_email : '';
			

			
				var def_name = (typeof(disqus_def_name) != 'undefined') ? disqus_def_name : '';
			

			if(parentPostId) {
				var toggleVideo = '<img src="http://media.disqus.com/images/seesmic/record.png" class="dsq-record-img"> record video comment';
				var toggleText = 'text comment';
				var container = document.getElementById('dsq-reply-' + parentPostId);
				var parentPostQueryStr = 'parent_post=' + parentPostId + '&';
			} else {
				var toggleVideo = '<img src="http://media.disqus.com/images/seesmic/record.png" class="dsq-record-img"> Record video comment';
				var toggleText = 'Text comment';
				var container = document.getElementById('dsq-post-add');
				var parentPostQueryStr = '';
			}

			if(linkEl.innerHTML.toLowerCase() == toggleVideo.toLowerCase()) {
				linkEl.innerHTML = toggleText;
				container.innerHTML = '<iframe name="dsq-video_' + parentPostId + '-frame" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" allowtransparency="true" width="100%" style=" height: 370px; "class="dsq-post-video" src="http://disqus.com/embed/video.html?' + (new Date()).getTime() + '&f=jrblog&t=celeb_spotting_at_j038r_rudy_giuliani&' + parentPostQueryStr + 'to_redirect=' + encodeURIComponent(window.location) + '"></iframe>';
			} else if(linkEl.innerHTML == toggleText) {
				linkEl.innerHTML = toggleVideo;
				container.innerHTML = '<iframe name="dsq-reply_' + parentPostId + '-frame" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" allowtransparency="true" width="100%" class="dsq-post-reply" src="http://disqus.com/forums/jrblog/celeb_spotting_at_j038r_rudy_giuliani/reply.html?' + (new Date()).getTime() + '&f=jrblog&t=celeb_spotting_at_j038r_rudy_giuliani&' + parentPostQueryStr + 'to_redirect=' + encodeURIComponent(window.location) + '&ifrs=' + ifrs + '&def_email=' + def_email + '&def_name=' + def_name + '"></iframe>';
			}
		}
	}





	if(typeof seesmic == 'undefined') { var seesmic = {}; }
	seesmic.widget = new function () {
		this.callback =  function (data) {
			playerVersion  = data.disqusplayer;
		}
	};

	
	var scriptEl = document.createElement('script');
	scriptEl.setAttribute('type', 'text/javascript');
	scriptEl.setAttribute('src', 'http://seesmic.com/version.js?callback=seesmic.widget.callback');
	document.getElementsByTagName('head')[0].appendChild(scriptEl);

	
	var scriptEl = document.createElement('script');
	scriptEl.setAttribute('type', 'text/javascript');
	scriptEl.setAttribute('src', 'http://media.disqus.com/javascript/library/swfobject.js');
	document.getElementsByTagName('head')[0].appendChild(scriptEl);

	function see_play_video(_videoUri, _add) {
		var swf = !!playerVersion ? playerVersion : "http://seesmic.com/embeds/StandalonePlayer.swf";

		flashcontentDiv = document.getElementById(_videoUri+"_content");
		previewDiv = document.getElementById(_videoUri+"_preview");
		hideDiv = document.getElementById(_videoUri+"_hide");
		showDiv = document.getElementById(_videoUri+"_show");
		if(_add) {
			// push flash widget
			var so = new SWFObject(swf, "sotester", "300", "270", "9", "#000000");
			so.addVariable("video", _videoUri);
			so.addParam("allowFullScreen", "true");
			so.addParam("allowScriptAccess","always");
			so.useExpressInstall('swfobject/expressinstall.swf');
			so.write(_videoUri+"_content");

			previewDiv.style.display="none";
			hideDiv.style.display="block";
			showDiv.style.display="none";
		}
		else {
			flashcontentDiv.innerHTML="";
			previewDiv.style.display="block";

			//previewDiv.style.display="none";
			hideDiv.style.display="none";
			showDiv.style.display="block";
		}
	}



(function() {
	
		var ifrs = (typeof(disqus_iframe_css) != 'undefined') ? disqus_iframe_css : '';
	

	
		var def_email = (typeof(disqus_def_email) != 'undefined') ? disqus_def_email : '';
	

	
		var def_name = (typeof(disqus_def_name) != 'undefined') ? disqus_def_name : '';
	


	if(!disqus_post_container) {
		// For plugin 1.1 and 2.0
		disqus_post_container = document.getElementById('dsq-reply') || document.getElementById('dsq-post-add');
	}

	if(disqus_post_container) {
		
			
			   	disqus_post_container.innerHTML += '<div id="dsq-post-add"><iframe id="dsq-post-add-iframe" name="dsq-reply-frame" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" allowtransparency="true" src="http://disqus.com/forums/jrblog/celeb_spotting_at_j038r_rudy_giuliani/reply.html?' + (new Date()).getTime() + '&f=jrblog&t=celeb_spotting_at_j038r_rudy_giuliani&to_redirect=' + encodeURIComponent(window.location) + '&ifrs=' + ifrs + '&def_email=' + def_email + '&def_name=' + def_name + '"></iframe><a href="#" onclick="dsqVideoReply(this); return false"><img src="http://media.disqus.com/images/seesmic/record.png" class="dsq-record-img"> Record video comment</a></div>';
			
		
	}

	
	var disqus_auth_wrap = document.getElementById('dsq-auth-wrap'); // deprecated

	if(disqus_auth_wrap) {
		
			disqus_auth_wrap.innerHTML = 'You are not logged in. <a id="dsq-login-toggle" href="http://disqus.com/profile/login/?next=article:5519777" onclick="Dsq.Thread.login(this); return false">(Log in)</a>';
		
	} 	
})()

