$(document).ready(function(){
	//Examples of how to assign the ColorBox event to elements.
	$("a[href='http://www.adplan.biz/mailform/index.html']").colorbox({width:"80%", height:"80%", iframe:true});
	});