function popUp(URL) {
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=450');");
}

$(function(){
	$('#nav > li > a').corner('top');
	$('#content, #section-nav .title').corner('top 5px');
	$('#nav ul').corner('bottom 5px');
});

Cufon.replace('h1', {
	textShadow: '2px 1px black',
	color: '-linear-gradient(#ffffff, #c0c0c0)'
});
Cufon.replace('.blue-small, .blue-large,', {
	textShadow: '1px 1px #003366',
});

$(document).ready(function() {
    $('.cycle').cycle({
		fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	});
});
