$(document).ready(function(){
				$(".iframe").colorbox({width:"370px", height:"520px", iframe:true});
				$(".iframe2").colorbox({width:"544px", height:"460px", iframe:true});
				$(".preview").colorbox({width:"544px", height:"450px", iframe:true});
				$("#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;
				});
			});
