Cufon.replace('#savings h1, p#guarantee, p.green-button, p.purple-button, #admin-bar-new h1, #error h1', {fontFamily: 'frutiger-bold' });
Cufon.replace('#savings h1, #savings ol label, ul#pluspoints, #savings h2,.excerptblock h2, .postexcerpt h2, h1.entry-title, #new-pagebanner h1, #new-pagebanner p', { fontFamily: 'frutiger', hover: true});
Cufon.replace('#tecsplash h2, #tecsplash h3', { fontFamily: 'frutiger', hover: true});

$(document).ready(function() {
  	$("a[href$=pdf], a[href$=doc], a[href$=docx]").click(function(){
		this.target = "_blank";
	});
});