// WARNING: When editing this code, copying and pasting, deleting lines, etc - Please be very careful and DOUBLE check your work. If you accidentally delete one little punctuation mark that you're not supposed to, or if you leave some lines in there that you're supposed to delete, or if you paste code in the wrong spot, etc the entire code won't work.


var peaannaleescript = {
     src: 'http://monkeysonthebed.webs.com/peaannaleescript.swf'
     };

sIFR.activate(peaannaleescript);


// This block of code changes your Post Title. If you want to use the default Blogger font for your Post Titles, delete these lines:
    
 sIFR.replace(peaannaleescript, {
     selector: 'h3.post-title',
     fitExactly: true,
     tuneHeight: -5,
     css: ['.sIFR-root { color: #78b749; font-size: 16px; font-weight: normal; }'
             ,'a { text-decoration: none; }'
             ,'a:link { color: #78b749; }'
             ,'a:hover { color: #000000; }'
      ],
 wmode: 'transparent',
 ratios: [6, 1.93, 10, 1.92, 13, 1.86, 17, 1.82, 21, 1.8, 29, 1.79, 32, 1.78, 33, 1.77, 36, 1.78, 43, 1.77, 44, 1.76, 47, 1.77, 70, 1.76, 71, 1.75, 74, 1.76, 75, 1.75, 76, 1.76, 1.75]
    });

//End of Post Title code. 
    

// This block of code changes the Date. If you want to use the default Blogger font for your Date, delete these lines:
      
sIFR.replace(peaannaleescript, {
     selector: 'h2.date-header',
     fitExactly: true,
     tuneHeight: -5,
     css: ['.sIFR-root { color: #cc0000; font-size: 10px; }',
		'a { text-decoration: none; color: #cc0000;}',
		'a:hover { color: #cc0000;}'
		],
  wmode: 'transparent',
  ratios: [6, 1.93, 10, 1.92, 13, 1.86, 17, 1.82, 21, 1.8, 29, 1.79, 32, 1.78, 33, 1.77, 36, 1.78, 43, 1.77, 44, 1.76, 47, 1.77, 70, 1.76, 71, 1.75, 74, 1.76, 75, 1.75, 76, 1.76, 1.75]
  });

//End of Date code. 

// This block of code changes the BLOG DESCRIPTION. Add this to the bottom of your blogger-sifr.js file if you want to change the font of your BLOG DESCRIPTION.

sIFR.replace(peaannaleescript, {
selector: '.description',
fitExactly: true,
tuneHeight: -5,
css: ['.sIFR-root { color: #78b749; font-size: 12px; font-weight: normal; }'
,'a { text-decoration: none; }'
,'a:link { color: #cc0000; }'
,'a:hover { color: #000000; }'
],
wmode: 'transparent',
ratios: [6, 1.93, 10, 1.92, 13, 1.86, 17, 1.82, 21, 1.8, 29, 1.79, 32, 1.78, 33, 1.77, 36, 1.78, 43, 1.77, 44, 1.76, 47, 1.77, 70, 1.76, 71, 1.75, 74, 1.76, 75, 1.75, 76, 1.76, 1.75]
});

//End of Blog Description code.

