/**
 * Relax
 *
 * @filename    activate.js
 * @author      Adam Wallace
 * @date        2008-12-01
 * @copyright   Liquid Light Digital Ltd.
 * @url         http://www.liquidlight.co.uk
 */

/**
 * Define font
 */
var gs = {src: 'swf/laneNarrow.swf', wmode: 'transparent'};

/**
 * Define common font settings
 */
var common = ['.sIFR-root { color: #000000; }',
			  'a { color: #01aeff; text-decoration: none; }',
			  'a:hover { color: #01aeff; text-decoration: underline; }'];

/**
 * Initialize sIFR
 */
sIFR.prefetch(gs);
sIFR.activate();

/**
 * Default configuration
 */
sIFR.replace(gs, {
	selector: 'h1',
	css: common
});

// Call Google Analytics
$.gaTracker('UA-6525425-1');