/*
    :: ICE
*/  
$(document).ready(function(){

	//Attach Locator
	var LocatorLocation = '/locator/app/';
	$(".Locator-Link").colorbox({
		width:1010, 
		height:660,
		transition:'none',
		speed:20,
		opacity:0.5,
		scrolling:false,
		iframe:true,
		href:LocatorLocation
	});

});



