			jq(document).ready(function(){
				//Examples of how to assign the ColorBox event to elements
				jq(".colorboxiframe").colorbox({width:"90%", height:"90%", iframe:true});
			});

