
$(document).ready(function(){

    $("._addToNewsletter").click(function() {

		encjaNS.openWindow({
			dial: { title: encjaNS.transJS("addToNewsletter"), modal: true }
			,ajax: {
				url: "addtonewsletter.php"
				,data: { ajax: 1, subscriber_controller2: 8 }
			}
			,noBtn: true
			,c: "_subscribeWindow"
		});

	});

});
