/*****************************************************************************
It is adviced to place the sIFR JavaScript calls in this file, keeping it
separate from the `sifr.js` file. That way, you can easily swap the `sifr.js`
file for a new version, while keeping the configuration.

You must load this file *after* loading `sifr.js`.

That said, you're of course free to merge the JavaScript files. Just make sure
the copyright statement in `sifr.js` is kept intact.
*****************************************************************************/

var delicioh = { src: 'http://theofficialpageof.com/wp-content/themes/TheOfficialPageOf/flash/delicioh.swf' };


sIFR.activate(delicioh);

sIFR.replace(delicioh, {
	selector: 'h1.title',
	wmode: 'transparent',
	tuneHeight: '-8',
	css: [ '.sIFR-root { font-size: 28px; color: #000000; text-transform: lowercase; }',
		'a { color: #000000; text-decoration: none; }',
		'a:hover { color: #CC0000; text-decoration: none; }' ]
	
});

sIFR.replace(delicioh, {
	selector: 'h1.rss_title',
	wmode: 'transparent',
	tuneHeight: '-8',
	css: [ '.sIFR-root { font-size: 28px; color: #000000; }',
		'a { color: #000000; text-decoration: none; }',
		'a:hover { color: #CC0000; text-decoration: none; }' ]
	
});

sIFR.replace(delicioh, {
	selector: '.listing_header h1',
	wmode: 'transparent',
	offsetTop: '-6',
	tuneHeight: '-15',
	css: [ '.sIFR-root { color: #000000; }',
		'a { color: #000000; text-decoration: none; }',
		'a:hover { color: #CC0000; text-decoration: none; }' ]
	
});

sIFR.replace(delicioh, {
	selector: 'h1.page_title',
	wmode: 'transparent',
	offsetTop: '-6',
	tuneHeight: '-15',
	css: [ '.sIFR-root { color: #000000; text-transform: lowercase; }' ]
	
});




