$(document).ready(function() {
	$("li.msg a").fancybox({ 'type'	: 'iframe', 'height' : 500 });
});
