﻿// JavaScript Document
//////////////////////////////////////////////////////////////////////////////////////
//Ajax
$(function() { //Function executed after the page loads
	$('#topo').html('');
		$('#topo').flash(
        { 
          src: 'topo_loader.swf',
          width: 970,
          height: 140,
			 wmode: 'transparent',
          flashvars: { url: varTopoMV }
        }
    	);
});
