// FBTrigger
//Drives the Fancybox Function

$(document).ready(function() {

	$("a#AJproject").fancybox({
		
		ajax : {
		   type	: "POST",
		    example	: 'myexample=test'
			
		}

	});

});

