//activates the sIFR
//code for the h1 tags
var pageHeader = {  src: 'kristenITC.swf' };
sIFR.activate(pageHeader);

sIFR.replace(pageHeader, {
  selector: 'h1', 
  wmode: 'transparent', 
  src: 'kristenITC.swf', 
  css: [ '.sIFR-root {color:#3747A6; }'  ]
});



//start jQuery functions
	/* remove box from links */
	$("a").focus(function(){
		this.blur();
	});
	
// });
