A Quick Update For The 30 Day Challenge…
Ed Dale gives a preview of what’s in store for the 30 Day Challenge over the next week. You can still sign up for this years challenge. It’s free & you’ll learn how to start an online business. Click on the Thirty Day Challenge link here to join.
function toggleview(element1) {
var element1 = document.getElementById(element1);
if (element1.style.display == 'block' || element1.style.display == ''){ element1.style.display = 'none'; }else{ element1.style.display = 'block'; element1.style.position = 'absolute';
} return; }

I signed up to see what all the fuss was about, but honestly don’t have time to put forth into it…hopefully next year, it looks kinda cool.
Dennis Edell
4 Jul 08 at 10:44 am