/*sIFR*/

var eurostyle = { src: DNN_skinPath+'eurostile_ext.swf' };
sIFR.activate(eurostyle);
sIFR.replace(eurostyle, {
  selector: 'h1', 
  wmode: 'transparent',
  src: DNN_skinPath+'eurostile_ext.swf',
  css: [
      '.sIFR-root {color:#ffffff;}'
    ]
});	



jQuery.preload(
['home_bttn_on','doctors_bttn_on','office_bttn_on','patient_bttn_on','treatment_bttn_on','contact_bttn_on','tlink_bttn_on'],{
base:'/Portals/_default/Skins/siteSkin/images/',
ext:'.jpg'
});



jQuery(document).ready(function(){

	/* remove box from links */
	jQuery("a").focus(function(){
		this.blur();
	});
	

});
