var rambokiller = {
      src: 'rambokiller.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 journal = {
      src: 'journal.swf'
      ,ratios: [6, 1.41, 9, 1.35, 15, 1.29, 21, 1.25, 22, 1.22, 27, 1.24, 29, 1.21, 34, 1.22, 41, 1.21, 45, 1.2, 46, 1.21, 59, 1.2, 68, 1.19, 69, 1.2, 96, 1.19, 97, 1.18, 102, 1.19, 103, 1.18, 107, 1.19, 108, 1.18, 112, 1.19, 114, 1.18, 116, 1.19, 120, 1.18, 121, 1.19, 1.18]
    };	

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(rambokiller, journal);
	
    sIFR.replace(journal, {
      selector: 'h4.txt-resort',
	css: [
            '.sIFR-root { font-size: 22; font-weight: bold; color:#faa635; letter-spacing:1.1}',
            'a {text-decoration: none; color: #faa635 }',
            'a:link { color: #faa635 }',
            'a:hover { color: #faa635 }'
            ],
            wmode: 'transparent'
			,tuneHeight: (-10)
        });

		sIFR.replace(rambokiller, {
      selector: 'h2.txt-head',
	css: [
            '.sIFR-root { font-size: 26; font-weight: bold; color:#594f41; letter-spacing:1; font-style:italic; margin:0;}',
            'a { text-decoration: none }',
            'a:link { color: #594f41 }',
            'a:hover { color: #594f41 }'
            ],
            wmode: 'transparent'
			,tuneHeight: (-7)
        });
		
		sIFR.replace(rambokiller, {
      selector: 'h2.txt-special',
	css: [
            '.sIFR-root {font-size: 28; font-weight: bold; color:#594f41; letter-spacing:1.1; font-style:italic; margin:0;}',
            'a { text-decoration: none }',
            'a:link { color: #594f41 }',
            'a:hover { color: #594f41 }'
            ],
            wmode: 'transparent'
			,tuneHeight: (-10)
        });
	
		sIFR.replace(rambokiller, {
      selector: 'h4.txt-toppanel',
	css: [
            '.sIFR-root { font-size: 16; font-weight: normal; color:#f8fdd6; letter-spacing:1.1; margin:0;}',
            'a { text-decoration: none;color: #f8fdd6 }',
            'a:link { color: #f8fdd6 }',
            'a:hover { color: #f8fdd6 }'
            ],
            wmode: 'transparent'
			,tuneHeight: (-5)
        });
		
	sIFR.replace(rambokiller, {
      selector: 'h4.txt-reserve',
	css: [
            '.sIFR-root { font-size: 22; font-weight: normal; color:#e8efbb; letter-spacing:1.1; font-style:italic; margin:0;}',
            'a { text-decoration: none }',
            'a:link { color: #e8efbb }',
            'a:hover { color: #e8efbb }'
            ],
            wmode: 'transparent'
			,tuneHeight: (-8)
        });
	
		sIFR.replace(journal, {
      selector: 'h5.txt-copy',
	css: [
            '.sIFR-root { font-size: 16; font-weight: bold; color:#2d1c03; font-style:italic; letter-spacing:1; margin:0;}',
            'a { text-decoration: none }',
            'a:link { color: #e8efbb }',
            'a:hover { color: #e8efbb }'
            ],
            wmode: 'transparent'
			,tuneHeight: (-8)
        });

sIFR.replace(journal, {
      selector: 'h4.txtresort',
	css: [
            '.sIFR-root { font-size: 22; font-weight: bold; color:#75a716; letter-spacing:1.1}',
            'a {text-decoration: none; color: #75a716 }',
            'a:link { color: #75a716 }',
            'a:hover { color: #ff9900 }'
            ],
            wmode: 'transparent'
			,tuneHeight: (-10)
        });