$(document).ready(function() { 
  Cufon.replace(".grotzec");                                                      //replace all elements with the class .grotzec
  Cufon.replace("#header #main_menu ul.lvl1 > li > a", {hover: true});            //replace all the links in the main navigation menu
  Cufon.replace("#pagebox #pageheader h3");                                       //replace all titles in the black header bar
  Cufon.replace("#pagebox #pageheader_cols h3");                                  //replace all titles in the black header bar
  Cufon.replace(".article .title a", {hover: true});                              //replace all blog titles
  Cufon.replace(".sidebar h4");
  Cufon.replace("#features .feature .heading_title h5");
  Cufon.replace(".feature .heading_title h5");
  Cufon.replace("#event_info h5");
  Cufon.replace(".ministry_column .heading_title a", {hover: true});
  Cufon.replace(".pagecontent h1, .pagecontent h2, .pagecontent h3");
  Cufon.replace("#series_title h3, #series_title h4");
  Cufon.replace("#mediaresults #thetitlecol h3");
  Cufon.replace("h4.recent_media");
  Cufon.replace("#videoinfo #videotitle");
  Cufon.replace("#footer", {hover: true});
  Cufon.replace("#list_of_products table .title a span", {hover: true});
  Cufon.replace(".product_box h4");
  Cufon.replace("#suggestions_title h2");
  Cufon.replace("#suggestions .suggestion .title", {hover: true});
});
