// JavaScript Document

//load Modal window

	
$(document).ready(function() {
	//assign all external links with the class external
	$('#site_feedback').bind("click", function(){ 							   
		$.nyroModalManual({
		  url: '/Poll/poll.html',
		  width: 390,
		  height: 550,
		  bgColor: '#000000',
		  closeSelector: 'a#closeBut'
		});											   
	});
});
