$(document).ready(function() {
	// Init fancybox
	$('.fancybox').fancybox();
	// convert rel="external" to blank-page-links
	$(function(){$('a[href][rel*=external]').each(function(i){this.target = "_blank";});});
  // Init cycle plugin
  $('.cycle').cycle();
  
  if ($('#mform-form').html() != null) {
  	$(this).find('img').parent().css('vertical-align', 'bottom');
  }
 
});
