$(document).ready(function(){


  if ($('div.EditModuleWrapper').length) { // implies *not* zero

    return;

  } else {

	$("hr").replaceWith("<div class='hr'><hr></div>");

	Cufon.set('fontFamily', 'MyriadPro');
	Cufon.replace('h1')('h2')('h3');

  };
	

});
