var my_network = document.domain.substr(0,document.domain.lastIndexOf("."));
my_network = my_network.substr(my_network.lastIndexOf(".")+1);

//embed code
window.Meebo||function(c){function p(){return["<",i,' onload="var d=',g,";d.getElementsByTagName('head')[0].",
j,"(d.",h,"('script')).",k,"='//cim.meebo.com/cim?iv=",a.v,"&",q,"=",c[q],c[l]?
"&"+l+"="+c[l]:"",c[e]?"&"+e+"="+c[e]:"","'\"></",i,">"].join("")}var f=window,
a=f.Meebo=f.Meebo||function(){(a._=a._||[]).push(arguments)},d=document,i="body",
m=d[i],r;if(!m){r=arguments.callee;return setTimeout(function(){r(c)},100)}a.$=
{0:+new Date};a.T=function(u){a.$[u]=new Date-a.$[0]};a.v=5;var j="appendChild",
h="createElement",k="src",l="lang",q="network",e="domain",n=d[h]("div"),v=n[j](d[h]("m")),
b=d[h]("iframe"),g="document",o,s=function(){a.T("load");a("load")};f.addEventListener?
f.addEventListener("load",s,false):f.attachEvent("onload",s);n.style.display="none";
m.insertBefore(n,m.firstChild).id="meebo";b.frameBorder="0";b.name=b.id="meebo-iframe";
b.allowTransparency="true";v[j](b);try{b.contentWindow[g].open()}catch(w){c[e]=
d[e];o="javascript:var d="+g+".open();d.domain='"+d.domain+"';";b[k]=o+"void(0);"}try{var t=
b.contentWindow[g];t.write(p());t.close()}catch(x){b[k]=o+'d.write("'+p().replace(/"/g,
'\\"')+'");d.close();'}a.T(1)}({network:"bigleadsports:"+my_network});

Meebo.disableSharePageButton=false;

//basics
Meebo('domReady');

//sharing

//custom buttons
Meebo('addButton', {
	id: "button_home",
	label: "Big Lead Sports",
	icon: "http://s3.amazonaws.com/bigleadsports/bls-toolbar/bigleadsports-favicon.ico",
	type: "action",
	onClick: function(){ window.open('http://www.bigleadsports.com/?source=Meebo-toolbar', 'Big Lead Sports', 'menubar, toolbar, location, directories, status, scrollbars, resizable, dependent') }
});


/*
Meebo('addButton', {
	id: "button_comments",
	label: "Recent Comments",
	icon: "http://thebiglead.com/favicon.ico",
	type: "widget",
	width: 319,
	height: 278,
	iframe: "http://bigleadsports.com/recentComments.html"
});
*/

/*
Meebo("addButton",{
	id:"button_menu",
	label:"More FSV Sites",
	type:"menu",
	icon: "http://www.fantasysportsventures.com/favicon.ico",
	items: [
		{value: "http://thebiglead.com", text: "the big lead", icon: "http://thebiglead.com/favicon.ico"},
		{value: "http://www.nbadraft.net/", text: "nbadraft.net", icon: "http://www.nbadraft.net/favicon.ico"},
		{value: "http://www.mlbtraderumors.com/", text: "MLBTradeRumors", icon: "http://www.mlbtraderumors.com/favicon.ico"},
		{value: "http://www.fftoolbox.com/", text: "FFToolbox", icon: "http://usint03.fftoolbox.com/img/favicon.ico"},
		{value: "http://www.collegebcs.com/", text: "College BCS", icon: "http://www.collegebcs.com/favicon.ico"},
	],
	onSelect: function(value){ 
		window.document.location.href=value;
	} 
});
*/
