var ROCKWELL_SELECTORS = ["#feature-detail strong",
                          "#intro h1",
                          "#did-you-know a",
                          "#content.inner-intl h1"];

for(i = 0, len = ROCKWELL_SELECTORS.length; i < len; i++) {
  Cufon.replace(ROCKWELL_SELECTORS[i], { fontFamily: 'Rockwell' });
}
