function tweetmemediv()
{
	if (document.getElementById("tm_box")) {
		var iframeCode = "";
		iframeCode += "<iframe src=\"http://api.tweetmeme.com/button.js?url=" + escape(document.URL) + "&amp;style=normal&amp;source=human20&amp;service=bit.ly\" scrolling=\"no\" frameborder=\"0\" width=\"50\" height=\"61\" >";
		document.getElementById("tm_box").innerHTML = iframeCode;
	}
}

window.onload=tweetmemediv;