﻿


/*open in new window this share item*/
function OpenNewWindowForShare(source)
{
    url = 'http://addthis.com/bookmark.php?pub=GoogleTechmarketer&s='+ source + '&title=GoogleTechMarketer&url='+ window.location;
    window.open(url,'mywindow','width=600,height=400,scrollbars=1,resizable=1')
}


function SendArticleTo()
{
    url = 'mailto:?subject=I am sending you this link I found...&body='+ ' ' + window.location
    window.location = url;
}