$(document).ready(function(){
	
	$("a.openPopup").click(function(){
											
		// alert($(this).attr("rel"));
		return false;
	
	});
	
});
