/*Crea las Banderas*/

			jQuery(document).ready(function() {
				
				/*CANADA*/
				jQuery('div#map_ca').hover(function(e) {
				var html = '<div class="info">';
				html +=    '<h4 class="text_band">NERDS ON SITE: CANADA</h4>';
				html +=	   '<img src="http://mediafiles.nerdsonsite.com/nerdsonsitecdn/websites/international/images/image5.jpg" alt="Canadá" />';
				html +=		'</div>';
				jQuery('#container').append(html).children('.info').hide().fadeIn(400);
				jQuery('.info').css('top', e.pageY + -5).css('left', e.pageX + 15);
				}, function() {
					jQuery('.info').remove();
				});
				jQuery('div#map_ca').mousemove(function(e) {
					jQuery('.info').css('top', e.pageY + -5).css('left', e.pageX + 15);
				});
				
				/*USA*/
				jQuery('div#map_us').hover(function(e) {
				var html = '<div class="info">';
				html +=    '<h4 class="text_band">NERDS ON SITE: USA</h4>';
				html +=	   '<img src="http://mediafiles.nerdsonsite.com/nerdsonsitecdn/websites/international/images/image7.jpg" alt="Usa" />';
				html +=		'</div>';
				jQuery('#container').append(html).children('.info').hide().fadeIn(400);
				jQuery('.info').css('top', e.pageY + -5).css('left', e.pageX + 15);
				}, function() {
					jQuery('.info').remove();
				});
				jQuery('div#map_us').mousemove(function(e) {
					jQuery('.info').css('top', e.pageY + -5).css('left', e.pageX + 15);
				});
				
				/*MEXICO*/
				jQuery('div#map_me').hover(function(e) {
				var html = '<div class="info">';
				html +=    '<h4 class="text_band">NERDS ON SITE: MEXICO</h4>';
				html +=	   '<img src="http://mediafiles.nerdsonsite.com/nerdsonsitecdn/websites/international/images/image13.jpg" alt="Mexico" />';
				html +=		'</div>';
				jQuery('#container').append(html).children('.info').hide().fadeIn(400);
				jQuery('.info').css('top', e.pageY + -5).css('left', e.pageX + 15);
				}, function() {
					jQuery('.info').remove();
				});
				jQuery('div#map_me').mousemove(function(e) {
					jQuery('.info').css('top', e.pageY + -5).css('left', e.pageX + 15);
				});
				
				/*BOLIVIA*/
				jQuery('div#map_bo').hover(function(e) {
				var html = '<div class="info">';
				html +=    '<h4 class="text_band">NERDS ON SITE: BOLIVIA</h4>';
				html +=	   '<img src="http://mediafiles.nerdsonsite.com/nerdsonsitecdn/websites/international/images/image11.jpg" alt="Bolivia" />';
				html +=		'</div>';
				jQuery('#container').append(html).children('.info').hide().fadeIn(400);
				jQuery('.info').css('top', e.pageY + -5).css('left', e.pageX + 15);
				}, function() {
					jQuery('.info').remove();
				});
				jQuery('div#map_bo').mousemove(function(e) {
					jQuery('.info').css('top', e.pageY + -5).css('left', e.pageX + 15);
				});
				
				/*UK*/
				jQuery('div#map_uk').hover(function(e) {
				var html = '<div class="info">';
				html +=    '<h4 class="text_band">NERDS ON SITE: UK</h4>';
				html +=	   '<img src="http://mediafiles.nerdsonsite.com/nerdsonsitecdn/websites/international/images/image8.jpg" alt="UK" />';
				html +=		'</div>';
				jQuery('#container').append(html).children('.info').hide().fadeIn(400);
				jQuery('.info').css('top', e.pageY + -5).css('left', e.pageX + 15);
				}, function() {
					jQuery('.info').remove();
				});
				jQuery('div#map_uk').mousemove(function(e) {
					jQuery('.info').css('top', e.pageY + -5).css('left', e.pageX + 15);
				});
				
				/*SOUTH AFRICA*/
				jQuery('div#map_so').hover(function(e) {
				var html = '<div class="info">';
				html +=    '<h4 class="text_band">NERDS ON SITE: SOUTH AFRICA</h4>';
				html +=	   '<img src="http://mediafiles.nerdsonsite.com/nerdsonsitecdn/websites/international/images/image9.jpg" alt="South Africa" />';
				html +=		'</div>';
				jQuery('#container').append(html).children('.info').hide().fadeIn(400);
				jQuery('.info').css('top', e.pageY + -5).css('left', e.pageX + 15);
				}, function() {
					jQuery('.info').remove();
				});
				jQuery('div#map_so').mousemove(function(e) {
					jQuery('.info').css('top', e.pageY + -5).css('left', e.pageX + 15);
				});
				/*INDIA*/
				jQuery('div#map_in').hover(function(e) {
				var html = '<div class="info">';
				html +=    '<h4 class="text_band">NERDS ON SITE: INDIA</h4>';
				html +=	   '<img src="http://mediafiles.nerdsonsite.com/nerdsonsitecdn/websites/international/images/image14.jpg" alt="India" />';
				html +=		'</div>';
				jQuery('#container').append(html).children('.info').hide().fadeIn(400);
				jQuery('.info').css('top', e.pageY + -5).css('left', e.pageX - 200);
				}, function() {
					jQuery('.info').remove();
				});
				jQuery('div#map_in').mousemove(function(e) {
					jQuery('.info').css('top', e.pageY + -5).css('left', e.pageX - 200);
				});
				
				/*SINGAPORE*/
				jQuery('div#map_si').hover(function(e) {
				var html = '<div class="info">';
				html +=    '<h4 class="text_band">NERDS ON SITE: SINGAPORE</h4>';
				html +=	   '<img src="http://mediafiles.nerdsonsite.com/nerdsonsitecdn/websites/international/images/image15.jpg" alt="Singapore" />';
				html +=		'</div>';
				jQuery('#container').append(html).children('.info').hide().fadeIn(400);
				jQuery('.info').css('top', e.pageY + -5).css('left', e.pageX - 200);
				}, function() {
					jQuery('.info').remove();
				});
				jQuery('div#map_si').mousemove(function(e) {
					jQuery('.info').css('top', e.pageY + -5).css('left', e.pageX - 200);
				});
				
				/*SINGAPORE*/
				jQuery('div#map_au').hover(function(e) {
				var html = '<div class="info">';
				html +=    '<h4 class="text_band">NERDS ON SITE: AUSTRALIA</h4>';
				html +=	   '<img src="http://mediafiles.nerdsonsite.com/nerdsonsitecdn/websites/international/images/image10.jpg" alt="Australia" />';
				html +=		'</div>';
				jQuery('#container').append(html).children('.info').hide().fadeIn(400);
				jQuery('.info').css('top', e.pageY + -5).css('left', e.pageX - 200);
				}, function() {
					jQuery('.info').remove();
				});
				jQuery('div#map_au').mousemove(function(e) {
					jQuery('.info').css('top', e.pageY + -5).css('left', e.pageX - 200);
				});
				
				
				 jQuery(".close").click(function(){
                //jQuery("#info").animate({left:"+=800px"}).animate({left:"-100px"});
            });
            blink();
				
			});
			 function blink(){
				
				jQuery("#mapa_caar").fadeOut(0).fadeIn(8000);
				jQuery("#mapa_caar").animate({left:"+600px"}).animate({left:"+580px"}).animate({left:"+600px"});
				
				jQuery("#text").fadeIn(0);
				jQuery("#text").animate({left:"+=100px"});
				
				
			}
			function nudge(){
				jQuery("#info").animate({left:"+=5px"},20).animate({top:"+=5px"},20).animate({top:"-=10px"},20).animate({left:"-=10px"},20)
				.animate({top:"+=5px"},20).animate({left:"+=5px"},20)
				.animate({left:"+=5px"},20).animate({top:"+=5px"},20).animate({top:"-=10px"},20).animate({left:"-=10px"},20)
				.animate({top:"+=5px"},20).animate({left:"+=5px"},20);
			}