function addtofav() {
if (document.all)
    window.external.AddFavorite('http://www.muscleandstrength.com', 'Muscle&strength.com - Muscle Building Megasite');
else if (window.sidebar)
    window.sidebar.addPanel('Muscle&Strength.com - Muscle Building Megasite', 'http://www.muscleandstrength.com', "")
}

function addtofav1() {
if (document.all)
    window.external.AddFavorite('http://www.muscleandstrength.com/supplements/cheap-supplements.html', 'Cheap Supplements - Muscle&strength.com');
else if (window.sidebar)
    window.sidebar.addPanel('Cheap Supplements - Muscle&strength.com', 'http://www.muscleandstrength.com/supplements/cheap-supplements.html', "")
}