$(document).ready(function(){
		$('#pageHeader h1, #pageHeader h2, h2#pageHeader, h1#pageHeader, div.hpSubHead h2, h3.hpSubHead').h2swf({
		  debug : 1,            // depends on console.log
		  alpha : 0,            // blocking transparency
		  blocking : [8, 0, 0, 0],    // blocking [top, right, bottom, left]
		  leading : -5,          // line spacing
		  tracking : 0,          // letter spacing
		  pad_desc : -10,
		  background_color : '000000',
		  color : 'ffffff',
		  font_size : 30,
		  sharpness : 0,
		  thickness : 0,
		  prevent_widow : false,
		  wordwrap : true, // wraps text if wider than 'width'
		  swf : docrootURL + 'swf/hc_header.swf',  // path to the swf
		  height: 'callback',        // number or 'callback'
		  width: 'callback',        // number or 'callback'
		  maximum_width: 950
		});

		$('#tchInner h1').h2swf({
		  debug : 1,            // depends on console.log
		  alpha : 0,            // blocking transparency
		  blocking : [4, 0, 0, 0],    // blocking [top, right, bottom, left]
		  leading : -5,          // line spacing
		  tracking : 0,          // letter spacing
		  pad_desc : -10,
		  background_color : '000000',
		  color : 'ffffff',
		  font_size : 25,
		  sharpness : 0,
		  thickness : 0,
		  prevent_widow : false,
		  wordwrap : true, // wraps text if wider than 'width'
		  swf :  docrootURL + 'swf/hc_header.swf',  // path to the swf
		  height: 'callback',        // number or 'callback'
		  width: 'callback',        // number or 'callback'
		  maximum_width: 550
		});
	});
