$(function() {
	// Video dialog popup
    $("#show_cpa_home_video").show_video_popup(
		"homepageflash1",
		"show_cpa_video",
		660, 440,
		"635", "380",
		"",
		"http://mp4.schweser.com/WhyKaplanCPA.flv",
		"video", 
		"/images/cpa/vid_what_makes_kaplan_lrg.jpg",
		"homepageflash"
	);

	$('#cycle_quotes').cycle({
		fx: 'fade',
		timeout: 7000
	});
});
