function posttotwitter(){

var url = location.href;
document.write('<a style="text-decoration: none; font-weight: bold; color: #006699;" href="http://twitter.com/home?status=' + document.title + " at " + url + '" target="_blank" title="Post this page to Twitter" id="twitter">Post this to Twitter</a>');
}