$(document).ready(function() {
	
	$("#shenyun").colorbox({width:"436px", height:"425px", iframe:true});
	$("#watchdog").colorbox({width:"436px", height:"500px", iframe:true});
	
});