$(document).ready(function(){
$('#sub-nav li a').append("<em>>&nbsp;</em>");
$('ul.footer-nav li').append("<em>&nbsp;+&nbsp;</em>");
$('ul.footer-nav li:last-child').addClass("last-item");
});

Cufon.replace('.right h2, #header #headContact p, .smallball h2, .leftball h2', { fontFamily: 'Eurostile' });

var highestCol = Math.max($('#content .wiget').height(),$('#content .rightCol .wiget').height(),$('#content .mainCol .samples').height());
$('.elements').height(highestCol);



