/**
 * @author karen
 */
//---------------------------------------------------overlay
$(document).ready(function(){
						 
	$("a[rel]").overlay({ 
					
		expose: { color: '#000', opacity: 0.7 }
	})
	$(".dataBox").fadeIn("slow");
//	$('#checkID').click(function () {
//		
//		if(status()){
//			alert('OK');
//			$(".dataBox").fadeIn("slow");
//		}							  
//      
//	  
//    });
//	function status(){
//		return true;
//	}
	
});

