$(document).ready(function() {
$('a.iframe').fancybox({
'frameWidth': 640,
'frameHeight': 385
});
});
