//$.noConflict();
jQuery(document).ready(function() {
	// ColorBox
	var randomNum = Math.floor(Math.random() * 98 + 1);
	jQuery("#contactus").colorbox({
		width:"415px",
		height:"625px",
		iframe:true,
		scrolling:false,
		//update the following link to match new Salesforce capture page
		href: "/rep-popup/index.html?r=" + randomNum,
		fastIframe:true,
		transition:"fade",
		opacity:"0.6",
		close:""
	});	
});

