

 var HelvCondBold = {
    	src: '/images/swf/helv_cond_bold.swf',
    	setPrefetchCookie:'true'
		};

 var DieNasty = {
    	src: '/images/swf/DieNasty.swf',
    	setPrefetchCookie:'true'
		};

	sIFR.activate(HelvCondBold);
	
	sIFR.activate(DieNasty);
		/*sIFR.debug.ratios({ src: '/images/swf/DieNasty.swf', selector: '.kisstext' });	 */
	
	// The actual replace functions would go here, but need to be in the footer due to login state test

	sIFR.replace(HelvCondBold, {
      		selector: 'h1,h2,h3,h4,.adhead,.title'
      		,ratios:  [7, 1.61, 12, 1.44, 17, 1.38, 23, 1.36, 29, 1.35, 30, 1.33, 33, 1.34, 34, 1.32, 38, 1.33, 40, 1.32, 41, 1.33, 55, 1.32, 57, 1.31, 60, 1.32, 67, 1.31, 68, 1.32, 104, 1.31, 105, 1.3, 107, 1.31, 108, 1.3, 111, 1.31, 112, 1.3, 114, 1.31, 115, 1.3, 116, 1.31, 118, 1.3, 120, 1.31, 1.3]
      		,wmode: 'transparent'
      		,preventWrap: true
			,forceWidth: true 
			,fitExactly: true 
			,forceSingleLine: true
      		,nPaddingBottom : '0'
      		,tuneHeight : '-7'
		,filters: {
			  DropShadow: {
			    knockout: false
			    ,distance: 2
					,strength: 3
			    ,color: '#000'
			  }
			}
      		,css: {
        		'.sIFR-root': {
                        'color': '#c7c7c7', 
                        'text-transform': 'uppercase', 
                        'background-color': '#000',
                        'padding':'0',
                        'margin' : '0'
                        },                      
                        'a:link': { 'color': '#FF0000', 'text-decoration': 'none' },
                        'a:hover': { 'color': '#FF0000','text-decoration': 'underline' }
      		}
   		 });
  /* 		 
   		 sIFR.replace(DieNasty, {
      		selector: '.kisstext'
      		,ratios: [8, 1.42, 9, 1.33, 12, 1.35, 21, 1.3, 31, 1.27, 32, 1.25, 36, 1.26, 37, 1.24, 42, 1.25, 57, 1.24, 60, 1.23, 62, 1.24, 64, 1.23, 65, 1.24, 69, 1.23, 70, 1.24, 101, 1.23, 102, 1.22, 110, 1.23, 111, 1.22, 119, 1.23, 120, 1.22, 124, 1.23, 1.22]
      		,wmode: 'transparent'
      		,preventWrap: true
      		,forceSingleLine: true
      		,fitExactly:true
			,filters: {
			  DropShadow: {
			    knockout: false
			    ,distance: 1
				,strength: 1
			    ,color: '#000'
			  }
			}
      		,css: {
        		'.sIFR-root': {
                        'color': '#FF0000', 
                        'text-transform': 'uppercase', 
                        'background-color': '#000',
                        'padding':'0',
                        'margin' : '0'
                        },                      
                        'a:link': { 'color': '#FF0000', 'text-decoration': 'none' },
                        'a:hover': { 'color': '#FF0000','text-decoration': 'underline' }
      		}
   		 });
   	*/
