function EmailLink() 
{
var to = "";
var subject = document.title; 
var body = "Hi, I have found this page on the Omnicell.com website. I thought it might be interesting to you " +  document.location.href;
var doc = "mailto:" + to + "&subject=" + escape(subject) + "&body=" + escape(body);
window.location = doc;
}

function TwitterLink()
{
window.open("http://twitter.com/home?status=" + document.location.href,"",",status=yes,toolbar=yes,menubar=yes")
}
function FacebookLink()
{
window.open("http://www.facebook.com/share.php?u=" + document.location.href,"",",status=yes,toolbar=yes,menubar=yes")


}

function Delicious()
{
window.open("http://del.icio.us/post?url=" + document.location.href,"",",status=yes,toolbar=yes,menubar=yes")


}

function Friendfeed()
{
window.open("http://friendfeed.com/?url=" + document.location.href,"",",status=yes,toolbar=yes,menubar=yes")

}

function Digg()
{
window.open("http://digg.com/submit?url=" + document.location.href,"",",status=yes,toolbar=yes,menubar=yes")


}

function Reddit()
{
window.open("http://reddit.com/submit?url=" + document.location.href,"",",status=yes,toolbar=yes,menubar=yes")


}

function StumbleUpon()
{
window.open("http://www.stumbleupon.com/submit?url=" + document.location.href,"",",status=yes,toolbar=yes,menubar=yes")


}
function MySpace()
{
window.open("http://www.myspace.com/Modules/PostTo/Pages/?l=3&u=" + document.location.href,"",",status=yes,toolbar=yes,menubar=yes")


}
function Mixx()
{
window.open("http://www.mixx.com/submit?page_url=" + document.location.href,"",",status=yes,toolbar=yes,menubar=yes")


}



