Ever Feel Like Quitin?
OK, here’s a video that was talked about by Robert Stover from Copy Ideas over on the Copywriter’s board. It over the top, but drives the point home.
Enjoy!
I like to post videos like this not only for you, but also for myself. It’s good to look at them for an extra motivational kick.
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; }

The article has
no responses yet