<!--
// ***********************************************
// AUTHOR: WWW.CGISCRIPT.NET, LLC
// URL: http://www.cgiscript.net
// ***********************************************

function text() {
};

text = new text();
number = 0;

// textArray

text[number++] = "<div align='center'> <center> <table border='1' cellpadding='5' width='100%' cellspacing='0'> <tr> <td width='18%' align='center' bgcolor='#C0C0C0'><img border='0' src='http://ecx.images-amazon.com/images/I/51FbCLWTGTL._BO2,204,203,200_PIsitb-sticker-arrow-click,TopRight,35,-76_AA300_SH20_AA278_PIkin4,BottomRight,-34,22_AA300_SH20_OU01_.jpg' width='240' height='293'></td> <td width='82%' valign='top' bgcolor='#00FFFF'><b><font face='Arial' size='3'><br><i>Fools and Frauds: How Modern Psychiatry Fumbled the Origins of Mental Illness</i>. By Dan Agin. Spectrum Focus, 2011. For Amazon Kindle and Kindle-Apps.<br><br>'This little book should help some people understand why the medical history of mental illness has been such a slow and awful slog--and how modern psychiatry in its early history fumbled the origins of mental illness with often tragic consequences.'<br><br>About the Author: Dan Agin, Ph.D., is the author of several books for the general reader, including BLACK AND WHITE IN AMERICA (Spectrum Focus, 2010); MORE THAN GENES: WHAT SCIENCE CAN TELL US ABOUT TOXIC CHEMICALS, DEVELOPMENT, AND THE RISK TO OUR CHILDREN (Oxford University Press. October, 2009), and JUNK SCIENCE: HOW POLITICIANS, CORPORATIONS, AND OTHER HUCKSTERS BETRAY US (St. Martinīs Press/Thomas Dunne Books. 2006). He is Emeritus Associate Professor of Molecular Genetics and Cell Biology at the University of Chicago.<br><br><a href='http://www.amazon.com/exec/obidos/ASIN/B005I6VMFI/scienceweek'>More information about the book FOOLS AND FRAUDS.</a></b></font><br><br></td> </tr> </table><br><font face='Arial' size='4'><b>Anti-Science is Anti-Reality--and Dangerous. Ignorance is Dangerous. Dogma is Dangerous.<br>Be Careful Who You Vote For.<br><br>Read <a href='http://www.huffingtonpost.com/dan-agin/'>Science & Politics Commentaries by Dan Agin at The Huffington Post</a></b></font></center><br><hr></div>";

increment = Math.floor(Math.random() * number);

document.write(text[increment]);

//-->


