﻿function socialwall(){poll_db(true);shouter=setInterval("shout()",6000)}function poll_db(a){$.ajax({type:"GET",url:"/globalintern/_incs/html/socialfeed.asp",dataType:"xml",success:function(b){$(b).find("entry").each(function(){fresh_feeds=fresh_feeds.concat($(this));function c(){return Math.floor(Math.random()*fresh_feeds.length)}fresh_feeds.sort(c)});if(fresh_feeds.length!=0){(a==true)?insertFeed(0):insertFeed(3000)}else{setTimeout("poll_db(false)",60000)}}})}function remove_last_feed(){$("div.avatar:last-child").remove()}var counter=0;function insertFeed(e){counter++;if($socialwall.children(".avatar").size()>=max_feeds){remove_last_feed()}feed=fresh_feeds.shift();var a=feed.find("user").text();var c=feed.find("profile_img").text();var f=feed.find("text").text();var d=feed.find("link").text();var b=feed.find("date").text();$img=$("<img />").error(function(){$(this).attr("src","http://media.ef.com/_imgs/globalintern/default-profile.gif")}).load(function(){$(this).prependTo($socialwall).wrap('<div class="avatar"></div>').wrap('<a href="'+d+'" target="_blank" title="'+f+'"></a>').fadeOut(0).fadeIn((e==0)?0:"slow",function(){if(fresh_feeds.length==0){setTimeout("poll_db(false)",60000);counter=0}else{if(counter<max_feeds){setTimeout("insertFeed("+e+")",e)}else{setTimeout("insertFeed(3000)",3000)}}})}).attr({src:c,width:48,height:48,title:a+", "+b,target:"_blank",rel:"external"})}function shout(){$("div.tooltip").parent().removeClass("active");$("div.tooltip").remove();var a=Math.floor(Math.random()*$socialwall.children(".avatar").size());$avatar=$(".avatar").eq(a);var b=$avatar.children("a").children("img").attr("title");var c=$avatar.children("a").attr("title");$avatar.addClass("active");$avatar.append('<div class="tooltip"><div class="tooltipTop">'+c+"<br/><br/><span>"+b+'</span></div><div class="tooltipEnd"></div></div>');$("div.tooltip").fadeIn("slow");$avatar=""};
