var alert_age;

if(window.site_name == undefined)
	window.site_name = "";

document.writeln('<style type="text/css">');
document.writeln('.actionbox td { color: white; font-family: Arial, sans-serif; font-size: 8pt; }');
document.writeln('.actionbox a.newalert { color: red; font-weight: bold; text-decoration: none; }');
document.writeln('.actionbox a.linktext { color: white; font-weight: bold; text-decoration: none; }');
document.writeln('.actionbox a.takeaction { color: yellow; font-weight: bold; }');
document.writeln('.actionbox td.main { padding-left: 5px; padding-right: 2px; padding-bottom: 17px; }');
document.writeln('</style>');
document.writeln('<table width="120" class="actionbox" bgcolor="black" cellspacing="0" cellpadding="0">');
document.writeln('<tr><td colspan="2" style="padding-bottom: 17px">');
document.writeln('<a href="http://www.redjellyfish.com/" target="_new"><img src="http://www.redjellyfish.com/actionbox/header.jpg"');
document.writeln('width="120" height="50" alt="Take Action!" border="0"></a></td></tr>');



document.writeln('<tr><td valign="top"><img src="http://www.redjellyfish.com/actionbox/asterisk.jpg" width="12" height="11" alt="*"></td>');
document.writeln('<td class="main">');

alert_age = (new Date().getTime()/1000 - 1178132513) / 86400;

if(alert_age <= 3) {
	document.writeln('<a href="http://www.redjellyfish.com/cgi-bin/actionbox/click.pl?alert=45&site='+window.site_name+'"');
	document.writeln(' class="newalert" target="_new">New Alert!</a>');
}

document.writeln('<a href="http://www.redjellyfish.com/cgi-bin/actionbox/click.pl?alert=45&site='+window.site_name+'"');
document.writeln(' class="linktext" target="_new">The best idea since sliced bread!</a>');
 
document.writeln('<br />We\'ll call it the "Creating Good Jobs, Saving You Money, Allowing You to Breath Easier, and Be Safer" bill. ');
document.writeln('<a href="http://www.redjellyfish.com/cgi-bin/actionbox/click.pl?alert=45&site='+window.site_name+'"');
document.writeln(' class="takeaction" target="_new">Take action!</a></td></tr>');



document.writeln('<tr><td valign="top"><img src="http://www.redjellyfish.com/actionbox/asterisk.jpg" width="12" height="11" alt="*"></td>');
document.writeln('<td class="main">');

alert_age = (new Date().getTime()/1000 - 1178132412) / 86400;

if(alert_age <= 3) {
	document.writeln('<a href="http://www.redjellyfish.com/cgi-bin/actionbox/click.pl?alert=44&site='+window.site_name+'"');
	document.writeln(' class="newalert" target="_new">New Alert!</a>');
}

document.writeln('<a href="http://www.redjellyfish.com/cgi-bin/actionbox/click.pl?alert=44&site='+window.site_name+'"');
document.writeln(' class="linktext" target="_new">Save baby seals from slaughter</a>');
 
document.writeln('<br />The Canadian government has authorized hundreds of thousands of seals to be killed.');
document.writeln('<a href="http://www.redjellyfish.com/cgi-bin/actionbox/click.pl?alert=44&site='+window.site_name+'"');
document.writeln(' class="takeaction" target="_new">Take action!</a></td></tr>');



document.writeln('<tr><td colspan="2">');



document.writeln('<a href="http://www.redjellyfish.com/home-page/actionbox.html" target="_new"><img');
document.writeln('src="http://www.redjellyfish.com/actionbox/add_action_box.jpg" width="120" height="28"');
document.writeln('alt="Add the Action Box to your site!" border="0"></a></td></tr>');
document.writeln('</table>');
