// 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 URL. 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 loveit = {
     src: 'http://makeit-loveit.com/wp-content/themes/makeit_loveit/fonts/myowntopher.swf'
     };

sIFR.activate(loveit);

// This block of code changes the H4 Titles.

sIFR.replace(loveit, {
  selector: '#contentleft h4',
  fitExactly: false,
  tuneHeight: -5,
  css: ['.sIFR-root { color: #ffab35; font-size: 20px; font-weight: normal; text-align:center;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #ffab35; }'
        ,'a:hover { color: #ffab35; }'
      ],
 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 H4 code.
