var newwindow;
function tweetpop(url)
{
	newwindow=window.open(url,'name','height=420,width=560,top=50');
	if (window.focus) {newwindow.focus()}
	return false;
}
