Cufon.replace('#main h2', { fontFamily: 'Myriad Pro', fontWeight: '300',
	textShadow: '#222 1px 1px'
});
Cufon.replace('#work_list h2', { fontFamily: 'Myriad Pro', fontWeight: '300' });
Cufon.replace('#work_preview h2', { fontFamily: 'Myriad Pro', fontWeight: '900' });
Cufon.replace('.primary-links a', { fontFamily: 'Myriad Pro', fontWeight: '300' });


$(document).ready(function(){
	$(".todayswall").colorbox({width:"200px", height:"230px", iframe:true});
});