var titling_gothic_fb_standcond = 
	{   
	src: 'js/titling_gothic_fb_standcond.swf'
	};

var gotham_bold = 
	{   
	src: 'js/gotham_bold.swf'
	};

var gotham = 
	{   
	src: 'js/gotham.swf'
	};

sIFR.activate(titling_gothic_fb_standcond);

sIFR.activate(gotham_bold);

sIFR.activate(gotham);

sIFR.replace (titling_gothic_fb_standcond, 
	{
    selector: '.nav1',
	wmode: 'opaque',
    css: [ '.sIFR-root { color: #ffffff; background-color: #333333; }', 
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #999999; }' ]
	}
);

sIFR.replace (gotham_bold, 
	{
    selector: 'h1',
	wmode: 'opaque',
    css: [ '.sIFR-root { color: #000000; background-color: #ffffff; leading: -8;}', 
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #000000; }' ]
	}
);

sIFR.replace (gotham, 
	{
    selector: 'h3',
	wmode: 'opaque',
    css: [ '.sIFR-root { color: #ffffff; background-color: #000000; leading: -2; }', 
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #ffffff; }' ]
	}
);

sIFR.replace (gotham, 
	{
    selector: 'h5',
	wmode: 'opaque',
    css: [ '.sIFR-root { color: #231f20; background-color: #ffffff; leading: -2; }', 
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #ffffff; }' ]
	}
);

sIFR.replace (gotham, 
	{
    selector: '.jump_header',
	wmode: 'opaque',
    css: [ '.sIFR-root { color: #231f20; background-color: #ffffff; leading: -1; text-transform: uppercase; }', 
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #ffffff; }' ]
	}
);


