$(document).ready(function(){			$(".common").colorbox({width:"90%", height:"75%", iframe:true});			$("a[rel='example1']").colorbox();			$(".showContent1").colorbox({width:"50%", inline:true, href:"#content1"});			$(".showContent2").colorbox({width:"50%", inline:true, href:"#content2"});			$(".showContent3").colorbox({width:"50%", inline:true, href:"#content3"});			$(".showContent4").colorbox({width:"50%", inline:true, href:"#content4"});			$(".showContent5").colorbox({width:"50%", inline:true, href:"#content5"});			$(".showContent6").colorbox({width:"50%", inline:true, href:"#content6"});			$(".showContent7").colorbox({width:"50%", inline:true, href:"#content7"});			$(".showContent8").colorbox({width:"50%", inline:true, href:"#content8"});			$(".showContent9").colorbox({width:"50%", inline:true, href:"#content9"});			$(".showContent10").colorbox({width:"50%", inline:true, href:"#content10"});			$(".showContent11").colorbox({width:"50%", inline:true, href:"#content11"});			$(".showContent12").colorbox({width:"50%", inline:true, href:"#content12"});			$(".showContent13").colorbox({width:"50%", inline:true, href:"#content13"});			$(".youTubeVid").colorbox({iframe:true, innerWidth:648, innerHeight:489});			$("#click").click(function(){ 				$('#click').css({"background-color":"#f00", "color":"#fff", "cursor":"inherit"}).text("Open this window again and this message will still be here.");				return false;			});		});
