Free stories

Discussion in 'Computer Science & Culture' started by Fuse26, Oct 27, 2011.

Thread Status:
Not open for further replies.
  1. Fuse26 011 Banned

    Messages:
    54
    Here is a program that writes stories. Unfortunately the program does not know english.

    Please Register or Log in to view the hidden image!



    Code:
    c=32
    
    3 a$=time$
       b$=time$
    
        while (b$=a$)
         b$=time$
          c=c+1
           if (c=128) c=32
        wend
    
       print chr$(c);
    
    goto 3
    
     
    Last edited: Oct 27, 2011
  2. Google AdSense Guest Advertisement



    to hide all adverts.
  3. Fuse26 011 Banned

    Messages:
    54
    ...more stories

    <SCRIPT language="VBScript">
    c=32

    3

    a$=time$
    b$=time$

    while (b$=a$)
    b$=time$
    c=c+1
    if (c=128) c=32
    wend

    print chr$(c);

    goto 3
    </SCRIPT>
     
    Last edited: Oct 28, 2011
  4. Google AdSense Guest Advertisement



    to hide all adverts.
  5. Fuse26 011 Banned

    Messages:
    54
    Help please. Having trouble displaying a scrolling story with the code that has been posted. Can anyone tell me how I can do this using VBscript?? :shrug:
     
  6. Google AdSense Guest Advertisement



    to hide all adverts.
  7. leopold Valued Senior Member

    Messages:
    17,455
    my guess would be that B$=a$ for only the first iteration of the loop.

    you can print the value of c to find out instead of the character string.
    if c never increases beyond 1 then my guess is correct.

    edit:
    i see where you initialize c at 32.
    instead of 1 in my example substitute 33.

    what are you trying to do here?
    print a list of words?
     
    Last edited: Oct 27, 2011
  8. Fuse26 011 Banned

    Messages:
    54
    Yeah. Well, a list of letters. The above program generates random numbers, however every other number generated will be higher (or lower) than it should be. To keep the random numbers consistently random you should insert:

    Code:
    a$=time$
    b$=time$
    
    while (b$=a$)
    b$=time$
    wend
    so the seconds are reset (i.e. the program starts exactly on the seconds.)

    However in answer to your question I was trying to post an 'internet page'. Do you (or anyone) know if this is possible. Can you post such a script so the program runs whenever people access your post. I'm guessing you will write 'no' but I HAVE seen it done.

    Please Register or Log in to view the hidden image!



    The program does work (on QBASIC and YABASIC for the playstation) and I'm quite certain it can be adapted to run on other programs, but I wanted it to display the random letters on the screen whenever anyone accessed my post.
    Providing the reset code is inserted the program generates a random number every second (the program is fast enough to run through BOTH loops in one second) which is suitable for any game (providing numbers below about 500 are used, however there is no way to know which is the highest number that can be accessed).
     
    Last edited: Oct 28, 2011
  9. Fuse26 011 Banned

    Messages:
    54
    To do what I'm trying to do I'm guessing I would have to upload something like this:

    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en">
    <head>
    	<!-- no cache headers -->
    	<meta http-equiv="Pragma" content="no-cache" />
    	<meta http-equiv="Expires" content="-1" />
    	<meta http-equiv="Cache-Control" content="no-cache" />
    	<!-- end no cache headers -->
    	<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
    <meta name="generator" content="vBulletin 3.8.1" />
    
    <meta name="keywords" content="sciforums,forum,bbs,discussion,science forum, science discussion boards" />
    <meta name="description" content="Intelligent community discussion of science, religion, philosophy and technology." />
    
    
    <!-- CSS Stylesheet -->
    <style type="text/css" id="vbulletin_css">
    /**
    * vBulletin 3.8.1 CSS
    * Style: 'sciforums'; Style ID: 12
    */
    body
    {
    	background: #FFFFFF;
    	color: #000000;
    	font: 11px lucida, 'lucida grande', verdana, geneva, arial, helvetica, sans-serif;
    	margin: 0px 0px 0px 0px;
    }
    a:link, body_alink
    {
    	color: #000000;
    }
    a:visited, body_avisited
    {
    	color: #000000;
    }
    a:hover, a:active, body_ahover
    {
    	color: #2966FF;
    }
    .page
    {
    	background: #FFFFFF;
    	color: #000000;
    }
    td, th, p, li
    {
    	font: 12px lucida, 'lucida grande', verdana, geneva, arial, helvetica, sans-serif;
    }
    .tborder
    {
    	border-bottom: solid 1px #AAAAAA
    }
    .tcat
    {
    	background: #CCCCCC;
    	font: bold 10pt lucida, 'lucida grande', verdana, geneva, arial, helvetica, sans-serif;
    	border-bottom: solid 1px #AAAAAA
    }
    .tcat a:link, .tcat_alink
    {
    	text-decoration: none;
    }
    .tcat a:visited, .tcat_avisited
    {
    	text-decoration: none;
    }
    .tcat a:hover, .tcat a:active, .tcat_ahover
    {
    	text-decoration: underline;
    }
    .thead
    {
    	background: #E9E9E9;
    	color: grey;
    	font: 11px lucida, 'lucida grande', verdana, geneva, arial, helvetica, sans-serif;
    }
    .tfoot
    {
    	background: #BBBBBB;
    	color: #FFFFFF;
    }
    .tfoot a:link, .tfoot_alink
    {
    	color: white;
    }
    .tfoot a:visited, .tfoot_avisited
    {
    	color: white;
    }
    .tfoot a:hover, .tfoot a:active, .tfoot_ahover
    {
    	color: #2966FF;
    }
    .alt1, .alt1Active
    {
    	background: #FFFFFF;
    	color: #000000;
    }
    .alt2, .alt2Active
    {
    	background: white;
    	color: #000000;
    }
    .inlinemod
    {
    	background: #FFFFCC;
    	color: #000000;
    }
    .wysiwyg
    {
    	background: #F5F5FF;
    	color: #000000;
    	font: 10pt lucida, 'lucida grande', verdana, geneva, arial, helvetica, sans-serif;
    }
    textarea, .bginput
    {
    	font: 10pt lucida, 'lucida grande', verdana, geneva, arial, helvetica, sans-serif;
    }
    .bginput option, .bginput optgroup
    {
    	font-size: 10pt;
    	font-family: lucida, 'lucida grande', verdana, geneva, arial, helvetica, sans-serif;
    }
    .button
    {
    	font: 11px lucida, 'lucida grande', verdana, geneva, arial, helvetica, sans-serif;
    }
    select
    {
    	font: 11px lucida, 'lucida grande', verdana, geneva, arial, helvetica, sans-serif;
    }
    option, optgroup
    {
    	font-size: 11px;
    	font-family: lucida, 'lucida grande', verdana, geneva, arial, helvetica, sans-serif;
    }
    .smallfont
    {
    	font: 11px lucida, 'lucida grande', verdana, geneva, arial, helvetica, sans-serif;
    }
    .time
    {
    	color: #666686;
    }
    .navbar
    {
    	color: #CCCCCC;
    	font: 11px lucida, 'lucida grande', verdana, geneva, arial, helvetica, sans-serif;
    }
    .highlight
    {
    	color: #FF0000;
    	font-weight: bold;
    }
    .panel
    {
    	color: #000000;
    	padding: 10px;
    }
    .panelsurround
    {
    	color: #000000;
    }
    legend
    {
    	font: 12px lucida, 'lucida grande', verdana, geneva, arial, helvetica, sans-serif;
    }
    .vbmenu_control
    {
    	background: #CCCCCC;
    	font: 11px lucida, 'lucida grande', verdana, geneva, arial, helvetica, sans-serif;
    	padding: 3px 6px 3px 6px;
    	white-space: nowrap;
    	border-bottom: solid 1px #AAAAAA
    }
    .vbmenu_popup
    {
    	background: #FFFFFF;
    	color: #000000;
    	border: 1px solid #0B198C;
    }
    .vbmenu_option
    {
    	background: #BBBBBB;
    	color: #000000;
    	font: 11px lucida, 'lucida grande', verdana, geneva, arial, helvetica, sans-serif;
    	white-space: nowrap;
    	cursor: hand;
    }
    .vbmenu_option a:link, .vbmenu_option_alink
    {
    	text-decoration: none;
    }
    .vbmenu_option a:visited, .vbmenu_option_avisited
    {
    	text-decoration: none;
    }
    .vbmenu_option a:hover, .vbmenu_option a:active, .vbmenu_option_ahover
    {
    	color: #FFFFFF;
    	text-decoration: none;
    }
    .vbmenu_hilite
    {
    	background: #8A949E;
    	color: #FFFFFF;
    	font: 11px lucida, 'lucida grande', verdana, geneva, arial, helvetica, sans-serif;
    	white-space: nowrap;
    	cursor: hand;
    }
    .vbmenu_hilite a:link, .vbmenu_hilite_alink
    {
    	color: #FFFFFF;
    	text-decoration: none;
    }
    .vbmenu_hilite a:visited, .vbmenu_hilite_avisited
    {
    	color: #FFFFFF;
    	text-decoration: none;
    }
    .vbmenu_hilite a:hover, .vbmenu_hilite a:active, .vbmenu_hilite_ahover
    {
    	color: #FFFFFF;
    	text-decoration: none;
    }
    fieldset {
      border: 1px dotted gray; 
    }
    
    .nav {
      FONT-FAMILY: Lucida Grande, Tahoma, Verdana; FONT-SIZE: 11px;
      COLOR: #FFFFFF;
    }
    
    .nav A:link, .nav A:visited, .nav A:active {
      TEXT-DECORATION: underline;
      COLOR: #FFFFFF;
    }
    
    .nav A:hover {
      COLOR: #2966FF;
      TEXT-DECORATION: underline;
    }
    
    .postheader {
      background: #E9E9E9; 
      border-bottom: 1px solid #D3D3D3
    }
    
    .navbar A, .navbar A:visited {
      color: #DDDDDD;
    }
    
    .navbar A:hover {
      color: #00C0FF;
    }
    
    /* ***** small padding on 'thead' elements ***** */
    td.thead, div.thead { padding: 4px; }
    
    /* ***** basic styles for multi-page nav elements */
    .pagenav a { text-decoration: none; }
    .pagenav td { padding: 2px 4px 2px 4px; }
    
    /* ***** define margin and font-size for elements inside panels ***** */
    .fieldset { margin-bottom: 6px; }
    .fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }
    
    /* ***** don't change the following ***** */
    img { vertical-align: middle; }
    form { display: inline; }
    label { cursor: default; }
    .normal { font-weight: normal; }
    .bg_image {
    	background:#2B2B2B;
    	border-bottom:solid 2px #646464;
    	background-image: url("../../images/header_bg.jpg");
    	background-repeat: no-repeat;
    	background-position: left;
    }
    .navbarsmall {
         FONT-SIZE: 9px;
         COLOR: #FFFFFF;
    }
    .button_bg {
    	background-color:#f3f3f3;
    	border-bottom:solid 1px #aaaaaa;
    }
    
    .main_message {
    padding: 20px;
    font-family: georgia;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: normal;
    font-size-adjust: none;
    font-stretch: normal;
    }
    
    .QuoteSmall {
    background:#F5F5F5;
    border:dotted 1px #BBBBBB;
    color:#555555;
    font-size:12px;
    font-family: georgia;
    font-style: normal;
    }
    /* ***** active table cells (IE only) ***** */
    /* .alt1Active, .alt2Active { behavior: url(clientscript/activecell.htc); } */
    </style>
    <link rel="stylesheet" type="text/css" href="clientscript/vbulletin_important.css?v=381" />
    
    
    <!-- / CSS Stylesheet -->
    
    <script type="text/javascript" src="clientscript/yui/yahoo-dom-event/yahoo-dom-event.js?v=381"></script>
    <script type="text/javascript" src="clientscript/yui/connection/connection-min.js?v=381"></script>
    <script type="text/javascript">
    <!--
    var SESSIONURL = "";
    var SECURITYTOKEN = "guest";
    var IMGDIR_MISC = "images/misc";
    var vb_disable_ajax = parseInt("0", 10);
    // -->
    </script>
    <script type="text/javascript" src="clientscript/vbulletin_global.js?v=381"></script>
    <script type="text/javascript" src="clientscript/vbulletin_menu.js?v=381"></script>
    
    
    	<title>SciForums.com - Science Forums</title>
    </head>
    <body>
    <!-- logo -->
    <a name="top"></a>
    
    <!-- content table -->
    
    
    
    
    <!-- breadcrumb, login, pm info -->
    <table width="100%" style="border-bottom:solid 2px #646464; background:url(images/header_bg.jpg) no-repeat; background-color:#2B2B2B;" cellpadding="0" cellspacing="0">
      <tr>
        <td>
        <a href="http://www.sciforums.com/"><img src="images/MainLogoNew.gif" width="97" height="97" border="0" alt="sciforums" /></a>
        </td>
        <td width="100%" valign="middle">
          
        </td>	
    
    	<td class="navbar" nowrap="nowrap" style="padding:0px">
    		<!-- login form -->
    		<form action="login.php?do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, 0)">
    		<script type="text/javascript" src="clientscript/vbulletin_md5.js?v=381"></script>
    		<table cellpadding="0" cellspacing="3" border="0">
    		<tr>
    			<td class="smallfont" style="white-space: nowrap;"><label for="navbar_username">User Name</label></td>
    			<td><input type="text" class="bginput" style="font-size: 11px" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="User Name" onfocus="if (this.value == 'User Name') this.value = '';" /></td>
    			<td class="smallfont" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />Remember Me?</label></td>
    		</tr>
    		<tr>
    			<td class="smallfont"><label for="navbar_password">Password</label></td>
    			<td><input type="password" class="bginput" style="font-size: 11px" name="vb_login_password" id="navbar_password" size="10" tabindex="102" /></td>
    			<td><input type="submit" class="button" value="Log in" tabindex="104" title="Enter your username and password in the boxes provided to login, or click the 'register' button to create a profile for yourself." accesskey="s" /></td>
    		</tr>
    		</table>
    		<input type="hidden" name="s" value="" />
    		<input type="hidden" name="securitytoken" value="guest" />
    		<input type="hidden" name="do" value="login" />
    		<input type="hidden" name="vb_login_md5password" />
    		<input type="hidden" name="vb_login_md5password_utf" />
    		</form>
    		<!-- / login form -->
    	</td>
    
    </tr>
    </table>
    <!-- / breadcrumb, login, pm info -->
    
    <!-- nav buttons bar -->
    <div class="tborder" style="padding:0px; border-top-width:0px">
    	<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
    	<tr align="center">
    		<td class="vbmenu_control"><a href="http://www.sciforums.com/encyclopedia/">Encyclopedia</a></td>
    		
    		
    			<td class="vbmenu_control"><a href="register.php" rel="nofollow">Register</a></td>
    		
    		
    		<td class="vbmenu_control"><a rel="help" href="faq.php" accesskey="5">FAQ</a></td>
    		
    			<td class="vbmenu_control"><a id="community" href="/?nojs=1#community" rel="nofollow" accesskey="6">Community</a> <script type="text/javascript"> vbmenu_register("community"); </script></td>
    		
    		<td class="vbmenu_control"><a href="banlist.php">Ban List</a></td>
    		<td class="vbmenu_control"><a href="calendar.php">Calendar</a></td>
    		
    			
    				
    				<td class="vbmenu_control"><a href="search.php?do=getdaily" accesskey="2">Today's Posts</a></td>
    				
    				<td class="vbmenu_control"><a id="navbar_search" href="search.php" accesskey="4" rel="nofollow">Search</a> </td>
    			
    			
    		
    		
    		
    		</tr>
    	</table>
    </div>
    <!-- / nav buttons bar -->
    
    
    
    
    
    
    <!-- NAVBAR POPUP MENUS -->
    
    	
    	<!-- community link menu -->
    	<div class="vbmenu_popup" id="community_menu" style="display:none;margin-top:3px" align="left">
    		<table cellpadding="4" cellspacing="1" border="0">
    		<tr><td class="thead">Community Links</td></tr>
    		
    		
    					<tr><td class="vbmenu_option"><a href="group.php">Social Groups</a></td></tr>
    		
    		
    					<tr><td class="vbmenu_option"><a href="album.php">Pictures &amp; Albums </a></td></tr>
    		
    		
        
              <tr><td class="vbmenu_option"><a href="memberlist.php">Members List</a></td></tr>
        
    		
    		</table>
    	</div>
    	<!-- / community link menu -->
    	
    	
    	
    	<!-- header quick search form -->
    	<div class="vbmenu_popup" id="navbar_search_menu" style="display:none;margin-top:3px" align="left">
    		<table cellpadding="4" cellspacing="1" border="0">
    		<tr>
    			<td class="thead">Search Forums</td>
    		</tr>
    		<tr>
    			<td class="vbmenu_option" title="nohilite">
    				<form action="search.php?do=process" method="post">
    
    					<input type="hidden" name="do" value="process" />
    					<input type="hidden" name="quicksearch" value="1" />
    					<input type="hidden" name="childforums" value="1" />
    					<input type="hidden" name="exactname" value="1" />
    					<input type="hidden" name="s" value="" />
    					<input type="hidden" name="securitytoken" value="guest" />
    					<div><input type="text" class="bginput" name="query" size="25" tabindex="1001" /><input type="submit" class="button" value="Go" tabindex="1004" /></div>
    					<div style="margin-top:6px">
    						<label for="rb_nb_sp0"><input type="radio" name="showposts" value="0" id="rb_nb_sp0" tabindex="1002" checked="checked" />Show Threads</label>
    						&nbsp;
    						<label for="rb_nb_sp1"><input type="radio" name="showposts" value="1" id="rb_nb_sp1" tabindex="1003" />Show Posts</label>
    					</div>
    				</form>
    			</td>
    		</tr>
    		
    		<tr>
    			<td class="vbmenu_option"><a href="tags.php" rel="nofollow">Tag Search</a></td>
    		</tr>
    		
    		<tr>
    			<td class="vbmenu_option"><a href="search.php" accesskey="4" rel="nofollow">Advanced Search</a></td>
    		</tr>
    		
    		</table>
    	</div>
    	<!-- / header quick search form -->
    	
    	
    	
    <!-- / NAVBAR POPUP MENUS -->
    
    <!-- PAGENAV POPUP -->
    	<div class="vbmenu_popup" id="pagenav_menu" style="display:none">
    		<table cellpadding="4" cellspacing="1" border="0">
    		<tr>
    			<td class="thead" nowrap="nowrap">Go to Page...</td>
    		</tr>
    		<tr>
    			<td class="vbmenu_option" title="nohilite">
    			<form action="index.php" method="get" onsubmit="return this.gotopage()" id="pagenav_form">
    				<input type="text" class="bginput" id="pagenav_itxt" style="font-size:11px" size="4" />
    				<input type="button" class="button" id="pagenav_ibtn" value="Go" />
    			</form>
    			</td>
    		</tr>
    		</table>
    	</div>
    <!-- / PAGENAV POPUP -->
    
    
    
    
    
    
    <!-- main -->
    <table class="tborder" cellpadding="6" cellspacing="0" border="0" width="100%" align="center">
    <thead>
    	
    	<!-- guest welcome message -->
    	<tr>
    		<td class="tcat" colspan="5">Welcome to the SciForums.com.</td>
    	</tr>
    	<tr>
    		<td class="alt1" colspan="5">
    			If this is your first visit, be sure to check out the <a href="faq.php"><strong>FAQ</strong></a> by clicking the link above.
    You may have to <a href="register.php"><strong>register</strong></a> before you can post: click the register link above to proceed.
    To start viewing messages, select the forum that you want to visit from the selection below.
    		</td>
    	</tr>
    	<!-- / guest welcome message -->
    	
    	<tr align="center">
    	  <td class="thead">&nbsp;</td>
    	  <td class="thead" width="100%" align="left">Forum</td>
    	  <td class="thead" width="175">Last Post</td>
    	  <td class="thead">Threads</td>
    	  <td class="thead">Posts</td>
    	  
    	</tr>
    </thead>
    
    <tbody>
    
    	<tr>
    		<td class="tcat" colspan="5">
    			
    			<a style="float:right" href="#top" onclick="return toggle_collapse('forumbit_1')"><img id="collapseimg_forumbit_1" src="images/buttons/collapse_tcat.gif" alt="" border="0" /></a>
    			
    			<a href="forumdisplay.php?f=1">Science</a>
    			
    			
    		</td>
    	</tr>
    
    </tbody>
    
    
    
    <tbody id="collapseobj_forumbit_1" style="">
    
    <tr align="center">
    	<td class="alt2"><img src="images/statusicon/forum_new.gif" alt="" border="0" id="forum_statusicon_30" /></td>
    	<td class="alt1Active" align="left" id="f30">
    		<div>
    			<a href="forumdisplay.php?f=30"><strong>General Science &amp; Technology</strong></a>
    			<span class="smallfont">(28 Viewing)</span>
    		</div>
    		<div class="smallfont">If it doesn't fit into any of the categories below...</div>
    		
    		
    	</td>
    	<td class="alt2">
    <div class="smallfont" align="left">
    	<div>
    		<span style="white-space:nowrap">
    		<img class="inlineimg" src="images/icons/icon2.gif" alt="Arrow" border="0" />
    		
    		<a href="showthread.php?goto=newpost&amp;t=109913" style="white-space:nowrap" title="Go to first unread post in thread 'Cold Fusion update:  Countdown continues till October'"><strong>Cold Fusion update:  Countdown continues till...</strong></a></span>
    	</div>
    	<div style="white-space:nowrap; float:left">
    		by <a href="member.php?find=lastposter&amp;f=30" rel="nofollow">Walter L. Wagner</a>
    	</div>
    	<div align="right" style="white-space:nowrap">
    		Today <span class="time">09:07 AM</span>
    		<a href="showthread.php?p=2845855#post2845855"><img class="inlineimg" src="images/buttons/lastpost.gif" alt="Go to last post" border="0" /></a>
    	</div>
    </div>
    </td>
    	<td class="alt1">3,215</td>
    	<td class="alt2">58,464</td>
    	
    </tr>
    <tr align="center">
    	<td class="alt2"><img src="images/statusicon/forum_new.gif" alt="" border="0" id="forum_statusicon_47" /></td>
    	<td class="alt1Active" align="left" id="f47">
    		<div>
    			<a href="forumdisplay.php?f=47"><strong>Science &amp; Society</strong></a>
    			<span class="smallfont">(10 Viewing)</span>
    		</div>
    		<div class="smallfont">scientific ethics, social responsibility</div>
    		
    		
    	</td>
    	<td class="alt2">
    <div class="smallfont" align="left">
    	<div>
    		<span style="white-space:nowrap">
    		
    		
    		<a href="showthread.php?goto=newpost&amp;t=110705" style="white-space:nowrap" title="Go to first unread post in thread 'Radioactive Cars'"><strong>Radioactive Cars</strong></a></span>
    	</div>
    	<div style="white-space:nowrap; float:left">
    		by <a href="member.php?find=lastposter&amp;f=47" rel="nofollow">Walter L. Wagner</a>
    	</div>
    	<div align="right" style="white-space:nowrap">
    		Today <span class="time">08:59 AM</span>
    		<a href="showthread.php?p=2845851#post2845851"><img class="inlineimg" src="images/buttons/lastpost.gif" alt="Go to last post" border="0" /></a>
    	</div>
    </div>
    </td>
    	<td class="alt1">1,257</td>
    	<td class="alt2">50,227</td>
    	
    </tr>
    <tr align="center">
    	<td class="alt2"><img src="images/statusicon/forum_old.gif" alt="" border="0" id="forum_statusicon_69" /></td>
    	<td class="alt1Active" align="left" id="f69">
    		<div>
    			<a href="forumdisplay.php?f=69"><strong>Human Science</strong></a>
    			<span class="smallfont">(21 Viewing)</span>
    		</div>
    		<div class="smallfont">psychology, cognition, sociology, anthropology, archaeology</div>
    		
    		
    	</td>
    	<td class="alt2">
    <div class="smallfont" align="left">
    	<div>
    		<span style="white-space:nowrap">
    		
    		
    		<a href="showthread.php?goto=newpost&amp;t=110470" style="white-space:nowrap" title="Go to first unread post in thread 'Did a woman-led Mother Goddess society rule pre-history?'"><strong>Did a woman-led Mother Goddess society rule...</strong></a></span>
    	</div>
    	<div style="white-space:nowrap; float:left">
    		by <a href="member.php?find=lastposter&amp;f=69" rel="nofollow">Wexler</a>
    	</div>
    	<div align="right" style="white-space:nowrap">
    		Today <span class="time">07:17 AM</span>
    		<a href="showthread.php?p=2845826#post2845826"><img class="inlineimg" src="images/buttons/lastpost.gif" alt="Go to last post" border="0" /></a>
    	</div>
    </div>
    </td>
    	<td class="alt1">3,056</td>
    	<td class="alt2">81,626</td>
    	
    </tr>
    <tr align="center">
    	<td class="alt2"><img src="images/statusicon/forum_old.gif" alt="" border="0" id="forum_statusicon_70" /></td>
    	<td class="alt1Active" align="left" id="f70">
    		<div>
    			<a href="forumdisplay.php?f=70"><strong>Earth Science</strong></a>
    			<span class="smallfont">(7 Viewing)</span>
    		</div>
    		<div class="smallfont">environment, climate, geology</div>
    		
    		
    	</td>
    	<td class="alt2">
    <div class="smallfont" align="left">
    	<div>
    		<span style="white-space:nowrap">
    		
    		
    		<a href="showthread.php?goto=newpost&amp;t=110660" style="white-space:nowrap" title="Go to first unread post in thread 'Oceanography question, help please!'"><strong>Oceanography question, help please!</strong></a></span>
    	</div>
    	<div style="white-space:nowrap; float:left">
    		by <a href="member.php?find=lastposter&amp;f=70" rel="nofollow">Trippy</a>
    	</div>
    	<div align="right" style="white-space:nowrap">
    		Today <span class="time">03:47 AM</span>
    		<a href="showthread.php?p=2845767#post2845767"><img class="inlineimg" src="images/buttons/lastpost.gif" alt="Go to last post" border="0" /></a>
    	</div>
    </div>
    </td>
    	<td class="alt1">1,557</td>
    	<td class="alt2">35,144</td>
    	
    </tr>
    <tr align="center">
    	<td class="alt2"><img src="images/statusicon/forum_old.gif" alt="" border="0" id="forum_statusicon_6" /></td>
    	<td class="alt1Active" align="left" id="f6">
    		<div>
    			<a href="forumdisplay.php?f=6"><strong>Astronomy, Exobiology, &amp; Cosmology</strong></a>
    			<span class="smallfont">(9 Viewing)</span>
    		</div>
    		<div class="smallfont">amateur astronomy, astrophysics, exoscience</div>
    		
    		
    	</td>
    	<td class="alt2">
    <div class="smallfont" align="left">
    	<div>
    		<span style="white-space:nowrap">
    		
    		
    		<a href="showthread.php?goto=newpost&amp;t=110724" style="white-space:nowrap" title="Go to first unread post in thread 'All eyes are on huge asteroid buzzing Earth on Nov. 8'"><strong>All eyes are on huge asteroid buzzing Earth on...</strong></a></span>
    	</div>
    	<div style="white-space:nowrap; float:left">
    		by <a href="member.php?find=lastposter&amp;f=6" rel="nofollow">arauca</a>
    	</div>
    	<div align="right" style="white-space:nowrap">
    		Yesterday <span class="time">09:41 PM</span>
    		<a href="showthread.php?p=2845622#post2845622"><img class="inlineimg" src="images/buttons/lastpost.gif" alt="Go to last post" border="0" /></a>
    	</div>
    </div>
    </td>
    	<td class="alt1">3,816</td>
    	<td class="alt2">57,592</td>
    	
    </tr>
    <tr align="center">
    	<td class="alt2"><img src="images/statusicon/forum_old.gif" alt="" border="0" id="forum_statusicon_31" /></td>
    	<td class="alt1Active" align="left" id="f31">
    		<div>
    			<a href="forumdisplay.php?f=31"><strong>Biology &amp; Genetics</strong></a>
    			<span class="smallfont">(28 Viewing)</span>
    		</div>
    		<div class="smallfont">genomics, bioengineering, infectious diseases</div>
    		
    		
    	</td>
    	<td class="alt2">
    <div class="smallfont" align="left">
    	<div>
    		<span style="white-space:nowrap">
    		
    		
    		<a href="showthread.php?goto=newpost&amp;t=110559" style="white-space:nowrap" title="Go to first unread post in thread 'Palate Spreader'"><strong>Palate Spreader</strong></a></span>
    	</div>
    	<div style="white-space:nowrap; float:left">
    		by <a href="member.php?find=lastposter&amp;f=31" rel="nofollow">Hercules Rockefeller</a>
    	</div>
    	<div align="right" style="white-space:nowrap">
    		Yesterday <span class="time">07:44 PM</span>
    		<a href="showthread.php?p=2845578#post2845578"><img class="inlineimg" src="images/buttons/lastpost.gif" alt="Go to last post" border="0" /></a>
    	</div>
    </div>
    </td>
    	<td class="alt1">2,957</td>
    	<td class="alt2">55,105</td>
    	
    </tr>
    <tr align="center">
    	<td class="alt2"><img src="images/statusicon/forum_old.gif" alt="" border="0" id="forum_statusicon_95" /></td>
    	<td class="alt1Active" align="left" id="f95">
    		<div>
    			<a href="forumdisplay.php?f=95"><strong>Chemistry</strong></a>
    			<span class="smallfont">(12 Viewing)</span>
    		</div>
    		<div class="smallfont">organic and inorganic chemistry, biochemistry, quantum chemistry, pharmacology,...</div>
    		
    		
    	</td>
    	<td class="alt2">
    <div class="smallfont" align="left">
    	<div>
    		<span style="white-space:nowrap">
    		
    		
    		<a href="showthread.php?goto=newpost&amp;t=109587" style="white-space:nowrap" title="Go to first unread post in thread 'water liquidity , why at room temp. ?'"><strong>water liquidity , why at room temp. ?</strong></a></span>
    	</div>
    	<div style="white-space:nowrap; float:left">
    		by <a href="member.php?find=lastposter&amp;f=95" rel="nofollow">wellwisher</a>
    	</div>
    	<div align="right" style="white-space:nowrap">
    		Today <span class="time">08:44 AM</span>
    		<a href="showthread.php?p=2845842#post2845842"><img class="inlineimg" src="images/buttons/lastpost.gif" alt="Go to last post" border="0" /></a>
    	</div>
    </div>
    </td>
    	<td class="alt1">407</td>
    	<td class="alt2">6,307</td>
    	
    </tr>
    <tr align="center">
    	<td class="alt2"><img src="images/statusicon/forum_old.gif" alt="" border="0" id="forum_statusicon_33" /></td>
    	<td class="alt1Active" align="left" id="f33">
    		<div>
    			<a href="forumdisplay.php?f=33"><strong>Physics &amp; Math</strong></a>
    			<span class="smallfont">(41 Viewing)</span>
    		</div>
    		
    		
    		
    	</td>
    	<td class="alt2">
    <div class="smallfont" align="left">
    	<div>
    		<span style="white-space:nowrap">
    		
    		
    		<a href="showthread.php?goto=newpost&amp;t=110397" style="white-space:nowrap" title="Go to first unread post in thread 'Origin of Pi?'"><strong>Origin of Pi?</strong></a></span>
    	</div>
    	<div style="white-space:nowrap; float:left">
    		by <a href="member.php?find=lastposter&amp;f=33" rel="nofollow">AlphaNumeric</a>
    	</div>
    	<div align="right" style="white-space:nowrap">
    		Today <span class="time">02:16 AM</span>
    		<a href="showthread.php?p=2845716#post2845716"><img class="inlineimg" src="images/buttons/lastpost.gif" alt="Go to last post" border="0" /></a>
    	</div>
    </div>
    </td>
    	<td class="alt1">6,223</td>
    	<td class="alt2">134,874</td>
    	
    </tr>
    <tr align="center">
    	<td class="alt2"><img src="images/statusicon/forum_old.gif" alt="" border="0" id="forum_statusicon_94" /></td>
    	<td class="alt1Active" align="left" id="f94">
    		<div>
    			<a href="forumdisplay.php?f=94"><strong>Linguistics</strong></a>
    			<span class="smallfont">(7 Viewing)</span>
    		</div>
    		<div class="smallfont">theoretical and applied linguistics, foreign languages, historical and comparative linguistics</div>
    		
    		
    	</td>
    	<td class="alt2">
    <div class="smallfont" align="left">
    	<div>
    		<span style="white-space:nowrap">
    		
    		
    		<a href="showthread.php?goto=newpost&amp;t=110516" style="white-space:nowrap" title="Go to first unread post in thread 'Some questions regarding technical terms'"><strong>Some questions regarding technical terms</strong></a></span>
    	</div>
    	<div style="white-space:nowrap; float:left">
    		by <a href="member.php?find=lastposter&amp;f=94" rel="nofollow">Fraggle Rocker</a>
    	</div>
    	<div align="right" style="white-space:nowrap">
    		Today <span class="time">05:54 AM</span>
    		<a href="showthread.php?p=2845804#post2845804"><img class="inlineimg" src="images/buttons/lastpost.gif" alt="Go to last post" border="0" /></a>
    	</div>
    </div>
    </td>
    	<td class="alt1">706</td>
    	<td class="alt2">16,464</td>
    	
    </tr>
    <tr align="center">
    	<td class="alt2"><img src="images/statusicon/forum_old.gif" alt="" border="0" id="forum_statusicon_99" /></td>
    	<td class="alt1Active" align="left" id="f99">
    		<div>
    			<a href="forumdisplay.php?f=99"><strong>Comparative Religion</strong></a>
    			<span class="smallfont">(1 Viewing)</span>
    		</div>
    		<div class="smallfont">mythology, comparison of religious tradition, history of world religions</div>
    		
    		
    	</td>
    	<td class="alt2">
    <div class="smallfont" align="left">
    	<div>
    		<span style="white-space:nowrap">
    		
    		
    		<a href="showthread.php?goto=newpost&amp;t=110375" style="white-space:nowrap" title="Go to first unread post in thread 'Judaism become stagnate in promoting monotheism'"><strong>Judaism become stagnate in promoting monotheism</strong></a></span>
    	</div>
    	<div style="white-space:nowrap; float:left">
    		by <a href="member.php?find=lastposter&amp;f=99" rel="nofollow">origin</a>
    	</div>
    	<div align="right" style="white-space:nowrap">
    		10-22-11 <span class="time">10:46 AM</span>
    		<a href="showthread.php?p=2842080#post2842080"><img class="inlineimg" src="images/buttons/lastpost.gif" alt="Go to last post" border="0" /></a>
    	</div>
    </div>
    </td>
    	<td class="alt1">167</td>
    	<td class="alt2">11,090</td>
    	
    </tr>
    
    
    </tbody>
    
    
    <tbody>
    
    	<tr>
    		<td class="tcat" colspan="5">
    			
    			<a style="float:right" href="#top" onclick="return toggle_collapse('forumbit_66')"><img id="collapseimg_forumbit_66" src="images/buttons/collapse_tcat.gif" alt="" border="0" /></a>
    			
    			<a href="forumdisplay.php?f=66">Technology</a>
    			
    			
    		</td>
    	</tr>
    
    </tbody>
    
    
    
    <tbody id="collapseobj_forumbit_66" style="">
    
    <tr align="center">
    	<td class="alt2"><img src="images/statusicon/forum_old.gif" alt="" border="0" id="forum_statusicon_25" /></td>
    	<td class="alt1Active" align="left" id="f25">
    		<div>
    			<a href="forumdisplay.php?f=25"><strong>Computer Science &amp; Culture</strong></a>
    			<span class="smallfont">(15 Viewing)</span>
    		</div>
    		
    		
    		
    	</td>
    	<td class="alt2">
    <div class="smallfont" align="left">
    	<div>
    		<span style="white-space:nowrap">
    		
    		
    		<a href="showthread.php?goto=newpost&amp;t=110735" style="white-space:nowrap" title="Go to first unread post in thread 'Speed of time/processor'"><strong>Speed of time/processor</strong></a></span>
    	</div>
    	<div style="white-space:nowrap; float:left">
    		by <a href="member.php?find=lastposter&amp;f=25" rel="nofollow">Fuse26</a>
    	</div>
    	<div align="right" style="white-space:nowrap">
    		Today <span class="time">08:22 AM</span>
    		<a href="showthread.php?p=2845837#post2845837"><img class="inlineimg" src="images/buttons/lastpost.gif" alt="Go to last post" border="0" /></a>
    	</div>
    </div>
    </td>
    	<td class="alt1">5,403</td>
    	<td class="alt2">55,999</td>
    	
    </tr>
    <tr align="center">
    	<td class="alt2"><img src="images/statusicon/forum_old.gif" alt="" border="0" id="forum_statusicon_32" /></td>
    	<td class="alt1Active" align="left" id="f32">
    		<div>
    			<a href="forumdisplay.php?f=32"><strong>Intelligence &amp; Machines</strong></a>
    			<span class="smallfont">(2 Viewing)</span>
    		</div>
    		<div class="smallfont">AI, robotics, computational neuroscience, brain emulation, cognition systems</div>
    		
    		
    	</td>
    	<td class="alt2">
    <div class="smallfont" align="left">
    	<div>
    		<span style="white-space:nowrap">
    		
    		
    		<a href="showthread.php?goto=newpost&amp;t=107613" style="white-space:nowrap" title="Go to first unread post in thread 'Are You Living in a Computer Simulation?'"><strong>Are You Living in a Computer Simulation?</strong></a></span>
    	</div>
    	<div style="white-space:nowrap; float:left">
    		by <a href="member.php?find=lastposter&amp;f=32" rel="nofollow">Nobody</a>
    	</div>
    	<div align="right" style="white-space:nowrap">
    		10-26-11 <span class="time">04:19 PM</span>
    		<a href="showthread.php?p=2844898#post2844898"><img class="inlineimg" src="images/buttons/lastpost.gif" alt="Go to last post" border="0" /></a>
    	</div>
    </div>
    </td>
    	<td class="alt1">530</td>
    	<td class="alt2">9,396</td>
    	
    </tr>
    <tr align="center">
    	<td class="alt2"><img src="images/statusicon/forum_old.gif" alt="" border="0" id="forum_statusicon_100" /></td>
    	<td class="alt1Active" align="left" id="f100">
    		<div>
    			<a href="forumdisplay.php?f=100"><strong>Architecture &amp; Engineering</strong></a>
    			<span class="smallfont">(3 Viewing)</span>
    		</div>
    		<div class="smallfont">planning, construction, design, civil &amp; mechanical engineering</div>
    		
    		
    	</td>
    	<td class="alt2">
    <div class="smallfont" align="left">
    	<div>
    		<span style="white-space:nowrap">
    		
    		
    		<a href="showthread.php?goto=newpost&amp;t=110606" style="white-space:nowrap" title="Go to first unread post in thread 'durable bridges'"><strong>durable bridges</strong></a></span>
    	</div>
    	<div style="white-space:nowrap; float:left">
    		by <a href="member.php?find=lastposter&amp;f=100" rel="nofollow">cosmictraveler</a>
    	</div>
    	<div align="right" style="white-space:nowrap">
    		10-22-11 <span class="time">08:17 AM</span>
    		<a href="showthread.php?p=2842025#post2842025"><img class="inlineimg" src="images/buttons/lastpost.gif" alt="Go to last post" border="0" /></a>
    	</div>
    </div>
    </td>
    	<td class="alt1">204</td>
    	<td class="alt2">4,018</td>
    	
    </tr>
    
    
    </tbody>
    
    
    <tbody>
    
    	<tr>
    		<td class="tcat" colspan="5">
    			
    			<a style="float:right" href="#top" onclick="return toggle_collapse('forumbit_21')"><img id="collapseimg_forumbit_21" src="images/buttons/collapse_tcat.gif" alt="" border="0" /></a>
    			
    			<a href="forumdisplay.php?f=21">Philosophy</a>
    			
    			
    		</td>
    	</tr>
    
    </tbody>
    
    
    
    <tbody id="collapseobj_forumbit_21" style="">
    
    <tr align="center">
    	<td class="alt2"><img src="images/statusicon/forum_new.gif" alt="" border="0" id="forum_statusicon_35" /></td>
    	<td class="alt1Active" align="left" id="f35">
    		<div>
    			<a href="forumdisplay.php?f=35"><strong>General Philosophy</strong></a>
    			<span class="smallfont">(19 Viewing)</span>
    		</div>
    		
    		
    		
    	</td>
    	<td class="alt2">
    <div class="smallfont" align="left">
    	<div>
    		<span style="white-space:nowrap">
    		<img class="inlineimg" src="images/icons/icon3.gif" alt="Lightbulb" border="0" />
    		
    		<a href="showthread.php?goto=newpost&amp;t=110730" style="white-space:nowrap" title="Go to first unread post in thread 'Nature vs. Destiny?'"><strong>Nature vs. Destiny?</strong></a></span>
    	</div>
    	<div style="white-space:nowrap; float:left">
    		by <a href="member.php?find=lastposter&amp;f=35" rel="nofollow">Me-Ki-Gal</a>
    	</div>
    	<div align="right" style="white-space:nowrap">
    		Today <span class="time">09:08 AM</span>
    		<a href="showthread.php?p=2845856#post2845856"><img class="inlineimg" src="images/buttons/lastpost.gif" alt="Go to last post" border="0" /></a>
    	</div>
    </div>
    </td>
    	<td class="alt1">3,073</td>
    	<td class="alt2">98,410</td>
    	
    </tr>
    <tr align="center">
    	<td class="alt2"><img src="images/statusicon/forum_old.gif" alt="" border="0" id="forum_statusicon_22" /></td>
    	<td class="alt1Active" align="left" id="f22">
    		<div>
    			<a href="forumdisplay.php?f=22"><strong>Religion</strong></a>
    			<span class="smallfont">(4 Viewing)</span>
    		</div>
    		
    		
    		
    	</td>
    	<td class="alt2">
    <div class="smallfont" align="left">
    	<div>
    		<span style="white-space:nowrap">
    		
    		
    		<a href="showthread.php?goto=newpost&amp;t=110585" style="white-space:nowrap" title="Go to first unread post in thread 'Weak Atheist vs. Agnostic'"><strong>Weak Atheist vs. Agnostic</strong></a></span>
    	</div>
    	<div style="white-space:nowrap; float:left">
    		by <a href="member.php?find=lastposter&amp;f=22" rel="nofollow">Signal</a>
    	</div>
    	<div align="right" style="white-space:nowrap">
    		Today <span class="time">07:27 AM</span>
    		<a href="showthread.php?p=2845829#post2845829"><img class="inlineimg" src="images/buttons/lastpost.gif" alt="Go to last post" border="0" /></a>
    	</div>
    </div>
    </td>
    	<td class="alt1">546</td>
    	<td class="alt2">38,626</td>
    	
    </tr>
    <tr align="center">
    	<td class="alt2"><img src="images/statusicon/forum_old.gif" alt="" border="0" id="forum_statusicon_61" /></td>
    	<td class="alt1Active" align="left" id="f61">
    		<div>
    			<a href="forumdisplay.php?f=61"><strong>Eastern Philosophy</strong></a>
    			<span class="smallfont">(2 Viewing)</span>
    		</div>
    		
    		
    		
    	</td>
    	<td class="alt2">
    <div class="smallfont" align="left">
    	<div>
    		<span style="white-space:nowrap">
    		
    		
    		<a href="showthread.php?goto=newpost&amp;t=104107" style="white-space:nowrap" title="Go to first unread post in thread 'Swastika is Hinduism'"><strong>Swastika is Hinduism</strong></a></span>
    	</div>
    	<div style="white-space:nowrap; float:left">
    		by <a href="member.php?find=lastposter&amp;f=61" rel="nofollow">CptBork</a>
    	</div>
    	<div align="right" style="white-space:nowrap">
    		10-26-11 <span class="time">08:16 AM</span>
    		<a href="showthread.php?p=2844634#post2844634"><img class="inlineimg" src="images/buttons/lastpost.gif" alt="Go to last post" border="0" /></a>
    	</div>
    </div>
    </td>
    	<td class="alt1">495</td>
    	<td class="alt2">15,083</td>
    	
    </tr>
    <tr align="center">
    	<td class="alt2"><img src="images/statusicon/forum_old.gif" alt="" border="0" id="forum_statusicon_36" /></td>
    	<td class="alt1Active" align="left" id="f36">
    		<div>
    			<a href="forumdisplay.php?f=36"><strong>Ethics, Morality, &amp; Justice</strong></a>
    			<span class="smallfont">(9 Viewing)</span>
    		</div>
    		
    		
    		
    	</td>
    	<td class="alt2">
    <div class="smallfont" align="left">
    	<div>
    		<span style="white-space:nowrap">
    		
    		
    		<a href="showthread.php?goto=newpost&amp;t=110720" style="white-space:nowrap" title="Go to first unread post in thread 'Lawyers'"><strong>Lawyers</strong></a></span>
    	</div>
    	<div style="white-space:nowrap; float:left">
    		by <a href="member.php?find=lastposter&amp;f=36" rel="nofollow">chimpkin</a>
    	</div>
    	<div align="right" style="white-space:nowrap">
    		Today <span class="time">01:41 AM</span>
    		<a href="showthread.php?p=2845700#post2845700"><img class="inlineimg" src="images/buttons/lastpost.gif" alt="Go to last post" border="0" /></a>
    	</div>
    </div>
    </td>
    	<td class="alt1">3,167</td>
    	<td class="alt2">125,493</td>
    	
    </tr>
    
    
    </tbody>
    
    
    <tbody>
    
    	<tr>
    		<td class="tcat" colspan="5">
    			
    			<a style="float:right" href="#top" onclick="return toggle_collapse('forumbit_88')"><img id="collapseimg_forumbit_88" src="images/buttons/collapse_tcat.gif" alt="" border="0" /></a>
    			
    			<a href="forumdisplay.php?f=88">World</a>
    			
    			
    		</td>
    	</tr>
    
    </tbody>
    
    
    
    <tbody id="collapseobj_forumbit_88" style="">
    
    <tr align="center">
    	<td class="alt2"><img src="images/statusicon/forum_old.gif" alt="" border="0" id="forum_statusicon_37" /></td>
    	<td class="alt1Active" align="left" id="f37">
    		<div>
    			<a href="forumdisplay.php?f=37"><strong>World Events</strong></a>
    			<span class="smallfont">(18 Viewing)</span>
    		</div>
    		
    		
    		
    	</td>
    	<td class="alt2">
    <div class="smallfont" align="left">
    	<div>
    		<span style="white-space:nowrap">
    		<img class="inlineimg" src="images/misc/poll_posticon.gif" alt="Poll" border="0" />
    		
    		<a href="showthread.php?goto=newpost&amp;t=96700" style="white-space:nowrap" title="Go to first unread post in thread 'Overpopulation. Do you fear it?'"><strong>Overpopulation. Do you fear it?</strong></a></span>
    	</div>
    	<div style="white-space:nowrap; float:left">
    		by <a href="member.php?find=lastposter&amp;f=37" rel="nofollow">Enmos</a>
    	</div>
    	<div align="right" style="white-space:nowrap">
    		Today <span class="time">05:55 AM</span>
    		<a href="showthread.php?p=2845805#post2845805"><img class="inlineimg" src="images/buttons/lastpost.gif" alt="Go to last post" border="0" /></a>
    	</div>
    </div>
    </td>
    	<td class="alt1">8,682</td>
    	<td class="alt2">257,864</td>
    	
    </tr>
    <tr align="center">
    	<td class="alt2"><img src="images/statusicon/forum_old.gif" alt="" border="0" id="forum_statusicon_90" /></td>
    	<td class="alt1Active" align="left" id="f90">
    		<div>
    			<a href="forumdisplay.php?f=90"><strong>Politics</strong></a>
    			<span class="smallfont">(15 Viewing)</span>
    		</div>
    		
    		
    		
    	</td>
    	<td class="alt2">
    <div class="smallfont" align="left">
    	<div>
    		<span style="white-space:nowrap">
    		
    		
    		<a href="showthread.php?goto=newpost&amp;t=110623" style="white-space:nowrap" title="Go to first unread post in thread 'With Libya secured an American invasion of Africa is under way'"><strong>With Libya secured an American invasion of Africa...</strong></a></span>
    	</div>
    	<div style="white-space:nowrap; float:left">
    		by <a href="member.php?find=lastposter&amp;f=90" rel="nofollow">RedRabbit</a>
    	</div>
    	<div align="right" style="white-space:nowrap">
    		Today <span class="time">04:32 AM</span>
    		<a href="showthread.php?p=2845788#post2845788"><img class="inlineimg" src="images/buttons/lastpost.gif" alt="Go to last post" border="0" /></a>
    	</div>
    </div>
    </td>
    	<td class="alt1">5,518</td>
    	<td class="alt2">197,129</td>
    	
    </tr>
    <tr align="center">
    	<td class="alt2"><img src="images/statusicon/forum_old.gif" alt="" border="0" id="forum_statusicon_91" /></td>
    	<td class="alt1Active" align="left" id="f91">
    		<div>
    			<a href="forumdisplay.php?f=91"><strong>Business &amp; Economics</strong></a>
    			<span class="smallfont">(10 Viewing)</span>
    		</div>
    		
    		
    		
    	</td>
    	<td class="alt2">
    <div class="smallfont" align="left">
    	<div>
    		<span style="white-space:nowrap">
    		
    		
    		<a href="showthread.php?goto=newpost&amp;t=110676" style="white-space:nowrap" title="Go to first unread post in thread 'How are EURO banks going to bail out Greece?'"><strong>How are EURO banks going to bail out Greece?</strong></a></span>
    	</div>
    	<div style="white-space:nowrap; float:left">
    		by <a href="member.php?find=lastposter&amp;f=91" rel="nofollow">The Esotericist</a>
    	</div>
    	<div align="right" style="white-space:nowrap">
    		Today <span class="time">08:53 AM</span>
    		<a href="showthread.php?p=2845845#post2845845"><img class="inlineimg" src="images/buttons/lastpost.gif" alt="Go to last post" border="0" /></a>
    	</div>
    </div>
    </td>
    	<td class="alt1">1,380</td>
    	<td class="alt2">35,080</td>
    	
    </tr>
    <tr align="center">
    	<td class="alt2"><img src="images/statusicon/forum_old.gif" alt="" border="0" id="forum_statusicon_89" /></td>
    	<td class="alt1Active" align="left" id="f89">
    		<div>
    			<a href="forumdisplay.php?f=89"><strong>History</strong></a>
    			<span class="smallfont">(16 Viewing)</span>
    		</div>
    		
    		
    		
    	</td>
    	<td class="alt2">
    <div class="smallfont" align="left">
    	<div>
    		<span style="white-space:nowrap">
    		
    		
    		<a href="showthread.php?goto=newpost&amp;t=110718" style="white-space:nowrap" title="Go to first unread post in thread 'True Tales of Honour'"><strong>True Tales of Honour</strong></a></span>
    	</div>
    	<div style="white-space:nowrap; float:left">
    		by <a href="member.php?find=lastposter&amp;f=89" rel="nofollow">nietzschefan</a>
    	</div>
    	<div align="right" style="white-space:nowrap">
    		Yesterday <span class="time">02:38 PM</span>
    		<a href="showthread.php?p=2845467#post2845467"><img class="inlineimg" src="images/buttons/lastpost.gif" alt="Go to last post" border="0" /></a>
    	</div>
    </div>
    </td>
    	<td class="alt1">825</td>
    	<td class="alt2">27,648</td>
    	
    </tr>
    
    
    </tbody>
    
    
    <tbody>
    
    	<tr>
    		<td class="tcat" colspan="5">
    			
    			<a style="float:right" href="#top" onclick="return toggle_collapse('forumbit_28')"><img id="collapseimg_forumbit_28" src="images/buttons/collapse_tcat.gif" alt="" border="0" /></a>
    			
    			<a href="forumdisplay.php?f=28">Life</a>
    			
    			
    		</td>
    	</tr>
    
    </tbody>
    
    
    
    <tbody id="collapseobj_forumbit_28" style="">
    
    <tr align="center">
    	<td class="alt2"><img src="images/statusicon/forum_old.gif" alt="" border="0" id="forum_statusicon_19" /></td>
    	<td class="alt1Active" align="left" id="f19">
    		<div>
    			<a href="forumdisplay.php?f=19"><strong>Free Thoughts</strong></a>
    			<span class="smallfont">(66 Viewing)</span>
    		</div>
    		<div class="smallfont">random ideas, thoughts, trivialities</div>
    		
    		
    	</td>
    	<td class="alt2">
    <div class="smallfont" align="left">
    	<div>
    		<span style="white-space:nowrap">
    		
    		
    		<a href="showthread.php?goto=newpost&amp;t=110664" style="white-space:nowrap" title="Go to first unread post in thread 'What Are You Doing Right Now? Part I'"><strong>What Are You Doing Right Now? Part I</strong></a></span>
    	</div>
    	<div style="white-space:nowrap; float:left">
    		by <a href="member.php?find=lastposter&amp;f=19" rel="nofollow">nietzschefan</a>
    	</div>
    	<div align="right" style="white-space:nowrap">
    		Today <span class="time">07:57 AM</span>
    		<a href="showthread.php?p=2845832#post2845832"><img class="inlineimg" src="images/buttons/lastpost.gif" alt="Go to last post" border="0" /></a>
    	</div>
    </div>
    </td>
    	<td class="alt1">14,965</td>
    	<td class="alt2">397,408</td>
    	
    </tr>
    <tr align="center">
    	<td class="alt2"><img src="images/statusicon/forum_old.gif" alt="" border="0" id="forum_statusicon_62" /></td>
    	<td class="alt1Active" align="left" id="f62">
    		<div>
    			<a href="forumdisplay.php?f=62"><strong>Art &amp; Culture</strong></a>
    			<span class="smallfont">(20 Viewing)</span>
    		</div>
    		<div class="smallfont">literature, film, music, art</div>
    		
    		
    	</td>
    	<td class="alt2">
    <div class="smallfont" align="left">
    	<div>
    		<span style="white-space:nowrap">
    		
    		
    		<a href="showthread.php?goto=newpost&amp;t=110707" style="white-space:nowrap" title="Go to first unread post in thread 'Quote of the Day'"><strong>Quote of the Day</strong></a></span>
    	</div>
    	<div style="white-space:nowrap; float:left">
    		by <a href="member.php?find=lastposter&amp;f=62" rel="nofollow">Signal</a>
    	</div>
    	<div align="right" style="white-space:nowrap">
    		Today <span class="time">07:10 AM</span>
    		<a href="showthread.php?p=2845820#post2845820"><img class="inlineimg" src="images/buttons/lastpost.gif" alt="Go to last post" border="0" /></a>
    	</div>
    </div>
    </td>
    	<td class="alt1">4,314</td>
    	<td class="alt2">86,737</td>
    	
    </tr>
    <tr align="center">
    	<td class="alt2"><img src="images/statusicon/forum_old.gif" alt="" border="0" id="forum_statusicon_26" /></td>
    	<td class="alt1Active" align="left" id="f26">
    		<div>
    			<a href="forumdisplay.php?f=26"><strong>SciFi &amp; Fantasy</strong></a>
    			<span class="smallfont">(6 Viewing)</span>
    		</div>
    		<div class="smallfont">star trek, star wars, x-files, fantasy, fiction, alternative history</div>
    		
    		
    	</td>
    	<td class="alt2">
    <div class="smallfont" align="left">
    	<div>
    		<span style="white-space:nowrap">
    		
    		
    		<a href="showthread.php?goto=newpost&amp;t=109817" style="white-space:nowrap" title="Go to first unread post in thread 'Doctor who'"><strong>Doctor who</strong></a></span>
    	</div>
    	<div style="white-space:nowrap; float:left">
    		by <a href="member.php?find=lastposter&amp;f=26" rel="nofollow">AlexG</a>
    	</div>
    	<div align="right" style="white-space:nowrap">
    		Yesterday <span class="time">11:56 PM</span>
    		<a href="showthread.php?p=2845670#post2845670"><img class="inlineimg" src="images/buttons/lastpost.gif" alt="Go to last post" border="0" /></a>
    	</div>
    </div>
    </td>
    	<td class="alt1">1,547</td>
    	<td class="alt2">66,361</td>
    	
    </tr>
    <tr align="center">
    	<td class="alt2"><img src="images/statusicon/forum_old.gif" alt="" border="0" id="forum_statusicon_102" /></td>
    	<td class="alt1Active" align="left" id="f102">
    		<div>
    			<a href="forumdisplay.php?f=102"><strong>Health &amp; Fitness</strong></a>
    			<span class="smallfont">(4 Viewing)</span>
    		</div>
    		<div class="smallfont">health and fitness discussion, suggestion and advices, ...</div>
    		
    		
    	</td>
    	<td class="alt2">
    <div class="smallfont" align="left">
    	<div>
    		<span style="white-space:nowrap">
    		
    		
    		<a href="showthread.php?goto=newpost&amp;t=93341" style="white-space:nowrap" title="Go to first unread post in thread 'Cheapest Form of Good Nutrition?'"><strong>Cheapest Form of Good Nutrition?</strong></a></span>
    	</div>
    	<div style="white-space:nowrap; float:left">
    		by <a href="member.php?find=lastposter&amp;f=102" rel="nofollow">830hobbes</a>
    	</div>
    	<div align="right" style="white-space:nowrap">
    		Yesterday <span class="time">10:54 AM</span>
    		<a href="showthread.php?p=2845357#post2845357"><img class="inlineimg" src="images/buttons/lastpost.gif" alt="Go to last post" border="0" /></a>
    	</div>
    </div>
    </td>
    	<td class="alt1">283</td>
    	<td class="alt2">7,947</td>
    	
    </tr>
    
    
    </tbody>
    
    
    <tbody>
    
    	<tr>
    		<td class="tcat" colspan="5">
    			
    			<a style="float:right" href="#top" onclick="return toggle_collapse('forumbit_24')"><img id="collapseimg_forumbit_24" src="images/buttons/collapse_tcat.gif" alt="" border="0" /></a>
    			
    			<a href="forumdisplay.php?f=24">On the Fringe</a>
    			
    			
    		</td>
    	</tr>
    
    </tbody>
    
    
    
    <tbody id="collapseobj_forumbit_24" style="">
    
    <tr align="center">
    	<td class="alt2"><img src="images/statusicon/forum_old.gif" alt="" border="0" id="forum_statusicon_107" /></td>
    	<td class="alt1Active" align="left" id="f107">
    		<div>
    			<a href="forumdisplay.php?f=107"><strong>Alternative Theories</strong></a>
    			<span class="smallfont">(4 Viewing)</span>
    		</div>
    		<div class="smallfont">revolutionary physics, alternative medicine, creationism/intelligent design and more</div>
    		
    		
    	</td>
    	<td class="alt2">
    <div class="smallfont" align="left">
    	<div>
    		<span style="white-space:nowrap">
    		
    		
    		<a href="showthread.php?goto=newpost&amp;t=110340" style="white-space:nowrap" title="Go to first unread post in thread 'Sylwester's 'Everlasting theory''"><strong>Sylwester's 'Everlasting theory'</strong></a></span>
    	</div>
    	<div style="white-space:nowrap; float:left">
    		by <a href="member.php?find=lastposter&amp;f=107" rel="nofollow">Sylwester Kornowski</a>
    	</div>
    	<div align="right" style="white-space:nowrap">
    		Today <span class="time">05:20 AM</span>
    		<a href="showthread.php?p=2845799#post2845799"><img class="inlineimg" src="images/buttons/lastpost.gif" alt="Go to last post" border="0" /></a>
    	</div>
    </div>
    </td>
    	<td class="alt1">27</td>
    	<td class="alt2">1,891</td>
    	
    </tr>
    <tr align="center">
    	<td class="alt2"><img src="images/statusicon/forum_old.gif" alt="" border="0" id="forum_statusicon_68" /></td>
    	<td class="alt1Active" align="left" id="f68">
    		<div>
    			<a href="forumdisplay.php?f=68"><strong>Parapsychology</strong></a>
    			<span class="smallfont">(4 Viewing)</span>
    		</div>
    		<div class="smallfont">ESP, telepathy, faith healing, precognition, dowsing, talking to dead people</div>
    		
    		
    	</td>
    	<td class="alt2">
    <div class="smallfont" align="left">
    	<div>
    		<span style="white-space:nowrap">
    		
    		
    		<a href="showthread.php?goto=newpost&amp;t=110363" style="white-space:nowrap" title="Go to first unread post in thread 'Is this science?'"><strong>Is this science?</strong></a></span>
    	</div>
    	<div style="white-space:nowrap; float:left">
    		by <a href="member.php?find=lastposter&amp;f=68" rel="nofollow">scheherazade</a>
    	</div>
    	<div align="right" style="white-space:nowrap">
    		Yesterday <span class="time">09:03 PM</span>
    		<a href="showthread.php?p=2845603#post2845603"><img class="inlineimg" src="images/buttons/lastpost.gif" alt="Go to last post" border="0" /></a>
    	</div>
    </div>
    </td>
    	<td class="alt1">835</td>
    	<td class="alt2">22,871</td>
    	
    </tr>
    <tr align="center">
    	<td class="alt2"><img src="images/statusicon/forum_old.gif" alt="" border="0" id="forum_statusicon_108" /></td>
    	<td class="alt1Active" align="left" id="f108">
    		<div>
    			<a href="forumdisplay.php?f=108"><strong>UFOs, Ghosts and Monsters</strong></a>
    			<span class="smallfont">(2 Viewing)</span>
    		</div>
    		<div class="smallfont">They are amongst us...</div>
    		
    		
    	</td>
    	<td class="alt2">
    <div class="smallfont" align="left">
    	<div>
    		<span style="white-space:nowrap">
    		<img class="inlineimg" src="images/misc/poll_posticon.gif" alt="Poll" border="0" />
    		
    		<a href="showthread.php?goto=newpost&amp;t=110625" style="white-space:nowrap" title="Go to first unread post in thread 'Do you think Aliens Exist?'"><strong>Do you think Aliens Exist?</strong></a></span>
    	</div>
    	<div style="white-space:nowrap; float:left">
    		by <a href="member.php?find=lastposter&amp;f=108" rel="nofollow">nietzschefan</a>
    	</div>
    	<div align="right" style="white-space:nowrap">
    		Today <span class="time">08:13 AM</span>
    		<a href="showthread.php?p=2845835#post2845835"><img class="inlineimg" src="images/buttons/lastpost.gif" alt="Go to last post" border="0" /></a>
    	</div>
    </div>
    </td>
    	<td class="alt1">23</td>
    	<td class="alt2">1,633</td>
    	
    </tr>
    <tr align="center">
    	<td class="alt2"><img src="images/statusicon/forum_old.gif" alt="" border="0" id="forum_statusicon_106" /></td>
    	<td class="alt1Active" align="left" id="f106">
    		<div>
    			<a href="forumdisplay.php?f=106"><strong>Conspiracies</strong></a>
    			
    		</div>
    		<div class="smallfont">faked moon landings, JFK, etc.</div>
    		
    		
    	</td>
    	<td class="alt2">
    <div class="smallfont" align="left">
    	<div>
    		<span style="white-space:nowrap">
    		
    		
    		<a href="showthread.php?goto=newpost&amp;t=110626" style="white-space:nowrap" title="Go to first unread post in thread 'Conspiracy Theories and Imagination'"><strong>Conspiracy Theories and Imagination</strong></a></span>
    	</div>
    	<div style="white-space:nowrap; float:left">
    		by <a href="member.php?find=lastposter&amp;f=106" rel="nofollow">nietzschefan</a>
    	</div>
    	<div align="right" style="white-space:nowrap">
    		10-26-11 <span class="time">10:47 AM</span>
    		<a href="showthread.php?p=2844726#post2844726"><img class="inlineimg" src="images/buttons/lastpost.gif" alt="Go to last post" border="0" /></a>
    	</div>
    </div>
    </td>
    	<td class="alt1">16</td>
    	<td class="alt2">683</td>
    	
    </tr>
    <tr align="center">
    	<td class="alt2"><img src="images/statusicon/forum_old.gif" alt="" border="0" id="forum_statusicon_27" /></td>
    	<td class="alt1Active" align="left" id="f27">
    		<div>
    			<a href="forumdisplay.php?f=27"><strong>Pseudoscience</strong></a>
    			<span class="smallfont">(4 Viewing)</span>
    		</div>
    		<div class="smallfont">If it doesn't fit in any of the other Fringe categories...</div>
    		
    		
    	</td>
    	<td class="alt2">
    <div class="smallfont" align="left">
    	<div>
    		<span style="white-space:nowrap">
    		
    		
    		<a href="showthread.php?goto=newpost&amp;t=109463" style="white-space:nowrap" title="Go to first unread post in thread 'living elementary particles'"><strong>living elementary particles</strong></a></span>
    	</div>
    	<div style="white-space:nowrap; float:left">
    		by <a href="member.php?find=lastposter&amp;f=27" rel="nofollow">zotkin</a>
    	</div>
    	<div align="right" style="white-space:nowrap">
    		Yesterday <span class="time">10:47 AM</span>
    		<a href="showthread.php?p=2845350#post2845350"><img class="inlineimg" src="images/buttons/lastpost.gif" alt="Go to last post" border="0" /></a>
    	</div>
    </div>
    </td>
    	<td class="alt1">154</td>
    	<td class="alt2">10,812</td>
    	
    </tr>
    
    
    </tbody>
    
    
    <tbody>
    
    	<tr>
    		<td class="tcat" colspan="5">
    			
    			<a style="float:right" href="#top" onclick="return toggle_collapse('forumbit_4')"><img id="collapseimg_forumbit_4" src="images/buttons/collapse_tcat.gif" alt="" border="0" /></a>
    			
    			<a href="forumdisplay.php?f=4">sciforums.com</a>
    			
    			
    		</td>
    	</tr>
    
    </tbody>
    
    
    
    <tbody id="collapseobj_forumbit_4" style="">
    
    <tr align="center">
    	<td class="alt2"><img src="images/statusicon/forum_old.gif" alt="" border="0" id="forum_statusicon_86" /></td>
    	<td class="alt1Active" align="left" id="f86">
    		<div>
    			<a href="forumdisplay.php?f=86"><strong>About the Members</strong></a>
    			<span class="smallfont">(7 Viewing)</span>
    		</div>
    		<div class="smallfont">pictures, names, motivations, new members' introduction</div>
    		
    		
    	</td>
    	<td class="alt2">
    <div class="smallfont" align="left">
    	<div>
    		<span style="white-space:nowrap">
    		
    		
    		<a href="showthread.php?goto=newpost&amp;t=110722" style="white-space:nowrap" title="Go to first unread post in thread 'Hello'"><strong>Hello</strong></a></span>
    	</div>
    	<div style="white-space:nowrap; float:left">
    		by <a href="member.php?find=lastposter&amp;f=86" rel="nofollow">Enmos</a>
    	</div>
    	<div align="right" style="white-space:nowrap">
    		Today <span class="time">06:45 AM</span>
    		<a href="showthread.php?p=2845811#post2845811"><img class="inlineimg" src="images/buttons/lastpost.gif" alt="Go to last post" border="0" /></a>
    	</div>
    </div>
    </td>
    	<td class="alt1">2,512</td>
    	<td class="alt2">121,225</td>
    	
    </tr>
    <tr align="center">
    	<td class="alt2"><img src="images/statusicon/forum_old.gif" alt="" border="0" id="forum_statusicon_12" /></td>
    	<td class="alt1Active" align="left" id="f12">
    		<div>
    			<a href="forumdisplay.php?f=12"><strong>Site Feedback</strong></a>
    			<span class="smallfont">(4 Viewing)</span>
    		</div>
    		<div class="smallfont">questions, criticisms, suggestions</div>
    		
    		
    	</td>
    	<td class="alt2">
    <div class="smallfont" align="left">
    	<div>
    		<span style="white-space:nowrap">
    		
    		
    		<a href="showthread.php?goto=newpost&amp;t=110638" style="white-space:nowrap" title="Go to first unread post in thread 'Heres a Problem to solve!'"><strong>Heres a Problem to solve!</strong></a></span>
    	</div>
    	<div style="white-space:nowrap; float:left">
    		by <a href="member.php?find=lastposter&amp;f=12" rel="nofollow">Trippy</a>
    	</div>
    	<div align="right" style="white-space:nowrap">
    		10-25-11 <span class="time">05:59 PM</span>
    		<a href="showthread.php?p=2844328#post2844328"><img class="inlineimg" src="images/buttons/lastpost.gif" alt="Go to last post" border="0" /></a>
    	</div>
    </div>
    </td>
    	<td class="alt1">2,011</td>
    	<td class="alt2">37,394</td>
    	
    </tr>
    <tr align="center">
    	<td class="alt2"><img src="images/statusicon/forum_old.gif" alt="" border="0" id="forum_statusicon_87" /></td>
    	<td class="alt1Active" align="left" id="f87">
    		<div>
    			<a href="forumdisplay.php?f=87"><strong>SF Open Government</strong></a>
    			<span class="smallfont">(2 Viewing)</span>
    		</div>
    		<div class="smallfont">power to the people</div>
    		
    		
    	</td>
    	<td class="alt2">
    <div class="smallfont" align="left">
    	<div>
    		<span style="white-space:nowrap">
    		<img class="inlineimg" src="images/misc/poll_posticon.gif" alt="Poll" border="0" />
    		
    		<a href="showthread.php?goto=newpost&amp;t=110731" style="white-space:nowrap" title="Go to first unread post in thread 'Quote or Insult?'"><strong>Quote or Insult?</strong></a></span>
    	</div>
    	<div style="white-space:nowrap; float:left">
    		by <a href="member.php?find=lastposter&amp;f=87" rel="nofollow">Signal</a>
    	</div>
    	<div align="right" style="white-space:nowrap">
    		Today <span class="time">07:03 AM</span>
    		<a href="showthread.php?p=2845816#post2845816"><img class="inlineimg" src="images/buttons/lastpost.gif" alt="Go to last post" border="0" /></a>
    	</div>
    </div>
    </td>
    	<td class="alt1">767</td>
    	<td class="alt2">37,573</td>
    	
    </tr>
    <tr align="center">
    	<td class="alt2"><img src="images/statusicon/forum_old.gif" alt="" border="0" id="forum_statusicon_101" /></td>
    	<td class="alt1Active" align="left" id="f101">
    		<div>
    			<a href="forumdisplay.php?f=101"><strong>Formal debates</strong></a>
    			<span class="smallfont">(7 Viewing)</span>
    		</div>
    		<div class="smallfont">Organised debates according to agreed rules.</div>
    		
    		
    	</td>
    	<td class="alt2">
    <div class="smallfont" align="left">
    	<div>
    		<span style="white-space:nowrap">
    		
    		
    			<b>Discussion:</b>
    			</span>
    			<span style="white-space:nowrap">
    		
    		<a href="showthread.php?goto=newpost&amp;t=106991" style="white-space:nowrap" title="Go to first unread post in thread 'The Scientific Method is useless'"><strong>The Scientific Method is useless</strong></a></span>
    	</div>
    	<div style="white-space:nowrap; float:left">
    		by <a href="member.php?find=lastposter&amp;f=101" rel="nofollow">Creeping Death</a>
    	</div>
    	<div align="right" style="white-space:nowrap">
    		10-20-11 <span class="time">03:19 PM</span>
    		<a href="showthread.php?p=2841173#post2841173"><img class="inlineimg" src="images/buttons/lastpost.gif" alt="Go to last post" border="0" /></a>
    	</div>
    </div>
    </td>
    	<td class="alt1">86</td>
    	<td class="alt2">3,476</td>
    	
    </tr>
    <tr align="center">
    	<td class="alt2"><img src="images/statusicon/forum_old.gif" alt="" border="0" id="forum_statusicon_98" /></td>
    	<td class="alt1Active" align="left" id="f98">
    		<div>
    			<a href="forumdisplay.php?f=98"><strong>Sci Reviews</strong></a>
    			
    		</div>
    		<div class="smallfont">useful scientific books, magazines, articles, sites</div>
    		
    		
    	</td>
    	<td class="alt2">
    <div class="smallfont" align="left">
    	<div>
    		<span style="white-space:nowrap">
    		<img class="inlineimg" src="images/icons/icon5.gif" alt="Question" border="0" />
    		
    		<a href="showthread.php?goto=newpost&amp;t=108509" style="white-space:nowrap" title="Go to first unread post in thread 'Science Fiction Recommendations'"><strong>Science Fiction Recommendations</strong></a></span>
    	</div>
    	<div style="white-space:nowrap; float:left">
    		by <a href="member.php?find=lastposter&amp;f=98" rel="nofollow">cosmictraveler</a>
    	</div>
    	<div align="right" style="white-space:nowrap">
    		10-21-11 <span class="time">07:50 AM</span>
    		<a href="showthread.php?p=2841495#post2841495"><img class="inlineimg" src="images/buttons/lastpost.gif" alt="Go to last post" border="0" /></a>
    	</div>
    </div>
    </td>
    	<td class="alt1">34</td>
    	<td class="alt2">789</td>
    	
    </tr>
    <tr>
    	<td class="tcat"><span class="smallfont">&nbsp;</span></td>
    	<td class="tcat" colspan="4">
    		<a href="forumdisplay.php?f=58">Archives</a>
    		
    		
    	</td>
    </tr>
    
    <tr align="center">
    	<td class="alt2"><img src="images/statusicon/forum_old.gif" alt="" border="0" id="forum_statusicon_92" /></td>
    	<td class="alt1Active" align="left" id="f92">
    		<div>
    			<a href="forumdisplay.php?f=92"><strong>The Cesspool</strong></a>
    			<span class="smallfont">(62 Viewing)</span>
    		</div>
    		<div class="smallfont">unintelligent community</div>
    		
    		
    	</td>
    	<td class="alt2">
    <div class="smallfont" align="left">
    	<div>
    		<span style="white-space:nowrap">
    		
    		
    		<a href="showthread.php?goto=newpost&amp;t=110725" style="white-space:nowrap" title="Go to first unread post in thread 'Dental work and society'"><strong>Dental work and society</strong></a></span>
    	</div>
    	<div style="white-space:nowrap; float:left">
    		by <a href="member.php?find=lastposter&amp;f=92" rel="nofollow">Tiassa</a>
    	</div>
    	<div align="right" style="white-space:nowrap">
    		Today <span class="time">04:02 AM</span>
    		<a href="showthread.php?p=2845776#post2845776"><img class="inlineimg" src="images/buttons/lastpost.gif" alt="Go to last post" border="0" /></a>
    	</div>
    </div>
    </td>
    	<td class="alt1">2,060</td>
    	<td class="alt2">99,778</td>
    	
    </tr>
    
    
    </tbody>
    
    
    <tbody>
    	<tr>
    		<td class="tfoot" align="center" colspan="5"><div class="smallfont"><strong>
    			<a href="forumdisplay.php?do=markread" rel="nofollow">Mark Forums Read</a>
    			&nbsp; &nbsp;
    			<a href="showgroups.php" rel="nofollow">View Forum Leaders</a>
    		</strong></div></td>
    	</tr>
    </tbody>
    </table>
    <script type="text/javascript" src="clientscript/vbulletin_read_marker.js?v=381"></script>
    <script type="text/javascript">
    <!--
    vbphrase['doubleclick_forum_markread'] = "Double-click this icon to mark this forum and its contents as read";
    init_forum_readmarker_system();
    //-->
    </script>
    <!-- /main -->
    
    <br />
    
    <br />
    
    <!-- what's going on box -->
    <table class="tborder" cellpadding="6" cellspacing="0" border="0" width="100%" align="center">
    <thead>
    	<tr>
    		<td class="tcat" colspan="2">What's Going On?</td>
    	</tr>
    </thead>
    
    
    <!-- logged-in users -->
    <tbody>
    	<tr>
    		<td class="thead" colspan="2">
    			<a style="float:right" href="#top" onclick="return toggle_collapse('forumhome_activeusers')"><img id="collapseimg_forumhome_activeusers" src="images/buttons/collapse_thead.gif" alt="" border="0" /></a>
    			<a href="online.php" rel="nofollow">Currently Active Users</a>: 584 (28 members and 556 guests)
    		</td>
    	</tr>
    </tbody>
    <tbody id="collapseobj_forumhome_activeusers" style="">
    	<tr>
    		<td class="alt2"><a href="online.php" rel="nofollow"><img src="images/misc/whos_online.gif" alt="View Who's Online" border="0" /></a></td>
    		<td class="alt1" width="100%">
    			<div class="smallfont">
    				<div style="white-space: nowrap">Most users ever online was 1,830, 06-21-07 at 04:04 PM.</div>
    				<div><a href="member.php?u=87852">adoucette</a>, <a href="member.php?u=19321">funkstar</a>, <a href="member.php?u=179688">Fuse26</a>, <a href="member.php?u=180382">khalidcustoms</a>, <a href="member.php?u=29103">MacGyver1968</a>, <a href="member.php?u=96528">Me-Ki-Gal</a>, <a href="member.php?u=10734">Michael</a>, <a href="member.php?u=6319">Nasor</a>, <a href="member.php?u=26247">nietzschefan</a>, <a href="member.php?u=143078">origin</a>, <a href="member.php?u=21378">przyk</a>, <a href="member.php?u=27303">Read-Only</a>, <a href="member.php?u=182856">ronicruz28</a>, <a href="member.php?u=40578">rpenner</a>, <a href="member.php?u=25857">Search &amp; Destroy</a>, <a href="member.php?u=34436">skaught</a>, <a href="member.php?u=137330">Sparkofbliss</a>, <a href="member.php?u=24096">Syzygys</a>, <a href="member.php?u=95206">Tach</a>, <a href="member.php?u=1031">Tiassa</a>, <a href="member.php?u=22682">Walter L. Wagner</a>, <a href="member.php?u=133775">wellwisher</a></div>
    			</div>
    		</td>
    	</tr>
    </tbody>
    <!-- end logged-in users -->
    
    
    <tbody>
    	<tr>
    		<td class="thead" colspan="2">
    			<a style="float:right" href="#top" onclick="return toggle_collapse('forumhome_stats')"><img id="collapseimg_forumhome_stats" src="images/buttons/collapse_thead.gif" alt="" border="0" /></a>
    			SciForums.com Statistics
    		</td>
    	</tr>
    </tbody>
    <tbody id="collapseobj_forumhome_stats" style="">
    	<tr>
    		<td class="alt2"><img src="images/misc/stats.gif" alt="SciForums.com Statistics" border="0" /></td>
    		<td class="alt1" width="100%">
    		<div class="smallfont">
    			<div>
    				Threads: 95,165,
    				Posts: 2,721,511,
    				Members: 24,021
    			</div>
    			<div>Welcome to our newest member, <a href="member.php?u=182877">kohnui8C68</a></div>
                    
    		</div>
    		</td>
    	</tr>
    </tbody>
    
    
    
    
    
    </table>
    <br />
    <!-- end what's going on box -->
    
    <!-- icons and login code -->
    <table cellpadding="0" cellspacing="2" border="0" width="100%">
    <tr valign="bottom">
    	<td>
    		<table cellpadding="2" cellspacing="0" border="0">
    		<tr>
    			<td><img src="images/statusicon/forum_new.gif" alt="Contains New Posts" border="0" /></td>
    			<td class="smallfont">&nbsp; Forum Contains New Posts</td>
    		</tr>
    		<tr>
    			<td><img src="images/statusicon/forum_old.gif" alt="Contains No New Posts" border="0" /></td>
    			<td class="smallfont">&nbsp; Forum Contains No New Posts</td>
    		</tr>
                    
    		</table>
    	</td>
    	
    </tr>
    </table>
    <!-- / icons and login code -->
    
    
    
    
    		</div>
    	</div>
    </div>
    
    <!-- / close content container -->
    
    <div class="smallfont" align="center">All times are GMT -5. The time now is <span class="time">09:10 AM</span>.</div>
    <br />
    
    
    <table width="100%" style="background:#2B2B2B;border-top:solid 2px #646464;" cellpadding="7">
    
    <tr><td class="navbar">
    
    <!-- /content area table -->
    
        
        <center>
            <table><tr>
                  <td class="smallfont" valign="top" align="right">
                  sciforums.com:<br>
                  </td>
                  <td class="smallfont" valign="top" align="left">
                    <a href="sitemap.php">Sitemap</a><br><a href="/">Science Discussions</a><br>
    				<a href="sendmessage.php" rel="nofollow">Contact Us</a><br> -
    				
    				
    				
    				<a href="#top" onclick="self.scrollTo(0, 0); return false;">Top</a>
                  </td>
                  <td width="10"></td>
                  <td width="10" style="border-left: dotted 1px lightgray"></td>
                  <td class="smallfont" valign="top" align="right">
                  Open Communities:
                  </td>
                  <td class="smallfont" valign="top" align="left">
                  <a href="http://www.steadyhealth.com/">Online Health Community</a><br>
                  <a href="http://www.runningforums.com/">The Need To Run</a><br>
                  <a href="http://www.h-desk.com/">PC Security Matters</a><br>
                  <a href="http://www.xtourist.com/">Travel Community: Travel Guides and Reviews</a><br>
                  <a href="http://www.realcool.biz/">The Comprehensive Business Community</a>
                  </td>
                  <td width="10"></td>
                  <td width="10" style="border-left: dotted 1px lightgray"></td>
                  <td class="smallfont" valign="top" align="right">
                  Online Gaming:
                  </td>
                  <td class="smallfont" valign="top" align="left">
                      <a href="http://www.realpoor.com/">Leading online gaming trade center</a>
                  </td>
    			  </tr>
            </table>
          
          <br/>
    	  </center>
    
    
    
    <script type="text/javascript">
    <!--
    	// Main vBulletin Javascript Initialization
    	vBulletin_init();
    //-->
    </script>
    
    
    <!-- Do not remove  or your scheduled tasks will cease to function -->
    
    <center>
    Copyright © 2011 sciforums.com<br/>
    <small>
    Powered by vBulletin<br/>
    Copyright © 2000-2011 Jelsoft Enterprises Limited.
    </small>
    </center>
    </td></tr>
    </table>
    <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
    </script>
    <script type="text/javascript">
    _uacct = "UA-750771-2";
    urchinTracker();
    </script>
    </body>
    </html>
    ...but I don't know how to upload.

    Please Register or Log in to view the hidden image!

     
  10. Enmos Valued Senior Member

    Messages:
    43,184
    That is the Sciforums index page....:bugeye:
     
  11. Stryder Keeper of "good" ideas. Valued Senior Member

    Messages:
    13,105
    Just a point, SCRIPT inclusion to this forum is prohibit for members due to security reasons, so if your intention was to include it here, it won't work directly.

    There are potential work around's however, I wouldn't of course know a VBScript route (considering for the most part that it's now pretty defunct, it did get used for some CGI use on intranet (yes, intranet) server's and did get abused when Operating systems prior to Vista ran the Script Engine for batch usage.

    The work around that some people use requires a server running Apache (mod_rewrite), PHP(Perl or Python will also work) and the GD+ library. This allows the server to create a runtime "image" which can then be attached to a post.

    An example of this would be: Like a pack of....

    Please Register or Log in to view the hidden image!


    (although in this instance the image has the php extension as opposed to a png one, even though the file handler is telling the browser it's an image. A bit of cutting about with rewrite would allow an alias with a .png extension)
     
  12. Fuse26 011 Banned

    Messages:
    54
    Yeah and I accessed it simply by using notepad to open the sciforums web address. I didn't know you could do that, perhaps you did. A lot of fun surfing the web and looking at different addresses though.
     
  13. James R Just this guy, you know? Staff Member

    Messages:
    39,426
    Do you have a question you wish to ask, or a topic you wish to discuss?

    If not, maybe you should try writing a blog or something.
     
Thread Status:
Not open for further replies.

Share This Page