// JavaScript Document

(function($){

	$(document).ready(function(){
		
		// close button
		$(".close").click(function(i){
			this.src = window.close();return false;
		});

	});

})(jQuery);


