function tweetpopup() {

window.open( "http://twitter.com/share?url=http://www.freehomeview.com&text=Awesome%20site%20to%20search%20for%20real%20estate%3A&count=none/", "tweet", "height=335,width=550,resizable=1" ) 

}

function fb_popup() {

u=location.href;
t=document.title;

window.open( 'http://www.facebook.com/sharer.php?u=http://www.freehomeview.com&t=FreeHomeView.com%20-%20Your%20%231%20Source%20for%20Finding%20Homes%20and%20Property','sharer','toolbar=0,status=0,width=1030,height=672');
return false;

}

function li_popup() {
	window.open( 'http://www.linkedin.com/shareArticle?mini=true&url=http://www.freehomeview.com&title=FreeHomeView.com&summary=Your%20%231%20Source%20for%20Finding%20Homes%20and%20Property', 'share', 'toolbar=0,status=0,width=550,height=375' );
	return false;
	
}

function my_popup() {
	window.open('http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.freehomeview.com','ptm','height=450,width=550' );
	return false;
}

function stumble() {
	window.open('http://www.stumbleupon.com/submit?url=http://www.freehomeview.com','stumble','height=650,width=746' );
	return false;
}

function blog() {
	popw='';
	Q='';
	x=document;
	y=window;
	if(x.selection) {Q=x.selection.createRange().text;}
	else if (y.getSelection) {Q=y.getSelection();} 
	else if (x.getSelection) {Q=x.getSelection();}popw = y.open('http://www.blogger.com/blog_this.pyra?t&u=http://www.freehomeview.com&n=Your%20%231%20Source%20for%20Finding%20Homes%20and%20Property','bloggerForm','scrollbars=no,width=884,height=590,top=175,left=75,status=yes,resizable=yes');
	if (!document.all) T = setTimeout('popw.focus()',50);void(0);
	return false;
}
