//  Frugal Cloaker (c) 2005 Leonard Payne
//  Clean and Simple Module
var _url   = 'http://www.marketingtips.com/t.cgi/652169/';
var _frame = '<frameset cols="100%,*" border="0" frameborder="no">\n' +
             '<frame src="' + _url + '" scrolling="auto" noresize>\n' + 
             '<frame src="about:blank">\n' +
             '</frameset>\n';

document.write(_frame);
