// JavaScript Document

$(document).ready(function(){
	$('.climatempo').colorbox({innerWidth:"150px", innerHeight:"170px", iframe:true, href:"climatempo.html", title:false, scrolling:false, overlayClose:false});
});
