/*
 * http://share42.com
 * (c) 2011 Dimox
 */
function share42(f,u,t)
{
if(!u)u=location.href;
if(!t)t=document.title;
u=encodeURIComponent(u);
t=encodeURIComponent(t);
var s=new Array('http://www.facebook.com/sharer.php?u='+u+'&t='+t+'" title="Recommend on Facebook"','http://twitter.com/home/?status='+t+'+'+u+'" title="Add to Twitter"');
//for(i=0;i<s.length;i++)document.write('<a style="display:inline-block;width:16px;height:16px;margin:0 7px 0 0;background:url(http://www.visaiq.com/images/icons.png) -'+16*i+'px 0" href="'+s[i]+'" target="_blank"></a>')}
document.write('<a class="page_cont_social" style="background:url(http://www.visahq.com/images/icons_f.png) no-repeat 0 0" href="'+s[0]+'" target="_blank" rel="nofollow">Recommend</a>');
document.write('<a class="page_cont_social" style="background:url(http://www.visahq.com/images/icons_t.png) no-repeat 0 0" href="'+s[1]+'" target="_blank" rel="nofollow">Twitter</a>');

}


