var title= document.title; 
var url  = document.location.href; 

  	 function upc(){	 
      $("#block2").animate( { height:"0px" }, 850 );
	  $("#animate2").html('<p onclick="downc()">add comment</p>');
	}
	
  	 function up(){	 
      $("#block1").animate( { height:"0px" }, 850 );
	  $("#animate").html('<p onclick="down()">share this</p>');
	}
	
	function downc(){	
	  $("#block1").animate( { height:"0px" }, 850 );
	  $("#animate").html('<p onclick="down()">share this</p>');
	  
      $("#block2").animate( { height:"220px" }, 850 );	  
	  $("#animate2").html('<p onclick="upc()">dont&acute;t add </p>');
	}

	
	 function down(){	 
	  $("#block2").animate( { height:"0px" }, 850 );
	  $("#animate2").html('<p onclick="downc()">add comment</p>');
	  
      $("#block1").animate( { height:"189px" }, 850 );
	  $("#block1").html('<div class="hbg" ><p>SHARE THE GAME!</p></div><div style="background:#1d1d1d;width:438px;height:86px;padding:7px;float:left"><div style="background:#1a1a1a;padding:10px;width:418px;float:left;"><div style="float:left; background:url(http://www.gameshed.com/style/bookmarks/dots_v.gif) scroll right repeat-y #1a1a1a;width:200px; overflow:hidden;margin-right:10px"><div style="width:192px;margin-bottom:2px;height:18px"><img align="left" src="http://www.gameshed.com/style/bookmarks/messenger.gif" style="margin-right:3px;vertical-align:middle"/><a  href="ymsgr:im?+&msg=Try this flash game: '+url+'.">Yahoo Messenger</a></div><div style="width:192px;margin-bottom:2px;height:18px"><img align="left" src="http://www.gameshed.com/style/bookmarks/del.gif" style="margin-right:3px;vertical-align:middle"/><a href="http://del.icio.us/post?url='+url+'&title='+title+'" style="font-size:11px">Bookmark on Delicious</a></div><div style="width:192px;margin-bottom:2px;height:18px"><img align="left" src="http://www.gameshed.com/style/bookmarks/digg.gif" style="margin-right:3px;vertical-align:middle"/><a href="http://digg.com/submit?phase=2&url='+url+'&title='+title+'" >Digg It</a></div><div style="width:192px;margin-bottom:2px;height:18px"><img align="left" src="http://www.gameshed.com/style/bookmarks/yahoo.gif" style="margin-right:3px;vertical-align:middle"/><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u='+url+'&t='+title+'" >Save to Yahoo! MyWeb</a></div><div style="width:192px;margin-bottom:2px;height:18px"><img align="left" src="http://www.gameshed.com/style/bookmarks/google.gif" style="margin-right:3px;vertical-align:middle"/><a href="http://www.google.com/style/bookmarks/mark?op=edit&output=popup&bkmk='+url+'&title='+title+'" style="font-size:11px">Add to Google bookmarks</a></div></div><div style="float:left;"><div style="width:192px;margin-bottom:2px;height:18px"><img align="left" src="http://www.gameshed.com/style/bookmarks/stumbleupon.gif" style="margin-right:3px;vertical-align:middle"/><a href="http://www.stumbleupon.com/refer.php?url='+url+'&title='+title+'" >Send to stumbleupon</a></div><div style="width:192px;margin-bottom:2px;height:18px"><img align="left" src="http://www.gameshed.com/style/bookmarks/sb_mixx.png" style="margin-right:3px;vertical-align:middle"/><a href="http://www.mixx.com/submit?page_url='+url+'&title='+title+'" >Mixx this!</a></div></div></div></div>');
	  $("#animate").html('<p onclick="up()">don&acute;t share</p>');
	}

