sfHover = function() {
			var language = document.getElementById("language");
			if (!language) return;
			var sfEls = language.getElementsByTagName("LI");
			for (var i=0; i<sfEls.length; i++) {
				sfEls[i].onmouseover=function() {
					this.className+=" sfhover";
				}
				sfEls[i].onmouseout=function() {
					this.className=this.className.replace(new RegExp(" sfhover\b"), "");
				}
			}
		}
		if (window.attachEvent) window.attachEvent("onload", sfHover);
		//--><!]]>
		iniciar();
		animatedcollapse.addDiv('flashcontent','fade=0,hide=0');
		animatedcollapse.init()
		function to(id) {
       var e = document.getElementById('minilinks'+id.toString());
	   var f = document.getElementById('mini2links'+id.toString());
       if(e.style.display == 'block')
          e.style.display = 'none';
       else
          e.style.display = 'block';
	   if(f.style.display == 'block')
          f.style.display = 'none';
       else
          f.style.display = 'block';	  
		}
		click=[];
		 function clippad(page_sets, ID) {
                alert(page_sets[ID].caption+' Added to ClipPad');
                click.push(page_sets[ID]);
                }

		function flag(page_sets, ID){
		alert(page_sets[ID].caption+' Flagged');
		}
		function newwindow(page_sets, ID){
		window.open(page_sets[ID].url);
		}
		function prints(page_sets, ID){
		window.print();
		}
		function tag(page_sets, ID){
		alert(page_sets[ID].caption+' Tagged');
		}
		function comment(page_sets, ID){
		 GB_showCenter('Add Comment', '/status/index.php?action=bookmarklet&status_textarea=%E2%80%9C'+page_sets[ID].caption+'%E2%80%9D%20%E2%80%94%20'+encodeURIComponent(page_sets[ID].url),200,550);
 		}
		function favorite(page_sets, ID){
		GB_showCenter('Add Favorite', '/status/index.php?action=bookmarklet&status_textarea=%E2%80%9C'+page_sets[ID].caption+'%E2%80%9D%20%E2%80%94%20'+encodeURIComponent(page_sets[ID].url),200,550);
		}
		function jeer(page_sets, ID){
		GB_showCenter('Jeer', '/status/index.php?action=bookmarklet&status_textarea=%E2%80%9C'+page_sets[ID].caption+'%E2%80%9D%20%E2%80%94%20'+encodeURIComponent(page_sets[ID].url),200,550);
		}
		function recommend(page_sets, ID){
		GB_showCenter('Recommend', '/status/index.php?action=bookmarklet&status_textarea=%E2%80%9C'+page_sets[ID].caption+'%E2%80%9D%20%E2%80%94%20'+encodeURIComponent(page_sets[ID].url),200,550);
		}
		function subscribe(page_sets, ID){
		GB_showCenter('Subscribe', '/status/index.php?action=bookmarklet&status_textarea=%E2%80%9C'+page_sets[ID].caption+'%E2%80%9D%20%E2%80%94%20'+encodeURIComponent(page_sets[ID].url),200,550);
		}
		function connect(){
		GB_showCenter('Connect', '/status/index.php?action=bookmarklet&status_textarea=%E2%80%9C'+document.title+'%E2%80%9D%20%E2%80%94%20'+encodeURIComponent(document.location),200,550);
		}
