var box=new String("<a href='http://www.veiled-chameleon.com/cgi-bin/newfront/link.cgi?af=am&amp;pd=XXXXXXX'><img src='http://www.veiled-chameleon.com/images/books/XXXXXXX.jpg' alt='Know Your Chameleon' style='border:2px solid #77ff77;'/></a>");
var whichBook= Math.floor(Math.random()*8);

var book=new Array(1)
 book[0]="1882770307";
 book[1]="0764112422";
 book[2]="0793802644";
 book[3]="1575241943";
 book[4]="0764117033";
 book[5]="0793820677";
 book[6]="1882770307";
 book[7]="0764106732";

var regEx = new RegExp ('XXXXXXX', 'g') ;
box = box.replace(regEx,book[whichBook]);

function MediaPopUp(what){
	window.open(
		what,
		'PopUp',
		'top=100,screenx=100,left=100,screeny=100,width=550,height=570,buttons=no,scrollbars=no,location=no,menubar=no,resizable=no,status=no,directories=no,toolbar=no'
	);
	return false;
}


/*		<a href=""></a><br /> */

document.write(box
    + '<p><strong>The American Election:</strong><br />'
	+ '<a style="color:#ff0" href="http://www.debateforamerica.com/forum/search.php?do=getdaily">Debate for America</a><br />'
	+ '</p>'
	+ '<p><strong>Editorial Cartoons</strong>:<br />'
	+ '<a href="http://www.coxandforkum.com">Cox and Forkum</a><br />'
	+ '<a href="http://www.daybydaycartoon.com">Day by Day</a><br />'
	+ '<a href="http://www.comics.com/creators/union/">State of the Union</a><br />'
	+ '</p>'
	+ '<p><strong>Columnists</strong>:<br />'
	+ '<a href="http://www.washingtonpost.com/wp-dyn/content/linkset/2005/03/24/LI2005032401690.html">Charles Krauthammer</a><br />'
	+ '<a href="http://www.steynonline.com/">Mark Steyn</a><br />'
	+ '<a href="http://www.washingtonpost.com/wp-dyn/content/linkset/2005/03/24/LI2005032402294.html">George F. Will</a><br />'
	+ '</p>'
	+ '<p><strong>Weblogs</strong>:<br />'
	+ '<a href="http://atlasshrugs2000.typepad.com/atlas_shrugs/">Atlas Shrugs</a><br />'
	+ '<a href="http://blamebush.typepad.com/blamebush/">Blame Bush</a><br />'
	+ '<a href="http://brain-terminal.com/">Brain Terminal</a><br />'
	+ '<a href="http://www.thepeoplescube.com/">The People\'s Cube</a><br />'
	+ '<a href="http://www.themetalfiles.com/">The Metal Files</a><br />'
	+ '</p>'
);
