$(document).ready(function(){
			//Examples of how to assign the ColorBox event to elements
			$(".references").colorbox({iframe:true, innerWidth:700, innerHeight:400});
				return false;
			});
