
$(document).ready(function(){
	$('#tabs').tabs();

	// show the initial cities and links
	$("#display_video_link_l1").show_video_popup(
		"homepageflash", 
		"display_video_l1", 
		680, 570,
		"645", "508", 
		"rtmp://cp72569.edgefcs.net/ondemand/",	"flashmedia/kaplan_demos/CFA/L1_Mock_Exam_Demo.flv", 
		"rtmp", "/images/cfa/video_mock_exam_demo_L1_large.jpg", 
		"home_page_flash_L1"
	);
	// show the initial cities and links
	$("#display_video_link_l").show_video_popup(
		"homepageflash", 
		"display_video_l1", 
		680, 570,
		"645", "508", 
		"rtmp://cp72569.edgefcs.net/ondemand/",	"flashmedia/kaplan_demos/CFA/L1_Mock_Exam_Demo.flv", 
		"rtmp", "/images/cfa/video_mock_exam_demo_L1_large.jpg", 
		"home_page_flash_L1"
	);
});
