var theheads = {
src: 'http://someat.com/media/sifr5.swf'
};

var thecopy = {
src: 'http://someat.com/media/GroteMT.swf'
};

sIFR.activate(theheads);
sIFR.activate(thecopy);



sIFR.replace(theheads, {
selector: 'h2',
css: ['.sIFR-root { font-size:10px; font-weight:normal; color:#3c3c3d; text-transform: uppercase; letter-spacing: 1; margin: 0;}'],
wmode: 'transparent'
});

sIFR.replace(theheads, {
selector: 'div#project_description h3',
css: ['.sIFR-root { font-size:12px; font-weight:normal; color:#3c3c3d; text-transform: uppercase; letter-spacing: 1; margin: 0;}'],
wmode: 'transparent'
});



sIFR.replace(theheads, {
selector: 'div#address p',
css: ['.sIFR-root { font-size:10px; font-weight:normal; color:#3c3c3d; margin: 0;}'],
wmode: 'transparent'
});


sIFR.replace(theheads, {
selector: 'div.project-caption h3',
css: ['.sIFR-root { font-size:10px; font-weight:normal; color:#3c3c3d; margin: 0; text-transform: uppercase; letter-spacing: 1;}',
      'div.project-caption a {color: #FFFFFF; text-decoration: none;}',
      'div.project-caption a:hover {color: #3c3c3d;}'

],
wmode: 'transparent'
});



sIFR.replace(theheads, {
selector: 'ul.nav_cat_archive h3',
css: ['.sIFR-root { font-size:10px; font-weight:normal; color:#3c3c3d; margin: 0; text-transform: uppercase; letter-spacing: 1;}'],
wmode: 'transparent'
});


sIFR.replace(theheads, {
selector: 'div.flatfile_text h3',
css: ['.sIFR-root { font-size:12px; font-weight:normal; color:#3c3c3d; margin: 0; text-transform: uppercase; letter-spacing: 1;}',
      'div.flatfile_text a {color: #3c3c3d; text-decoration: none;}',
      'div.flatfile_text a:hover {color: #ffffff;}'
],
wmode: 'transparent'
});

sIFR.replace(theheads, {
selector: 'div.about_text h3',
css: ['.sIFR-root { font-size:12px; font-weight:normal; color:#3c3c3d; margin: 0; text-transform: uppercase; letter-spacing: 1;}',
      'div.flatfile_text a {color: #3c3c3d; text-decoration: none;}',
      'div.flatfile_text a:hover {color: #ffffff;}'
],
wmode: 'transparent'
});





sIFR.replace(theheads, {
selector: 'div.flatfile_text p.post_data',
css: ['.sIFR-root { font-size:9px; line-height: 9px; margin: 0; padding: 0; font-weight:normal; color:#4C4C4D; text-align: right;}',
      'div.flatfile_text a {color: #3c3c3d; text-decoration: none;}',
      'div.flatfile_text a:hover {color: #ffffff;}'
],
wmode: 'transparent'
});



sIFR.replace(theheads, {
selector: 'div#pages p',
css: ['.sIFR-root { font-size:10px; font-weight:normal; color:#3c3c3d;  margin: 0;}',
      'div#pages p a {color: #FFFFFF; text-decoration: none;}',
      'div#pages p a:hover {color: #3c3c3d;}',
      'div#pages p b {color: #3c3c3d;}'
	],
wmode: 'transparent'
});


sIFR.replace(theheads, {
selector: 'div.projectnumber',
css: ['.sIFR-root { font-size:10px; font-weight:normal; color:#3c3c3d; margin: 0;}'],
wmode: 'transparent'
});


sIFR.replace(theheads, {
selector: 'div.next-prev',
css: ['.sIFR-root { font-size:10px; font-weight:normal; color:#FFFFFF; text-transform: uppercase; letter-spacing: 1; margin: 0; text-align: right;}',
 'div.next-prev a {color: #FFFFFF; text-decoration: none;}',
  'div.next-prev a:hover {color: #3c3c3d; text-decoration: none;}',
 
 ],
wmode: 'transparent'
});


sIFR.replace(theheads, {
selector: 'body#flat div.next-prev2',
css: ['.sIFR-root { font-size:10px; font-weight:normal; color:#FFFFFF; text-transform: uppercase; letter-spacing: 1; margin: 0; text-align: left;}',
 'body#flat div.next-prev2 a {color: #FFFFFF; text-decoration: none;}',
  'body#flat div.next-prev2 a:hover {color: #3c3c3d; text-decoration: none;}',
 
 ],
wmode: 'transparent'
});


sIFR.replace(thecopy, {
selector: 'div#footer',
css: ['.sIFR-root { font-size:9px; font-weight:normal; color:#ffffff; margin: 0; text-transform: uppercase; letter-spacing: 1;}'],
wmode: 'transparent'
});
