function loadflashreplacement()
{

	var swis = { src: '/Portals/0/Skins/HP/sIFR/swis.swf' };
	var swiss721 = { src: '/Portals/0/Skins/HP/sIFR/swiss721Bk.swf' };
	var helvetica = { src: '/Portals/0/Skins/HP/sIFR/helvetica.swf' };
	var arial = { src: '/Portals/0/Skins/HP/sIFR/arial.swf' };

	// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
	// sIFR.useStyleCheck = true;
	  
	sIFR.activate(swis);
	sIFR.activate(swiss721);
	sIFR.activate(helvetica);
	sIFR.activate(arial);


	sIFR.replace(helvetica, {
	  selector: 'h1', 
	  css: ['.sIFR-root { color: #1f569e; font-weight: bold; }'],
	  wmode: 'transparent'
	});

	sIFR.replace(swis, {
	  selector: '#content h2'
	  , css: {
		  '.sIFR-root': { 'color': '#3ba6ee', 'font-weight': 'bold'  }
		}
	  ,wmode: 'transparent'
	});



	
	sIFR.replace(swiss721, {
	  selector: 'h2.tagline'
	  , css: {
		  '.sIFR-root': { 'color': '#2661aa' }
		}
	  ,wmode: 'transparent'
	});


	sIFR.replace(swiss721, {
	  selector: '.bannerTitle'
	  , css: {
		  '.sIFR-root': { 'color': '#FFFFFF' }
		}
	  ,wmode: 'transparent'
	});

	sIFR.replace(swiss721, {
	  selector: '.bannerText h3'
	  , css: {
		  '.sIFR-root': { 'color': '#FFFFFF' }
		}
	  ,wmode: 'transparent'
	});



	sIFR.replace(swis, {
	  selector: 'h2'
	  , css: {
		  '.sIFR-root': { 'color': '#ff565b', 'font-weight': 'bold'  }
		}
	  ,wmode: 'transparent'
	  ,filters: {
	      Glow: {
	        knockout: false
	        ,strength: 3
			,quality: 1
	        ,color: '#ffffff'
	        ,distance: 5
	      }
	    }
	});
	
	sIFR.replace(swiss721, {
	  selector: 'h2.tagline'
	  , css: {
		  '.sIFR-root': { 'color': '#2661aa'  }
		}
	  ,wmode: 'transparent'
	  ,filters: {
	      Glow: {
	        knockout: false
	        ,strength: 3
			,quality: 1
	        ,color: '#ffffff'
	        ,distance: 5
	      }
	    }
	});

	sIFR.replace(arial, {
	  selector: '.maptitle'
	  , css: {
		  '.sIFR-root': { 'color': '#20569f', 'font-weight': 'bold'  }
		}
	  ,wmode: 'transparent'
	  ,filters: {
	      Glow: {
	        knockout: false
	        ,strength: 3
			,quality: 1
	        ,color: '#ffffff'
	        ,distance: 5
	      }
	    }
	});

	//sIFR.replace(swis, {
	//  selector: 'h3'
	//  , css: {
	//	  '.sIFR-root': { 'color': '#ff565b', 'font-weight': 'bold'  }
	//	}
	// ,wmode: 'transparent'
	//  ,filters: {
	//      Glow: {
	//        knockout: false
	//        ,strength: 3
	//		,quality: 1
	//        ,color: '#ffffff'
	//        ,distance: 5
	//      }
	//    }
	//});

	sIFR.replace(helvetica, {
	  selector: 'h3.partner', 
	  css: ['.sIFR-root { color: #2661aa; font-weight: bold; }'],
	  wmode: 'transparent'
	});

	sIFR.replace(helvetica, {
	  selector: '.partner', 
	  css: ['.sIFR-root { color: #51adf0; font-weight: bold; }'],
	  wmode: 'transparent'
	});


	sIFR.replace(helvetica, {
	  selector: '.darkblue', 
	  css: ['.sIFR-root { color: #2661aa; font-weight: bold; }',
			'a { text-decoration: none; color: #2661aa;}', 'a:hover { color: #2661aa; text-decoration:none }'],
	  wmode: 'transparent'
	});

	sIFR.replace(helvetica, {
	  selector: '.subnav', 
	  css: ['.sIFR-root { color: #2661aa; font-weight: bold; margin:0; padding:0; list-style:none }',
			'a { text-decoration: none; color: #2661aa;}', 'a:hover { color: #2661aa; text-decoration:none }'],
	  wmode: 'transparent'
	});


	sIFR.replace(helvetica, {
	  selector: '.lightblue', 
	  css: ['.sIFR-root { color: #51adf0; font-weight: bold; }',
			'a { text-decoration: none; color: #51adf0; }', 'a:hover { color: #51adf0; }'],
	  wmode: 'transparent'
	});

	sIFR.replace(helvetica, {
	  selector: '.darkbluelrg', 
	  css: ['.sIFR-root { color: #2661aa; font-weight: bold; }',
			'a { text-decoration: none; color: #2661aa; }', 'a:hover { color: #2661aa; }'],
	  wmode: 'transparent'
	});


	sIFR.replace(helvetica, {
	  selector: '.lightbluelrg', 
	  css: ['.sIFR-root { color: #51adf0; font-weight: bold }',
			'a { text-decoration: none; color: #51adf0; }', 'a:hover { color: #51adf0;}'],
	  wmode: 'transparent'
	});

	sIFR.replace(helvetica, {
	  selector: '.darkbluesml', 
	  css: ['.sIFR-root { color: #2661aa; font-weight: bold; }',
			'a { text-decoration: none; color: #2661aa; }', 'a:hover { color: #2661aa; }'],
	  wmode: 'transparent'
	});


	sIFR.replace(helvetica, {
	  selector: '.lightbluesml', 
	  css: ['.sIFR-root { color: #51adf0; font-weight: bold }',
			'a { text-decoration: none; color: #51adf0; }', 'a:hover { color: #51adf0; }'],
	  wmode: 'transparent'
	});




}

loadflashreplacement();




