var hel = {
  src: '/js/helv_neue_light.swf'
};

var egypt = {
  src: '/js/egyptian_bold.swf'
};

sIFR.activate(hel,egypt);

sIFR.replace(hel, {
  selector: '.helblurb', ratios: [6, 1.41, 9, 1.35, 15, 1.29, 21, 1.25, 22, 1.22, 27, 1.24, 28, 1.23, 34, 1.22, 38, 1.21, 39, 1.22, 46, 1.21, 50, 1.2, 51, 1.21, 74, 1.2, 77, 1.19, 79, 1.2, 83, 1.19, 84, 1.2, 1.19]
  ,css: [
    '.sIFR-root {leading: 7; color: #5e5f5c; background-color: #FFFFFF;}',
    'a {color: #446d8c; text-decoration: none;}',
	'a:visited {color: #446d8c; text-decoration: none;}',
	'a:hover {color: #446d8c; text-decoration: underline;}'
	  ]
}); 

sIFR.replace(egypt, {
  selector: 'h1#generic_page_head, h1#site_name, h2.post_title', ratios: [8, 1.43, 11, 1.38, 16, 1.33, 23, 1.32, 24, 1.29, 28, 1.3, 29, 1.29, 34, 1.28, 37, 1.27, 41, 1.28, 54, 1.27, 57, 1.26, 58, 1.27, 61, 1.26, 62, 1.27, 101, 1.26, 102, 1.25, 105, 1.26, 1.25]
  ,css: [
    '.sIFR-root {color: #8ea02b; background-color: #FFFFFF;}'
  ]
}); 



