function doIt() {
var $URL = 'http://widgets.contentcaboodle.com/myArticles.php?author=' + CCaboodle_theAuthor;

document.write('<div style="display: block;width: 250px;"><iframe id="_iframe" name="_iframe" src="'+$URL+'" scrolling="yes" marginwidth="0" marginheight="0" frameborder="0" height="360" width="100%" ALLOWTRANSPARENCY="true" style="overflow-x: hidden; border: none;border-top: 2px solid #5c92f4; border-left: 2px solid #5c92f4;border-bottom: 2px solid #5c92f4;"></iframe></div>');
}

doIt();
