$(function() {
	$("a[rel]").overlay({	
		top: '30%',
		closeOnEsc: true
		//onBeforeLoad: function() {

			// grab wrapper element inside content
			//var wrap = this.getOverlay().find(".contentWrap");
			
			// load the page specified in the trigger
			//wrap.load("http://dev.galaxo.fi/kotivara/ext/macka.html", function(response,status,xhr) {
			//});
		//}
	});
});


