	var ag00_URL='http://www.agregalo.com.ar/';
	var ag00_O='http://www.agregalo.com.ar/index.php?p=redir&url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title);  //'http://widget.agregalo.com.ar/'
	var ag00_o='http://www.agregalo.com.ar/widget/ap/'; 
	var ag00_Y='http://www.agregalo.com.ar/widget/bm/'; 
	
var ag_widget={
	disableanchorlink: true, 
 	hidedivmouseout: [true, 200], 
	ajaxloadingmsg: "Cargando widget, aguarde un instante...", 
	ajaxbustcache: true, 

	getposOffset:function(what, offsettype){
		return (what.offsetParent)? what[offsettype]+this.getposOffset(what.offsetParent, offsettype) : what[offsettype]
	},

	isContained:function(m, e){
		var e=window.event || e
		var c=e.relatedTarget || ((e.type=="mouseover")? e.fromElement : e.toElement)
		while (c && c!=m)try {c=c.parentNode} catch(e){c=m}
		if (c==m)
			return true
		else
			return false
	},

	show:function(anchorobj, subobj, e){
		if (!this.isContained(anchorobj, e)){
			var e=window.event || e
			if (e.type=="click" && subobj.style.visibility=="visible"){
				subobj.style.visibility="hidden"
				return
			}
			var horizontaloffset=(subobj.dropposition[0]=="left")? -(subobj.offsetWidth-anchorobj.offsetWidth) : 0 
			var verticaloffset=(subobj.dropposition[1]=="top")? -subobj.offsetHeight : anchorobj.offsetHeight 
			subobj.style.left=this.getposOffset(anchorobj, "offsetLeft") + horizontaloffset + "px"
			subobj.style.top=this.getposOffset(anchorobj, "offsetTop")+verticaloffset+"px"
			subobj.style.clip=(subobj.dropposition[1]=="top")? "rect(auto auto auto 0)" : "rect(0 auto 0 0)" //hide drop down box initially via clipping
			subobj.style.visibility="visible"
			subobj.startTime=new Date().getTime()
			subobj.contentheight=parseInt(subobj.offsetHeight)
			if (typeof window["hidetimer_"+subobj.id]!="undefined") //clear timer that hides drop down box?
				clearTimeout(window["hidetimer_"+subobj.id])
			this.slideengine(subobj, (subobj.dropposition[1]=="top")? "up" : "down")
		}
	},

	curveincrement:function(percent){
		return (1-Math.cos(percent*Math.PI)) / 2 //return cos curve based value from a percentage input
	},

	slideengine:function(obj, direction){
		var elapsed=new Date().getTime()-obj.startTime //get time animation has run
		if (elapsed<obj.glidetime){ //if time run is less than specified length
			var distancepercent=(direction=="down")? this.curveincrement(elapsed/obj.glidetime) : 1-this.curveincrement(elapsed/obj.glidetime)
			var currentclip=(distancepercent*obj.contentheight)+"px"
			obj.style.clip=(direction=="down")? "rect(0 auto "+currentclip+" 0)" : "rect("+currentclip+" auto auto 0)"
			window["glidetimer_"+obj.id]=setTimeout(function(){ag_widget.slideengine(obj, direction)}, 10)
		}
		else{ //if animation finished
			obj.style.clip="rect(0 auto auto 0)"
		}
	},

	hide:function(activeobj, subobj, e){
		if (!ag_widget.isContained(activeobj, e)){
			window["hidetimer_"+subobj.id]=setTimeout(function(){
				subobj.style.visibility="hidden"
				subobj.style.left=subobj.style.top=0
				clearTimeout(window["glidetimer_"+subobj.id])
			}, ag_widget.hidedivmouseout[1])
		}
	},

	hidediv:function(subobjid){
		document.getElementById(subobjid).style.visibility="hidden"
	},

	ajaxconnect:function(pageurl, divId){
		var page_request = false
		var bustcacheparameter=""
		if (window.XMLHttpRequest) // if Mozilla, IE7, Safari etc
			page_request = new XMLHttpRequest()
		else if (window.ActiveXObject){ // if IE6 or below
			try {
			page_request = new ActiveXObject("Msxml2.XMLHTTP")
			} 
			catch (e){
				try{
				page_request = new ActiveXObject("Microsoft.XMLHTTP")
				}
				catch (e){}
			}
		}
		else
			return false
		document.getElementById(divId).innerHTML=this.ajaxloadingmsg //Display "fetching page message"
		page_request.onreadystatechange=function(){ag_widget.loadpage(page_request, divId)}
		if (this.ajaxbustcache) //if bust caching of external page
			bustcacheparameter=(pageurl.indexOf("?")!=-1)? "&"+new Date().getTime() : "?"+new Date().getTime()
		page_request.open('GET', pageurl+bustcacheparameter, true)
		page_request.send(null)
	},

	loadpage:function(page_request, divId){
		if (page_request.readyState == 4 && (page_request.status==200 || window.location.href.indexOf("http")==-1)){
			document.getElementById(divId).innerHTML=page_request.responseText
		}
	},

 init:function(anchorid, pos, glidetime, revealbehavior){
		var anchorobj=document.getElementById(anchorid)
		var subobj=document.getElementById(anchorobj.getAttribute("rel"))
		var subobjsource=anchorobj.getAttribute("rev")
		if (subobjsource!=null && subobjsource!="")
			this.ajaxconnect(subobjsource, anchorobj.getAttribute("rel"))
		subobj.dropposition=pos.split("-")
		subobj.glidetime=glidetime || 1000
		subobj.style.left=subobj.style.top=0
		if (typeof revealbehavior=="undefined" || revealbehavior=="mouseover"){
			anchorobj.onmouseover=function(e){ag_widget.show(this, subobj, e)}
			anchorobj.onmouseout=function(e){ag_widget.hide(subobj, subobj, e)}
			if (this.disableanchorlink) anchorobj.onclick=function(){return false}
		}
		else
			anchorobj.onclick=function(e){ag_widget.show(this, subobj, e); return false}
		if (this.hidedivmouseout[0]==true) //hide drop down DIV when mouse rolls out of it?
			subobj.onmouseout=function(e){ag_widget.hide(this, subobj, e)}
	}

}

function ag_fav() {
	if (document.all)window.external.AddFavorite(location.href,document.title); 
	else window.sidebar.addPanel(document.title,location,''); 
	//return false;
}

function ag_redir(serv) {
	window.open(ag00_O+'&serv='+serv,'agregalo','scrollbars=yes,menubar=no,width=620,height=500,resizable=yes,toolbar=no,location=no,status=no'); 
	//return false; 	
}

var ag_div = '<DIV id="ag_sub" style="overflow-x:hidden;overflow-y:auto;position:absolute; visibility: hidden; border: 1px solid silver; background-color: white; width: 200px; height: 220px; padding: 0px; z-index: 10000000">';
ag_div += '<table width="100%" cellpadding="2" cellspacing="0" style="background-color: #FAFAFA; height: 18px">'; 
ag_div += '<tr><td style="font-size: 12px; color: #666666; padding-left:3px"><span id="at_caption" style="font-family: arial; font-size: 12px; color: #666666; padding-right: 3px">Agregalo&nbsp;y&nbsp;Compartilo</span></td><td align="right" style="font-size: 9px; color: #666666; padding-right: 3px"></td></tr>'; 
ag_div += '</table>'; 
ag_div += '<table width="100%" cellpadding="2" cellspacing="0" style="background-color: #FFFFFF; height: 164px">'; 
ag_div += '<tr>';
ag_div += '<td width=16 style="font-size: 12px; color: #666666; padding-left:3px"><a href="javascript:ag_redir(\'delicious\');"><img src="'+ag00_Y+'delicious.gif" width=16 height=16 border=0></a></td><td align="left"><a href="javascript:ag_redir(\'delicious\');" style="height: 0px; padding: 0px; font-family: arial; font-size: 12px; color: #666666;">Delicious</a></td>'; 
ag_div += '<td width=16 style="font-size: 12px; color: #666666; padding-left:3px"><a href="javascript:ag_redir(\'meneame\');"><img src="'+ag00_Y+'meneame.gif" width=16 height=16 border=0></a></td><td align="left"><a href="javascript:ag_redir(\'meneame\');" style="height: 0px; padding: 0px; font-family: arial; font-size: 12px; color: #666666;">Meneame</a></td>'; 
ag_div += '</tr>';
ag_div += '<tr>';
ag_div += '<td width=16 style="font-size: 12px; color: #666666; padding-left:3px"><a href="javascript:ag_redir(\'technorati\');"><img src="'+ag00_Y+'technorati.gif" width=16 height=16 border=0></a></td><td align="left"><a href="javascript:ag_redir(\'technorati\');" style="height: 0px; padding: 0px; font-family: arial; font-size: 12px; color: #666666;">Technorati</a></td>'; 
ag_div += '<td width=16 style="font-size: 12px; color: #666666; padding-left:3px"><a href="javascript:ag_redir(\'fresqui\');"><img src="'+ag00_Y+'fresqui.gif" width=16 height=16 border=0></a></td><td align="left"><a href="javascript:ag_redir(\'fresqui\');" style="height: 0px; padding: 0px; font-family: arial; font-size: 12px; color: #666666;">Fresqui</a></td>'; 
ag_div += '</tr>';
ag_div += '<tr>';
ag_div += '<td width=16 style="font-size: 12px; color: #666666; padding-left:3px"><a href="javascript:ag_redir(\'barrapunto\');"><img src="'+ag00_Y+'barra_punto.gif" width=16 height=16 border=0></a></td><td align="left"><a href="javascript:ag_redir(\'barrapunto\');" style="height: 0px; padding: 0px; font-family: arial; font-size: 12px; color: #666666;">Barrapunto</a></td>'; 
ag_div += '<td width=16 style="font-size: 12px; color: #666666; padding-left:3px"><a href="javascript:ag_redir(\'flenk\');"><img src="'+ag00_Y+'flenk.gif" width=16 height=16 border=0></a></td><td align="left"><a href="javascript:ag_redir(\'flenk\');" style="height: 0px; padding: 0px; font-family: arial; font-size: 12px; color: #666666;">Flenk</a></td>'; 
ag_div += '</tr>';
ag_div += '<tr>';
ag_div += '<td width=16 style="font-size: 12px; color: #666666; padding-left:3px"><a href="javascript:ag_redir(\'neodiario\');"><img src="'+ag00_Y+'neodiario.gif" width=16 height=16 border=0></a></td><td align="left"><a href="javascript:ag_redir(\'neodiario\');" style="height: 0px; padding: 0px; font-family: arial; font-size: 12px; color: #666666;">Neodiario</a></td>'; 
ag_div += '<td width=16 style="font-size: 12px; color: #666666; padding-left:3px"><a href="javascript:ag_redir(\'enchilame\');"><img src="'+ag00_Y+'enchilame.gif" width=16 height=16 border=0></a></td><td align="left"><a href="javascript:ag_redir(\'enchilame\');" style="height: 0px; padding: 0px; font-family: arial; font-size: 12px; color: #666666;">Enchilame</a></td>'; 
ag_div += '</tr>';
ag_div += '<tr>';
ag_div += '<td width=16 style="font-size: 12px; color: #666666; padding-left:3px"><a href="javascript:ag_redir(\'blogger\');"><img src="'+ag00_Y+'blogger.gif" width=16 height=16 border=0></a></td><td align="left"><a href="javascript:ag_redir(\'blogger\');" style="height: 0px; padding: 0px; font-family: arial; font-size: 12px; color: #666666;">Blogger</a></td>'; 
ag_div += '<td width=16 style="font-size: 12px; color: #666666; padding-left:3px"><a href="javascript:ag_redir(\'wordpress\');"><img src="'+ag00_Y+'wordpress.gif" width=16 height=16 border=0></a></td><td align="left"><a href="javascript:ag_redir(\'wordpress\');" style="height: 0px; padding: 0px; font-family: arial; font-size: 12px; color: #666666;">WordPress</a></td>'; 
ag_div += '</tr>';
ag_div += '<tr>';
ag_div += '<td width=16 style="font-size: 12px; color: #666666; padding-left:3px"><a href="javascript:ag_redir(\'myspace\');"><img src="'+ag00_Y+'myspace.png" width=16 height=16 border=0></a></td><td align="left"><a href="javascript:ag_redir(\'myspace\');" style="height: 0px; padding: 0px; font-family: arial; font-size: 12px; color: #666666;">MySpace</a></td>'; 
ag_div += '<td width=16 style="font-size: 12px; color: #666666; padding-left:3px"><a href="javascript:ag_redir(\'facebook\');"><img src="'+ag00_Y+'facebook.gif" width=16 height=16 border=0></a></td><td align="left"><a href="javascript:ag_redir(\'facebook\');" style="height: 0px; padding: 0px; font-family: arial; font-size: 12px; color: #666666;">Facebook</a></td>'; 
ag_div += '</tr>';
ag_div += '<tr>';
ag_div += '<td width=16 style="font-size: 12px; color: #666666; padding-left:3px"><a href="javascript:ag_redir(\'twitthis\');"><img src="'+ag00_Y+'twitter.gif" width=16 height=16 border=0></a></td><td align="left"><a href="javascript:ag_redir(\'twitthis\');" style="height: 0px; padding: 0px; font-family: arial; font-size: 12px; color: #666666;">Twitthis</a></td>'; 
ag_div += '<td width=16 style="font-size: 12px; color: #666666; padding-left:3px"><a href="javascript:ag_redir(\'misterwong\');"><img src="'+ag00_Y+'misterwong.png" width=16 height=16 border=0></a></td><td align="left"><a href="javascript:ag_redir(\'misterwong\');" style="height: 0px; padding: 0px; font-family: arial; font-size: 12px; color: #666666;">Mister Wong</a></td>'; 
ag_div += '</tr>';
ag_div += '<tr>';
ag_div += '<td width=16 style="font-size: 12px; color: #666666; padding-left:3px"><a href="javascript:ag_redir(\'google\');"><img src="'+ag00_Y+'goo_book.gif" width=16 height=16 border=0></a></td><td align="left"><a href="javascript:ag_redir(\'google\');" style="height: 0px; padding: 0px; font-family: arial; font-size: 12px; color: #666666;">Google</a></td>'; 
ag_div += '<td width=16 style="font-size: 12px; color: #666666; padding-left:3px"><a href="javascript:ag_redir(\'live\');"><img src="'+ag00_Y+'live.gif" width=16 height=16 border=0></a></td><td align="left"><a href="javascript:ag_redir(\'live\');" style="height: 0px; padding: 0px; font-family: arial; font-size: 12px; color: #666666;">Live</a></td>'; 
ag_div += '</tr>';
ag_div += '<tr>';
ag_div += '<td width=16 style="font-size: 12px; color: #666666; padding-left:3px"><a href="javascript:ag_redir(\'yahoo\');"><img src="'+ag00_Y+'yahoo_MW.gif" width=16 height=16 border=0></a></td><td align="left"><a href="javascript:ag_redir(\'yahoo\');" style="height: 0px; padding: 0px; font-family: arial; font-size: 12px; color: #666666;">Yahoo</a></td>'; 
ag_div += '<td width=16 style="font-size: 12px; color: #666666; padding-left:3px"><a href="javascript:ag_fav();"><img src="'+ag00_Y+'favorites.png" width=16 height=16 border=0></a></td><td align="left"><a href="javascript:ag_fav();" style="height: 0px; padding: 0px; font-family: arial; font-size: 12px; color: #666666;">Favoritos</a></td>'; 
ag_div += '</tr>';
ag_div += '</table>'; 
ag_div += '<table width="100%" cellpadding="0" cellspacing="0" border="0" style="background-color: #FAFAFA; ">'; 
ag_div += '<tr><td valign=bottom colspan="2" align="right" style="padding: 0px; padding-right: 10px; height: 11px; "><a href="http://www.agregalo.com.ar" target="_blank" style="height: 0px; padding: 0px; font-family: arial; font-size: 11px; color: #666666;">powered by agregalo.com.ar</a></td></tr>'; 
ag_div += '</table>';
ag_div += '</div>\n'; 

document.write(ag_div);

