// JavaScript Document
function addToDelicious()

{

	 var url = 'http://del.icio.us/post?v=4&amp;noui=&amp;jump=close&amp;url=www.epestsupply.com&amp;title=ePestSupply - Pest Control';

	 window.open(url, 'delicious');

}

function addToDigg()

{

    var url = 'http://digg.com/submit?phase=2&amp;url=www.epestsupply.com&amp;title=ePestSupply - Pest Control';

    window.open(url, 'digg');

}

function addToStumble()

{

    var url = 'http://www.stumbleupon.com/submit?url=www.epestsupply.com&amp;title=ePestSupply - Pest Control';

    window.open(url, 'stumble');

}

function addToFacebook()

{

    var url = 'http://facebook.com/share.php?u=www.epestsupply.com&amp;title=ePestSupply - Pest Control';

    window.open(url, 'facebook');

}

function GetThis(T, C, U, L)

{

    var targetUrl = 'http://www.myspace.com/index.cfm?fuseaction=postto&' + 't=' + encodeURIComponent(T)

    + '&c=' + encodeURIComponent(C) + '&u=' + encodeURIComponent(U) + '&l=' + L;

    window.open(targetUrl);

}