// 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.

// WARNING: Do NOT delete the quotes around the font! This is a VERY common typo and your fonts won't show up if you delete them. Only change USERNAME to your webs.com username and FONTNAME to the name of the font you uploaded. 

var kevinandamanda = {
     src: 'http://lynnettekraft.webs.com/angelina.swf'
     };

sIFR.activate(kevinandamanda);


// 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(kevinandamanda, {
     selector: 'h3.post-title',
     fitExactly: true,
     tuneHeight: -5,
     css: ['.sIFR-root { color: #000000; font-size: 35px; font-weight: normal; }'
             ,'a { text-decoration: none; }'
             ,'a:link { color: #000000; }'
             ,'a:hover { color: #404040; }'
      ],
 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. 
    



