function contact(texto){
user = "suggestions";
site = "myfreewallpapers.com";
if (texto==null){
	var texto=user + '<i style="color:#99CC66;">AT</i>' + site;
}

document.write('<a href=\"mailto:' + user + '@' + site + '\">');
document.write(texto + '</a>');
}

if (self != top) {
    if (document.images)
        top.location.replace(window.location.href);
    else
        top.location.href = window.location.href;
}
 navigation:
$(".topo").ready(function(){	
    maxWidth = 255;
    minWidth = 45;	
	lastBlock = $("#" + var_lastBlock);
	$(lastBlock).css('width', '255px');
	
    $(".aba").hover(
      function(){
        $(lastBlock).animate({width: minWidth+"px"}, { queue:false, duration:400 });
		$(this).animate({width: maxWidth+"px"}, { queue:false, duration:400});
		lastBlock = this;
      }
    );
	$('a#get').fancybox({
		'width':600, 
		'height':250, 
		'padding':20,
		'hideOnContentClick': false
		})
		
	//games wallpapers
	  $('.bt a').hover(function() {
		$('#'+ $(this).attr('id') +'_hero').show();
		},
		function() {
		$('#'+ $(this).attr('id') +'_hero').hide();
	  }); 
});

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-1252463-2']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
