// target all h1 and p elements.
Cufon.replace('#footer')('#contact p, label, .font, legend')('h1')('h2')('h3')('h4')('h5')('h6');
$(document).ready(function(){
			$(".gallery a[rel^='prettyPhoto']").prettyPhoto({theme:'facebook'});
		});

