	
	var cochin = {
		src: 'cochin.swf',
		ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
	};
	
	var rockwell = {
		src: '/baskerville-2.swf',
		ratios: [7, 1.47, 12, 1.37, 16, 1.34, 23, 1.32, 27, 1.31, 29, 1.28, 36, 1.29, 45, 1.28, 73, 1.27, 76, 1.26, 79, 1.27, 83, 1.26, 84, 1.27, 95, 1.26, 96, 1.27, 1.26]
	};
	
	//sIFR.debug.ratios({ src: 'baskerville-2.swf', selector: '.navsec li span.sifrnav' });
	
	// You probably want to switch this on, but read wiki.novemberborn.net/sifr3/DetectingCSSLoad first.
	// sIFR.useStyleCheck = true;
	
	
	
	/*
	
	
	
	sIFR.activate(cochin, rockwell);
	
	sIFR.replace(rockwell, {
		tuneHeight: -11,
		offsetTop: -6,
		selector: '.rightcol h1',
		css: [
			'.sIFR-root { text-align: left; font-size:22px; font-weight: normal; line-height:23px; }',
			'a { text-decoration: none; }',
			'a:link { color: #000000; }',
			'a:hover { color: #000000; }'
			]
	});
	
	sIFR.replace(rockwell, {
		tuneHeight: -5,
		offsetTop: -4,
		thickness:75,
		sharpness:30,
		selector: '.rightcol h2',
		css: [
			'.sIFR-root { text-align: left; font-size:17px; line-height:20px; color:#446297; leading:-3; font-weight: normal; }',
			'a { text-decoration: none; }',
			'a:link { color: #446297; }',
			'a:hover { color: #446297; }'
			]
	});
	
	sIFR.replace(rockwell, {
		wmode: 'transparent',
		tuneHeight: -11,
		offsetTop: -5,
		thickness: 125,
		sharpness: 25,
		selector: '.rightcol h3',
		css: [
			'.sIFR-root { text-align: left; font-size:15px; font-weight: normal; color:#446297; }',
			'a { text-decoration: none; }',
			'a:link { color: #446297; }',
			'a:hover { color: #446297; }'
			]
	});
	
	sIFR.replace(rockwell, {
		tuneHeight: -5,
		offsetTop: -4,
		thickness:75,
		sharpness:30,
		selector: '.homerightcol1 h1',
		css: [
			'.sIFR-root { text-align: left; font-size:17px; line-height:20px; color:#446297; leading:-3; font-weight: normal; }',
			'a { text-decoration: none; }',
			'a:link { color: #446297; }',
			'a:hover { color: #446297; }'
			]
	});
	
	sIFR.replace(rockwell, {
		wmode: 'transparent',
		tuneHeight: -11,
		offsetTop: -5,
		thickness: 125,
		sharpness: 25,
		selector: '.homerightcol2 h3',
		css: [
			'.sIFR-root { text-align: left; font-size:15px; font-weight: normal; color:#446297; }',
			'a { text-decoration: none; }',
			'a:link { color: #446297; }',
			'a:hover { color: #446297; }'
			]
	});
	
	
	
	*/
	
	
	
	
	/*
	
	sIFR.replace(rockwell, {
		gridFitType: 'subpixel',
		thickness: 100,
		sharpness: 30,
		selector: '.navsec li.selected span.sifrnav',
		tuneHeight: -7,
		offsetTop: -4,
		css: [
			'.sIFR-root { text-align: left; font-weight: normal; font-size:14px; leading:-4; color:#000000; }',
			'a { text-decoration: none; }',
			'a:link { color: #000000; }',
			'a:hover { color: #000000; }'
		]
	});
	
	sIFR.replace(rockwell, {
		gridFitType: 'subpixel',
		thickness: 100,
		sharpness: 30,
		selector: '.navsec li span.sifrnav',
		tuneHeight: -7,
		offsetTop: -4,
		css: [
			'.sIFR-root { text-align: left; font-weight: normal; font-size:14px; leading:-4; color:#000000; }',
			'a { text-decoration: none; }',
			'a:link { color: #555555; }',
			'a:hover { color: #446297; }'
			]
	});
	
	sIFR.replace(rockwell, {
		gridFitType: 'subpixel',
		thickness: 100,
		sharpness: 20,
		selector: 'div.headermain li.on',
		tuneHeight: -7,
		offsetTop: -3,
		forceSingleLine: true,
		css: [
			'.sIFR-root { text-align: left; font-size:14px; font-weight: normal; color:#000000; }',
			'a { text-decoration: none; }',
			'a:link { color: #000000; }',
			'a:hover { color: #000000; }'
			]
	});
	
	sIFR.replace(rockwell, {
		gridFitType: 'subpixel',
		thickness: 100,
		sharpness: 20,
		selector: 'div.headermain li',
		tuneHeight: -7,
		offsetTop: -3,
		forceSingleLine: true,
		css: [
			'.sIFR-root { text-align: left; font-size:14px; font-weight: normal; color:#000000;  }',
			'a { text-decoration: none; }',
			'a:link { color: #446297; }',
			'a:hover { color: #000000; }'
			]
	});
	
	
	*/
	
	
	