');
if (s2jQuery('a.s2popup').attr('id') === 'unsubscribe') {
dialog.html('');
} else if (s2jQuery('a.s2popup').attr('id') === 'subscribe') {
dialog.html('');
} else {
dialog.html('');
}
dialog.dialog({autoOpen: false, modal: true, zIndex: 10000, title: 'Subscribe to this blog'});
s2jQuery('a.s2popup').click(function(){
dialog.dialog('open');
return false;
});
});
//]]>
28960924