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