$(function(){
	//weather
	$("#weather").load('/aztemplate/weather.html');
});
//$(function(){
	//feedjit1
//	var temp1=$('#FJ_TListC').html();
//	$('#FJ_TListC').remove();
//   	$('#feedjit1').html('<table id="FJ_TListC" cellspacing="0" cellpadding="0">'+temp1+'</table>');
//})
$(function(){
	//feedjit2
	temp1=$('#FJ_MapC').html();
	$('#FJ_MapC').remove();
   	$('#feedjit2').html('<table id="FJ_MapC" cellspacing="0" cellpadding="0">'+temp1+'</table>');
})
