$(document).ready(function(){
	$('a[@rel*=lightbox]').lightBox();
	
	$("#exchange_rates_wrapper").load("http://www.bordervalley.com/modules/exchange_rates.php");
	$("#weather").load("http://www.bordervalley.com/modules/weather.php");
});
