/*=:project
    scalable Inman Flash Replacement (sIFR) version 3, beta 1

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/

var u59 = {
   src: '/themes/blue/media/sifr-fonts/u59.swf'
 };

  sIFR.prefetch(u59);

  sIFR.compatMode = true;
  sIFR.activate();

	sIFR.replace(u59, {
	selector: '#logo strong, h1, #friends h3, #album h3, #contact h3'
    ,css: [
	     '.sIFR-root {text-align: left; font-weight: normal; color:#44352B; text-transform:uppercase; }'
	     ,'a { text-decoration: none }'
	     ,'a:link { color: #44352B }'
	     ,'a:hover { color: #7d0000 }'
	   ]
    ,wmode: 'transparent'
    });
    
