$(document).ready(function(){
	
	$('#education_flash').flash({
		src: '/interface/images/education/campus_panelv3.swf',
		width: 730,
		height: 385,
		wmode: "opaque"
	});
	
	$('#cs_img').cycle({
		fx: 'fade',
		speed: 'fast',
		timeout: 0,
		next: '#next',
		prev: '#prev'
	});

    // external urls
    $('a').click(function(){
	    if(this.href.match(/^http/i) && !this.href.match(location.host)){
		    window.open(this.href,'_');
		    return false;
	    }
	});
});
