// JavaScript Document

$(function(){

	Cufon.replace('.cufontext', { fontFamily: 'Stag Semibold' });
	Cufon.replace('.cufontextBook', { fontFamily: 'Stag Book' });
	Cufon.replace('.cufontextBold', { fontFamily: 'Stag Bold' });
	Cufon.now();

	$('#selectPortfolio').change(function(){  window.location = $('#selectPortfolio').val(); })

});