﻿function PostToTwitter()
{
var sTweet = 'Tweet This';
var ShareURL = window.location.href;

window.open('http://www.prmoment.com/tweet.aspx?url='+encodeURIComponent(ShareURL)+'&com='+encodeURIComponent(sTweet));
return false;
}
