/**
 * today.js
 * Writes a frame containing current cartoon to the page.
 * http://www.securitycartoon.com/
 */

document.write('<iframe src="http://www.securitycartoon.com/today.html" style="width:680px;height:520px;border:1px solid silver;" scrolling=no></iframe>');
