Cufon.set('fontFamily', 'neosans');
Cufon.replace('h3,h2,.tagline,#gns');
Cufon.replace('.content-banner p', { fontFamily: 'Neo Sans Std'});	
$(document).ready(function() {
$('#banner').cycle({
    fx:     'scrollVert',
    prev:   '#prev2',
    next:   '#next2',
    speed:    600, 
    sync: true,
    timeout: 0
});

});



function createLinks() {
    document.write('<ul id="print-links">');
    document.write('<li><a href="javascript:self.print()">Print this page</a>|</li>');
    document.write('<li><a href="javascript:emailme()">Email this link</a></li>');

    document.write('</ul>');
}


function emailme() {
    var title = document.title;
    var url = document.location.href;
    var subject = "Service Frame Website";
    var bodyText = "I saw this page and thought you might like to see it " + url;

    window.location.href = "mailto:?subject=" + subject + "&body=" + bodyText;

}

