//cufon init
var i;
var cufonText = new Array(
	"h1",
	"#subhead_home",
	".home_center_bodytext",
	".fallow_us_home",
	".MainHead",
	"#productspec h5",
	"#productspec h2",
	".productspecsubhead",
	".MainHeadMarkets",
	".arcflash-subMainHead",
	".prodTitle"
	
	
	
);

// do the Cufon! (has document.ready built-in)
for (i in cufonText) {	Cufon.replace(cufonText[i]); }
