/* 

jQuery(document).ready(function() {

-- OR -- 

$(function() {

*/

$(document).ready(function(){

	$("#promo-link-1").colorbox({width:"50%", inline:true, href:"#promo-1"});
	$("#promo-link-2").colorbox({width:"50%", inline:true, href:"#promo-2"});

});

function extlink(url)
{
	var where_to = confirm("You are about to leave Heartland Credit Union, click Ok to proceed, Cancel to stay on the page.");
	if (where_to == true) {
		window.location = url;
	}
}

