var arial = {
  src: '/imagetext/js/arial.swf'	
};
var franklin = {
  src: '/imagetext/js/franklin.swf'
};
var news = {
  src: '/imagetext/js/news.swf'
};
var pakenham = {
  src: '/imagetext/js/pakenham.swf'
};
var myriad = {
  src: '/imagetext/js/myriad.swf'
};
var zapf = {
 src: '/imagetext/js/zapfellipt.swf'	
};
sIFR.prefetch(franklin,arial,pakenham,myriad,zapf);
sIFR.activate();
sIFR.replace(myriad, {
  selector: '#article h1, #page h1',
  css: [
		'.sIFR-root {color: #666666;}'
		,'h1 {color: #666666; font-weight: bold;}'
		,'h1 sup {font-size: 16; display:inline}'
		,'h1 cite {font-style: italic;display:inline}'
		,'h1 a {font-weight: bold;}'
		,'h1 a:link {color: #003399; text-decoration: none}'
		,'h1 a:visited {color: #003366}'
		,'h1 a:hover {color: #003366;background-color: #d1e0ef;}'
  ],
  wmode: 'transparent'
});
sIFR.replace(arial, {
  selector: '#article h2, #page h2, h2.smooth',
  css: [
		'.sIFR-root {color: #666666;}'
		,'h2 sup {font-size: 12;display:inline}'
		,'h2 cite {font-style: italic;display:inline}'
		,'h2 a {font-weight: normal;}'
		,'h2 a:link {color: #003399; text-decoration: none;}'
		,'h2 a:visited {color: #003366}'
		,'h2 a:hover {color: #003366;background-color: #d1e0ef;}'
  ],
 wmode: 'transparent'
});
sIFR.replace(zapf, {
  selector: '#article h2, #page h2, h2.worn',
  css: [
		'.sIFR-root {color: #333333;}'
		,'h2 sup {font-size: 12;display:inline}'
		,'h2 cite {font-style: italic;display:inline}'
		,'h2 a {font-weight: normal;}'
		,'h2 a:link {color: #003399; text-decoration: none;}'
		,'h2 a:visited {color: #003366}'
		,'h2 a:hover {color: #003366;background-color: #d1e0ef;}'
  ],
 wmode: 'transparent'
});



/*sIFR.replace(gunplay, {
	selector: '#header #logo h1',
	css: [
		'.sIFR-root { leading: -5; }'
		,'a { font-size: 30; text-decoration: none; }'
		,'a:link { color: #CC0000; }'
		,'a:hover { color: #FF0000; }'
		,'div { font-size: 20; }'
	]
});*/
