/*
	# Copyright © Aprilon Network 2010
	# Written by Karl Labrador
	# Some functions are jQuery functions.
	# Please don't comment my bad javascript skills! :(
*/
$(window).load(function () {var fadetime = 850;$("#gravatar").fadeIn(fadetime);$("#header").fadeIn(fadetime);});function hover_steam(mode){if (mode == "show") {	$('#linkhover_steam').show();}if (mode == "hide") {	$('#linkhover_steam').hide();}}function hover_facebook(mode){if (mode == "show") {	$('#linkhover_facebook').show();}if (mode == "hide") {	$('#linkhover_facebook').hide();}}function hover_twitter(mode){if (mode == "show") {	$('#linkhover_twitter').show();}if (mode == "hide") {	$('#linkhover_twitter').hide();}}function hover_youtube(mode){if (mode == "show") {	$('#linkhover_youtube').show();}if (mode == "hide") {	$('#linkhover_youtube').hide();}}