<?php

// Define your username and password
$username = "varturas";
$password = "sarutra";

if ($_POST['txtUsername'] != $username || $_POST['txtPassword'] != $password) {

?>
<html>
<head>
<title> Projects/Endeavors </title>
<meta name="DESCRIPTION" content="Web Projects of Arturas Vaitaitis">
<meta name="AUTHOR" content="Arturas Vaitaitis">
<meta name="COPYRIGHT" content="&copy; 2004-2007 IM Thor LLC">
<meta http-equiv="CONTENT-LANGUAGE" content="en-US">
<meta name="ROBOTS" content="ALL">
<!--meta name="ROBOTS" content="INDEX,NOFOLLOW"--> 
<meta http-equiv="PRAGMA" content="NO-CACHE">
<meta http-equiv="CACHE-CONTROL" content="NO-CACHE">
<meta name="KEYWORDS" content="vaitaitis, Vaitaitis, im thor, Arturas Vaitaitis">
<link rel="shortcut icon" href="http://varturas.webfactional.com/images/favicon.ico" />
</head>
<body bgcolor="#000000" text="#ffffff" link="#00ffff" vlink="#ffffff" alink="#ff0000">
<table cols="2" width="100%" height="80%" border=0>
<tr>
<td align="left" valign="top" width="10%">
<font size+=2><t>
 Causes/Projects/Endeavors <br/>
  &nbsp;&nbsp;<a href="http://en.wikipedia.org/wiki/Neutral_heavy_lepton">
   NHL</a>
  <!--br/>
  &nbsp;&nbsp;<a href="http://newzdaq.com">
   Newsdaq</a-->
  <br/>
  &nbsp;&nbsp;<a href="http://mondevices.com">
   Mondevices</a>
  <br/>
  &nbsp;&nbsp;<a href="http://monbaby.com">
   Monbaby</a>
  <br/>
  &nbsp;&nbsp;<a href="http://searcheck.varturas.webfactional.com">
   SearCheck</a><!--br/>
  &nbsp;&nbsp;<a href="#">
   ThorNET</a><br/>
  &nbsp;&nbsp;<a href="#">
   MedicsR`US</a--><br/>
  &nbsp;&nbsp;<a href="http://cdspricer.varturas.webfactional.com">
   CDsPricer</a><br/>
  &nbsp;&nbsp;Custom Search Engines<br/>
  <ul>
  <li><a href="http://google.com/coop/cse?cx=009582740973688281304%3Arqa0xw1xfug">
   Agnostic Search Engine</a><br/>
  <li><a href="http://google.com/coop/cse?cx=009582740973688281304%3Acqp4-0v-vbo">
   Information Quality</a><br/>
  <li><a href="http://www.google.com/coop/cse?cx=009582740973688281304%3Aqyiwrq0cxk4">
   Computer Science Search</a><br/>
  </ul>
</font></t>
<form name="form" method="post" action="
<?php
 echo $_SERVER['PHP_SELF']; 
 ?>
">
<table>
  <tr>
    <th><label for="txtUsername">Username:</label></th>
    <td><input type="text" title="Enter your Username" name="txtUsername" />
    </td>
  </tr>
  <tr>
    <th><label for="txtpassword">Password:</label></th>
    <td><input type="password" title="Enter your password" name="txtPassword" />
    </td>
  <tr><td></td>
    <td align="right"><input type="submit" name="Submit" value="Login" />
  </td></tr>
</table>
</form>
</td>
<td align="center" valign="top" rowspan=2>
<pre>
               *                ,/|/
                               :  - 
          *       *          ,"  -- 
                             /  ,-- 
                            :   --  
                  *        ;   =
               * *     _. /  "/     
                     < '_ '    \___ 
                *        ;    "  ";'
                *      /    .".'";  
                    * '   ./   \.'  
                     /  ;\`         
              .     ;  ;\           
            '###'   |;|\            
           '#####'   |              
           `##/\#'       /\         
          --`/  \/\__/\-/  \--      
                ' /..\              
                 /....\             
</pre>
</td></tr>
</table>
</body>
</html>

<?php

}
else {

?>
<html>
<head>
<title>Projects Catalog</title>
</head>
<body>
<ul> Projects
<li><a href=http://searcheck.varturas.webfactional.com/web2>web2 business directory</a>
<li><a href=http://google.com/coop/cse?cx=009582740973688281304%3Acqp4-0v-vbo>quality of information</a>
<li>resumescanner</a>
<li>classifiedwatcher</a>
 <ul>Social networks:
   <li> tutorama - Communal tutoring
   <li> stockwhisper - stock rumors
   <li> resume referrals
   <li> medicsrus - communal health recipes
   <li> scenarious - TV scenario
 </ul>
<li> News Mashup (Aljazeera vs Fox News)
<li> stock screener + backtester
<li> 50% off website
<li> catalog of trading strategies
<li> market impact vocabulary
<li> new advertisement media/form
<li> resume classifier
<li> Brigg-Myers test customization
<li> mini-investment consulting
<li> --youtube for kids
</ul>
</body>
</html>
<?php
}
?>
