var presence = function(type,name,link) {
  
  return window.location = "http://www.codegarage.net/social-system/socialconnect/do/forward?t="+type+"&u="+name+"&r="+link;
 
}

var share = function(type,name,link) {
	
  return window.location = "http://www.codegarage.net/social-system/socialconnect/do/redirect?t="+type+"&u="+name+"&r="+link;

}
