function fadeLogo(){
	$("img#rails").fadeTo("fast", 0.7);
	$("img#rails").hover(function() { $(this).fadeTo("fast", 1); }, function() {   $(this).fadeTo("fast", 0.7); }); 
	$("img#mysql").fadeTo("fast", 0.7);
	$("img#mysql").hover(function() { $(this).fadeTo("fast", 1); }, function() {   $(this).fadeTo("fast", 0.7); }); 
	$("img#apache").fadeTo("fast", 0.7);
	$("img#apache").hover(function() { $(this).fadeTo("fast", 1); }, function() {   $(this).fadeTo("fast", 0.7); }); 
	$("img#ubuntu").fadeTo("fast", 0.7);
	$("img#ubuntu").hover(function() { $(this).fadeTo("fast", 1); }, function() {   $(this).fadeTo("fast", 0.7); }); 
	$("img#php").fadeTo("fast", 0.7);
	$("img#php").hover(function() { $(this).fadeTo("fast", 1); }, function() {   $(this).fadeTo("fast", 0.7); }); 
	$("img#intel").fadeTo("fast", 0.7);
	$("img#intel").hover(function() { $(this).fadeTo("fast", 1); }, function() {   $(this).fadeTo("fast", 0.7); }); 
	$("img#codegen").fadeTo("fast", 0.7);
	$("img#codegen").hover(function() { $(this).fadeTo("fast", 1); }, function() {   $(this).fadeTo("fast", 0.7); }); 
	$("img#lugmen").fadeTo("fast", 0.7);
	$("img#lugmen").hover(function() { $(this).fadeTo("fast", 1); }, function() {   $(this).fadeTo("fast", 0.7); }); 
}
$(function (){
	$('<script type="text/javascript" src="http://settings.messenger.live.com/controls/1.0/PresenceButton.js"></script>').appendTo('body');
	window.setTimeout(function () {	
		//seba
		$('<script type="text/javascript" src="http://messenger.services.live.com/users/da446920e82cc42f@apps.messenger.live.com/presence?dt=&mkt=es-AR&cb=Microsoft_Live_Messenger_PresenceButton_onPresence"></script>').appendTo('body');
		//lucho
		$('<script type="text/javascript" src="http://messenger.services.live.com/users/c43af7379712b0db@apps.messenger.live.com/presence?dt=&mkt=es-AR&cb=Microsoft_Live_Messenger_PresenceButton_onPresence"></script>').appendTo('body');
		//vita
		$('<script type="text/javascript" src="http://messenger.services.live.com/users/f2c5993867cbe301@apps.messenger.live.com/presence?dt=&mkt=es-AR&cb=Microsoft_Live_Messenger_PresenceButton_onPresence"></script>').appendTo('body');
		//leo
		$('<script type="text/javascript" src="http://messenger.services.live.com/users/d011d744b7e87cf1@apps.messenger.live.com/presence?dt=&mkt=es-AR&cb=Microsoft_Live_Messenger_PresenceButton_onPresence"></script>').appendTo('body');
	}, 2000);


}) 
