$(document).ready(function () {

  // External URLs
	$('a[rel="external"]').attr("target","_blank");
  
  // Homepage Feature
	if($('#homeFeature').length) {
    $('#homeFeatureImage').flips( { speed:1000, autorun_delay:1000, direction: 'top' } );    
    $('#homeFeature').supersleight();
  }  
	
});
