/* Wood.N  © Copyright 2010, All Rights Reserved */
$(document).ready(function(){	
	$("#footer").delay(5500).animate({right: '0px'},2500)
	$("#vi").mouseout(function(){
		$("#vite").hide("fast");
			return false;
	});
	$("#vi").mouseover(function(){
		$("#vite").show("fast");
			return false;
	});
	$("#vi").click(function() { document.location = "http://vietpictures.net/vi/"; });
	$("#en").click(function() { document.location = "http://vietpictures.net/en/"; });
	$("#en").mouseout(function(){
		$("#ente").hide("fast");
			return false;
	});
	$("#en").mouseover(function(){
		$("#ente").show("fast");
			return false;
	});
});
/* Wood.N  © Copyright 2010, All Rights Reserved */
