jQuery.noConflict();
jQuery(document).ready(function($){
	$(".wclose").bind("click", function(){
	window.close();
	});
});
