It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://farmerhouston.idea.informer.com

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Idea Informer &#187; Feedback 2.0</title>
  5. <meta name="description" content="Idea Informer">
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  7. <link rel="shortcut icon"href="http://idea.informer.com/favicon.ico">
  8. <link rel="stylesheet" href="/s/style.css" type="text/css" />
  9.  
  10. <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
  11. <META HTTP-EQUIV="Expires" CONTENT="0">
  12.  
  13. <!--[if IE]>
  14. <link rel="stylesheet" href="/s/ie.css" type="text/css" />
  15. <![endif]-->
  16. <script type="text/javascript" language="javascript"> var siteAdr = '/'; var curUrl = 'http://farmerhouston.idea.informer.com/'; </script>
  17. <script type="text/javascript" language="JavaScript" src="/j/main.js"></script>
  18. <script type="text/javascript" language="JavaScript" src="/j/JsHttpRequest.js"></script>
  19. <script type="text/javascript" language="JavaScript" src="/j/search.js"></script>
  20. <script type="text/javascript" language="JavaScript" src="/j/jquery.js"></script>
  21.        <script type="text/javascript" language="JavaScript" src="/j/reg.js?v=2"></script>
  22.    
  23.  
  24. <script>
  25. var recaptcha_site_key = "6LccMgMTAAAAAPDl_Qgt9E3ydR_jj816pwRBwWuy";
  26. var forgot_captcha;
  27. var reg_captcha;
  28. var create_captcha;
  29. var inlinereg_captcha;
  30. var progreg_captcha;
  31. var incomments_captcha
  32. var onloadCallback = function() {
  33. if ($('#recaptcha-reg').length>0)
  34. reg_captcha = grecaptcha.render('recaptcha-reg', {
  35. 'sitekey': recaptcha_site_key,
  36. });
  37.  
  38. if ($('#recaptcha-create').length>0)
  39. create_captcha = grecaptcha.render('recaptcha-create', {
  40. 'sitekey': recaptcha_site_key,
  41. });
  42.  
  43. if ($('#recaptcha-forgot').length>0)
  44. forgot_captcha = grecaptcha.render('recaptcha-forgot', {
  45. 'sitekey': recaptcha_site_key,
  46. });
  47.  
  48. if ($('#recaptcha-inlinereg').length>0)
  49. inlinereg_captcha = grecaptcha.render('recaptcha-inlinereg', {
  50. 'sitekey': recaptcha_site_key,
  51. });
  52. if ($('#recaptcha-progreg').length>0)
  53. progreg_captcha = grecaptcha.render('recaptcha-progreg', {
  54. 'sitekey': recaptcha_site_key,
  55. });
  56.  
  57. if ($('#captcha_in_comments').length>0)
  58. incomments_captcha = grecaptcha.render('captcha_in_comments', {
  59. 'sitekey': recaptcha_site_key,
  60. });
  61. //data-tabindex
  62. };
  63.  
  64. </script>
  65.  
  66.  
  67. <script src="https://www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit"
  68. async defer>
  69. </script>
  70. </head>
  71. <body id="main_body">
  72.  
  73.  
  74. <div id="header">
  75. <div id="logo">
  76. <a href="http://idea.informer.com/"><img src="/i/logo2.gif" alt="" /></a>
  77. </div>
  78. <div id="about_proj">
  79. <a href="http://idea.informer.com/static/about">About</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://idea.informer.com/news/">News</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://idea.informer.com/faq/">FAQ</a>
  80. </div>
  81. <div id="header_login">
  82.                    <a href="javascript: void(0);" onclick="ShowPopUpL('reg');">Sign up</a> <a href="javascript: void(0);" onclick="ShowPopUpL('login');" id="exit_h">Sign in</a> </div>
  83. </div>
  84. <script language="javascript" type="text/javascript">
  85.    var cur  = 0;
  86.    var open_cat = 0;    
  87.    var imgDir = '/i/';
  88.    
  89.    function AddIdea() {
  90.        Go('/proj/?mod=add&cat='+_v('new_idea_cat').value+'&idea='+_v('search_input').value);
  91.    }
  92.    
  93.    function hideCat()
  94.    {
  95.        _v('new_cat_idea').style.display =
  96.           _v('new_cat_err').style.display =
  97.              _v('new_cat_thank').style.display =
  98.                 _v('new_cat_ques').style.display = 'none';
  99.    }
  100.  
  101.    function selCat()
  102.    {
  103.        _v('new_cat_idea').style.display =
  104.           _v('new_cat_err').style.display =
  105.              _v('new_cat_thank').style.display =
  106.                 _v('new_cat_ques').style.display = 'block';
  107.  
  108.        if (_v('new_idea_cat').value==1)
  109.        {
  110.                _v('new_cat_idea').style.display = 'none';
  111.        }
  112.        if (_v('new_idea_cat').value==2)
  113.        {
  114.                _v('new_cat_ques').style.display = 'none';
  115.        }
  116.        if (_v('new_idea_cat').value==3)
  117.        {
  118.                _v('new_cat_err').style.display = 'none';
  119.        }
  120.        if (_v('new_idea_cat').value==4)
  121.        {
  122.                _v('new_cat_thank').style.display = 'none';
  123.        }
  124.        if (open_cat)
  125.        {
  126.            hideCat();
  127.            open_cat=0;
  128.        }else
  129.        {
  130.                open_cat=1;
  131.        }
  132.    }
  133.    function enCat(cat)
  134.    {
  135.        if (cat=='idea')
  136.        {
  137.            _v('new_cat_text').innerHTML = 'Suggest an idea';
  138.            _v('new_idea_cat').value = 1;
  139.            _v('new_cat_idea').style.display =
  140.                _v('new_cat_err').style.display =
  141.                    _v('new_cat_thank').style.display =
  142.                        _v('new_cat_ques').style.display = 'none';
  143.        }
  144.        if (cat=='err')
  145.        {
  146.            _v('new_cat_text').innerHTML = 'Report a problem';
  147.            _v('new_idea_cat').value = 3;
  148.            _v('new_cat_idea').style.display =
  149.                _v('new_cat_err').style.display =
  150.                    _v('new_cat_thank').style.display =
  151.                        _v('new_cat_ques').style.display = 'none';
  152.        }
  153.        if (cat=='ques')
  154.        {
  155.            _v('new_cat_text').innerHTML = 'Ask a question';
  156.            _v('new_idea_cat').value = 2;
  157.            _v('new_cat_idea').style.display =
  158.                _v('new_cat_err').style.display =
  159.                    _v('new_cat_thank').style.display =
  160.                        _v('new_cat_ques').style.display = 'none';
  161.        }
  162.        if (cat=='thank')
  163.        {
  164.            _v('new_cat_text').innerHTML = 'Leave a testimonial';
  165.            _v('new_idea_cat').value = 4;
  166.            _v('new_cat_idea').style.display =
  167.                _v('new_cat_err').style.display =
  168.                    _v('new_cat_thank').style.display =
  169.                        _v('new_cat_ques').style.display = 'none';
  170.        }
  171.    }
  172.    
  173.    function UpdPage()
  174.    {
  175.        document.forms.filters_set.submit();
  176.    }
  177.    
  178.    function OpenFilter() {
  179.        if ($('#filterset').css('display') == 'none') {
  180.            $('#filterset').css('display', 'block');
  181.  
  182.            $('#open_filter').css('background-image', 'url('+imgDir+'show_d_lt.gif)')
  183.                .children('div').eq(0)
  184.                .css({'background-image': 'url('+imgDir+'show_d_rt.gif)', 'color': '#fff'})
  185.            $('#show_all_b').css('background-image', 'url('+imgDir+'show_lt.gif)')
  186.                .children('div').eq(0)
  187.                .css({'background-image': 'url('+imgDir+'show_rt.gif)', 'color': '#000'})
  188.  
  189.            $('#show_all').val(0);
  190.        } else {
  191.            $('#filterset').css('display', 'none');
  192.  
  193.            $('#show_all_b').css('background-image', 'url('+imgDir+'show_d_lt.gif)')
  194.                .children('div').eq(0)
  195.                .css({'background-image': 'url('+imgDir+'show_d_rt.gif)', 'color': '#fff'})
  196.            $('#open_filter').css('background-image', 'url('+imgDir+'show_lt.gif)')
  197.                .children('div').eq(0)
  198.                .css({'background-image': 'url('+imgDir+'show_rt.gif)', 'color': '#000'})
  199.  
  200.            $('#show_all').val(1);
  201.        }
  202.        
  203.    }
  204.    function ShowAll() {
  205.        if ($('#filterset').css('display') == 'block')
  206.            OpenFilter();
  207.  
  208.        $('#show_all_b').css('background-image', 'url('+imgDir+'show_d_lt.gif)')
  209.            .children('div').eq(0)
  210.            .css({'background-image': 'url('+imgDir+'show_d_rt.gif)', 'color': '#fff'})
  211.        $('#open_filter').css('background-image', 'url('+imgDir+'show_lt.gif)')
  212.            .children('div').eq(0)
  213.            .css({'background-image': 'url('+imgDir+'show_rt.gif)', 'color': '#000'})
  214.        
  215.        $('#show_all').val(1);
  216.        UpdPage();              
  217.    }
  218.    
  219.    function SetCF(mod) {
  220.        _v('show_all').value=0;
  221.        _v('show_'+mod).value = _v('show_'+mod).value==1 ? 0 : 1;
  222.    }
  223.  
  224.    function OrderBy(t) {
  225.        var $target = $('#order_'+t);
  226.  
  227.        var oldbtn_index = $('#orderby').val();
  228.        var newbtn_index = 3 - $('#filt_selector .smbtn').index($target);
  229.  
  230.        if (oldbtn_index == newbtn_index) {
  231.            if ($('#orderasc').val() == 0) {
  232.                $('#orderasc').val(1);
  233.                $target.children('div').eq(0).addClass('asc');
  234.            } else {
  235.                $('#orderasc').val(0);
  236.                $target.children('div').eq(0).removeClass('asc');
  237.            }
  238.        } else {
  239.            $('#orderby').val(newbtn_index);
  240.            $('#orderasc').val(0);
  241.            $('.smbtn_d').removeClass('smbtn_d');
  242.            $target.addClass('smbtn_d');
  243.        }
  244.        
  245.        UpdPage();
  246.    }
  247.    
  248.    
  249. </script>
  250.  
  251. <div id="conteiner">
  252. <div class="v_line">
  253. <div class="content_cont">
  254. <!--left_part-->
  255. <div class="left_part">
  256. <script language="javascript">var tx = 0;</script>
  257.             <div class="site_post">
  258. <h1><a href="http://farmerhouston.idea.informer.com/proj/?mod=verify" onmousemove="tx = 0; if ('none' == _v('project_unverified').style.display) SHBl('project_unverified');" onmouseout="setTimeout(function () { if ('block' == _v('project_unverified').style.display &&  !tx) SHBl('project_unverified'); }, 2000);"><img src="/i/attention_white1.gif" width="13" height="11" alt="" class="unverified_icon" /></a>Why An Individual Buy Used Auto Parts?</h1> <div id="project_unverified" style="display: none;"  onmousemove="tx = 1; if ('none' == _v('project_unverified').style.display) SHBl('project_unverified');" onmouseout="if ('block' == _v('project_unverified').style.display) SHBl('project_unverified');">
  259. <a href="http://farmerhouston.idea.informer.com/proj/?mod=verify"><strong>The project is not verified!</strong></a> <p>Real website owners might not be related to this project...</p>
  260. </div>
  261. <div class="img_block">
  262. </div>
  263. <div class="text_block" style="font-size: 12px;">
  264. <br />
  265. <br />
  266. <br />
  267. Here's how it works. First you have a problem and need to arrange some form of car disposal to get rid of your junk or used car that won't work, or won't sell. Next you're going to look for a junk car removal company that pays cash for junk cars such as the one at the bottom of this article. Once you contact them they'll ask you a few questions about your car or truck and give you a quote right over the phone. If you accept the quote they'll send over a car towing company to tow your car and you'll get paid.<br />
  268. <br />
  269. It is a good opportunity for you to change your broken rear view mirror of both or one side or even to change or replace the parts of your car that are damaged. You can easily find most of the parts of your vehicle. So get rid of the broken car and make your car look new.<br />
  270. <br />
  271. Prior to contacting a  wrecking yard salt lake city  do an inventory, if possible make a list of the working parts. Make sure you have listed the make, model and year as well as mileage. Other things such as wear and tear on tires and items that have recently been purchased will help you define the value.<br />
  272. <br />
  273. Kershaw is fond of their liner lock design, and for good reason. It is a time proven locking system that offers excellent protection for your fingers. They use the super tough lock on the Junkyard knife.<br />
  274. <br />
  275. The inside of your car should not be left to chance either. You will want to look for the best carpet cleaner that you can afford, because, if you have kids, they are going to make your interior a mess at one point or another and you need a way to clean that up as well. You should also consider trash bags that are made for cars so that you are not just throwing your trash on the floor. These can be found at your local auto parts store.<br />
  276. <br />
  277. There is always a need to buy auto parts from reputed professionals. Though this makes it a bit expensive, this will indeed save a lot in the long run. These car parts are available in a large scale at massive warehouses and online retailers. A local retailer would be best if you have a really tight budget and need long lasting auto parts. A guarantee should be the only reliable way to remain on the safe side. Though it is hard to get a guarantee for a used product, the reputed retailers are able to give a guarantee for a little extra cost. Sometimes a short-term warranty is associated with the part you need.<br />
  278. <br />
  279. Now you can find out everything you would ever want to know about a neighborhood or even a whole city by just surfing the enormous number of real estate site that have comparables, resent sales number, noise and light level, and just general gossip. Never forget...knowledge is power!<br />
  280. <br />
  281. When you search online forums for junk car companies, never ignore bad feedback even if it is thrown at a big company. Trust the comments unless it resembles spam.<br />
  282. <br />
  283. What's that saying?  pomona junkyard  's not the size of the boat, but the motion of the ocean; or something like that. The point is that you can use your small penis to your advantage! I kid you not. Guys, make the most out of what you have. Learn how to use anything in your toolbox to your benefit. It can be done!<br />
  284. </div>
  285. <div class="face_block">
  286. Managers
  287. <div class="face_name"><a href="http://idea.informer.com/users/farmerhouston">farmerhouston</a></div>
  288. </div>
  289. <div class="cl"></div>
  290. </div>
  291. <div id="search_block">
  292. <form action="/proj/" method="post">
  293. <input type="hidden" name="new_idea_cat" value="1" id="new_idea_cat"/>
  294. <fieldset>
  295. <div class="i_prop">I would like to...</div> <div style="position:relative;">
  296. <input value="" id="search_input" maxlength="50" onkeyup="ShowDelay( 318994, _v('search_input').value, 'search_input', 'sbl', 'lbl', 'search_wait' ); return false;" type="text">
  297.  
  298. <div class="search_ctgr" onclick="selCat();">
  299. <ul>
  300. <li id="new_cat_text" class="search_ctgr_frst">Suggest an idea</li>
  301.                                                                        <li id="new_cat_idea" style="display:none;"><a href="javascript:enCat('idea')">Suggest an idea</a></li>
  302.                                                                        <li id="new_cat_err" style="display:none;"><a href="javascript:enCat('err')">Report a problem</a></li>
  303.                                                                        <li id="new_cat_thank" style="display:none;"><a href="javascript:enCat('thank')">Leave a testimonial</a></li>
  304.                                                                        <li id="new_cat_ques" style="display:none;"><a href="javascript:enCat('ques')">Ask a question</a></li>
  305. </ul>
  306. </div>
  307. </div>
  308. <div class="search_idea" id="search_wait" style="display: none;">Searching for matching ideas...</div>
  309. </fieldset>
  310. </form>
  311. </div>
  312.  
  313.            <span id="lbl">
  314.                <form id="filters_set" name="filters_set" method="get" action="/"><input type="hidden" id="show_all" name="show_all" value="1"/><input type="hidden" id="show_idea" name="show_idea" value="1"/><input type="hidden" id="show_error" name="show_error" value="1"/><input type="hidden" id="show_question" name="show_question" value="1"/><input type="hidden" id="show_thank" name="show_thank" value="1"/><input type="hidden" id="show_expect" name="show_expect" value="1"/><input type="hidden" id="show_inproc" name="show_inproc" value="1"/><input type="hidden" id="show_shedule" name="show_shedule" value="1"/><input type="hidden" id="show_deliver" name="show_deliver" value="0"/><input type="hidden" id="show_complete" name="show_complete" value="1"><input type="hidden" id="show_when" name="show_when" value="0"><input type="hidden" id="orderby" name="orderby" value="1"><input type="hidden" id="orderasc" name="orderasc" value="0"></form><div id="filt_selector"><div style="overflow: hidden;"><div id="order_f" class="smbtn " onclick="OrderBy('f');"><div>by comments</div></div><div id="order_d" class="smbtn " onclick="OrderBy('d');"><div>by date</div></div><div id="order_r" class="smbtn smbtn_d" onclick="OrderBy('r');"><div>by popularity</div></div><b class="b_sort">Sort</b><div id="show_all_b" class="bbtn bbtn_d" onclick="ShowAll();"><div>Display all</div></div><b class="b_or">or</b><div id="open_filter" class="bbtn" onclick="OpenFilter();"><div>Enable filter</div></div></div><div id="filterset" style="display:none; width:500px;"><table><tr><td class="f_title">Category:</td><td class="f_title sharp_title">Status:</td><td class="f_title sharp_title">Date:</td></tr><tr><td valign="top"><ul><li><input id="f_show_idea" onclick="SetCF('idea');" name="f_show_idea" type="checkbox" value="1" checked/> Ideas </li><li><input id="f_show_error" onclick="SetCF('error');" name="f_show_error" type="checkbox" value="1" checked/> Problems </li><li><input id="f_show_question" onclick="SetCF('question');" name="f_show_question" type="checkbox" value="1" checked/> Questions </li><li><input id="f_show_thank" onclick="SetCF('thank');" name="f_show_thank" type="checkbox" value="1" checked/> Testimonials </li></ul></td><td class="fset" valign="top"><ul><li><input id="f_show_expect" onclick="SetCF('expect');" name="f_show_expect" type="checkbox" value="1"checked/> Under consideration </li><li><input id="f_show_inproc" onclick="SetCF('inproc');" name="f_show_inproc" type="checkbox" value="1" checked/> In process </li><li><input id="f_show_shedule" onclick="SetCF('shedule');" name="f_show_shedule" type="checkbox" value="1" checked/> Scheduled </li><li><input id="f_show_deliver" onclick="SetCF('deliver');" name="f_show_deliver" type="checkbox" value="1" /> Rejected </li><li><input id="f_show_complete" onclick="SetCF('complete');" name="f_show_complete" type="checkbox" value="1" checked/> Completed </li></ul></td><td class="fset" valign="top"><ul><li><input name="f_show_when"  type="radio" onclick="_v('show_when').value=this.value;" value="1"/> Today </li><li><input name="f_show_when"  type="radio" onclick="_v('show_when').value=this.value;" value="2"/> Last week </li><li><input name="f_show_when"  type="radio" onclick="_v('show_when').value=this.value;" value="3"/> Last month </li><li><input name="f_show_when" checked type="radio" onclick="_v('show_when').value=this.value;" value="0"/> All </li></ul></td></tr><tr><td colspan="3" align="right"><div id="upd_f" class="bbtn" onclick="UpdPage();"><div>Apply</div></div></td></tr></table></div></div><br/>
  315.                <!--post-->
  316.                <span id="lbk">
  317. <input id="show_idea" type="hidden" name="show_idea"   value="1" />
  318. <input id="show_ques" type="hidden" name="show_ques"   value="1" />
  319. <input id="show_error" type="hidden" name="show_error"  value="1" />
  320. <input id="show_thanks" type="hidden" name="show_thanks" value="1" />
  321.  
  322. no ideas added                                </span>
  323.                <!--/post-->
  324.            </span>
  325.            <span id="sbl"><!-- --></span>
  326. </div>
  327. <!--/left_part-->
  328. <!--right_part-->
  329. <div class="right_part">
  330.    <ul class="right_menu">
  331.        <li><a href="http://idea.informer.com/static/about" class="icon1">What is Idea Informer?</a></li>
  332.  
  333.        
  334.                            <li><a href="/proj/rss" class="icon4" target="_blank">RSS feed</a></li>
  335.            </ul>
  336.  
  337.    
  338.    </div>
  339. <!--/right_part-->
  340. <div class="cl"></div>
  341. </div>
  342. </div>
  343. </div>
  344.  
  345.  
  346.  
  347. <script type="text/javascript">
  348.  
  349. var _gaq = _gaq || [];
  350. _gaq.push(['_setAccount', 'UA-7846226-3']);
  351. _gaq.push(['_setDomainName', '.informer.com']);
  352. _gaq.push(['_trackPageview']);
  353.  
  354. (function() {
  355.   var ga = document.createElement('script'); ga.type = 'text/javascript';
  356. ga.async = true;
  357.   ga.src = ('https:' == document.location.protocol ? 'https://ssl' :
  358. 'http://www') + '.google-analytics.com/ga.js';
  359.   var s = document.getElementsByTagName('script')[0];
  360. s.parentNode.insertBefore(ga, s);
  361. })();
  362. </script>
  363.  
  364.  
  365.  
  366.  
  367. <div class="bottom_u"></div>
  368.  
  369.    
  370. <div class="popup" id="registr_popup" style="display:none;">
  371. <div class="popup_top">
  372. <a class="popup_close" title="Close" onClick="_v('registr_popup').style.display = 'none'; return false;"></a> <div class="popup_title">Sign up</div>
  373.  
  374. <div class="gr_block_lt">
  375. <div class="gr_block_rt">
  376. <div class="gr_block_lb">
  377. <div class="gr_block_rb">
  378.            <div class="red_alarm" id="reg_err" style="display:none;"><!-- --></div>            
  379. <form action="/" method="post" id="register_form">
  380. <fieldset>
  381. <br />
  382. <table id="registr_table">
  383. <tr>
  384. <td class="wdt170 right"><big>Login</big></td>
  385. <td><input type="text" name="fm[login]" id="login" value="" class="text_input" onmouseout="CheckLogin( 'logind1', 'logind2', _v('login').value );" /></td>
  386. <td class="login_status green"><span id="logind1" style="display: none; color: red;"><img src="/i/alarm_icon.gif" alt="" />This login is not available</span><span id="logind2" style="display: none;"><img src="/i/login_ok.gif" alt="" />This login is available</span></td>
  387. </tr>
  388. <tr>
  389. <td></td>
  390. <td colspan="2" class="gray no_padding">Use 3 to 18 characters, Latin characters or numbers</td>
  391. </tr>
  392. <tr>
  393. <td class="wdt170 right"><big>E-mail</big></td>
  394. <td><input type="text" name="fm[email]" id="email" class="text_input" /></td>
  395. <td class="login_status green"></td>
  396. </tr>
  397. <tr>
  398. <td class="wdt170 right"><big>Password</big></td>
  399. <td><input type="password" name="fm[pass]" id="pass" class="text_input" /></td>
  400. <td class="pass_q"></td>
  401. </tr>
  402. <tr>
  403. <td></td>
  404. <td colspan="2" class="gray no_padding">Use 3 to 18 characters, Latin characters or numbers</td>
  405. </tr>
  406. <tr>
  407. <td class="wdt170 right"><big>Re-type password</big></td>
  408. <td><input type="password" name="fm[pass2]" id="pass2" class="text_input" /></td>
  409. <td></td>
  410. </tr>
  411. <tr>
  412. <td class="wdt170 right"></td>
  413. <td><input name="fm[save]" type="checkbox" id="mam_my" class="checkbox" value="1" /> <label for="mam_my">Remember me</label></td>
  414. <td></td>
  415. </tr>
  416. <tr>
  417. <td class="wdt170 right"></td>
  418. <td><div id="recaptcha-reg"></div>
  419.  
  420. </td>
  421. <td></td>
  422. </tr>
  423. <tr>
  424. <td class="wdt170 right"></td>
  425. <td><span id="reg_wait" style="display: none;"><img src="/i/indicator-dark-gray.gif" class="wait" alt="" /></span><input type="submit" id="registr_button" value="Register" onclick="Reg('reg_err', 'reg_wait', _v('login').value, _v('email').value, _v('pass').value, _v('pass2').value, (_v('mam_my').checked ? 1 : 0), _v('g-recaptcha-response').value, reg_captcha, ''); return false;" /></td>
  426. <td></td>
  427. </tr>
  428. </table>
  429. </fieldset>
  430. </form><br />
  431.  
  432. </div>
  433. </div>
  434. </div>
  435. </div>
  436. <div class="have_akk">
  437.                    Already registered? <a href="javascript: void(0);" onclick="ShowPopUpL('login');">Sign in!</a> </div>
  438.  
  439.  
  440. </div>
  441. </div>
  442.    
  443. <div class="popup" id="login_popup" style="display:none;">
  444.     <link rel="stylesheet" href="/s/openid.css" /><script type="text/javascript" src="/j/jquery.js"></script><script type="text/javascript" src="/j/openid-jquery.js"></script><script type="text/javascript">
  445.            $(document).ready(function() {
  446.                openid.init('openid_identifier');
  447.            });
  448.  
  449.    function goOID(){
  450.        $("#e_form").toggle();
  451.              $("#oid_sel").toggle();
  452.            $("#oid_b").toggle();              
  453.            $("#b_enter").toggle();
  454.    }
  455.        </script>        
  456. <div class="popup_top">
  457. <a class="popup_close" title="close" onClick="_v('login_popup').style.display = 'none'; return false;"></a>
  458.  
  459. <div class="popup_title">Sign in</div>
  460.  
  461. <div class="gr_block_lt">
  462. <div class="gr_block_rt">
  463. <div class="gr_block_lb">
  464. <div class="gr_block_rb">
  465.  
  466. <div class="red_alarm" id="login_err" style="display: none;"><!-- --></div>
  467.                        <div id="e_form">
  468. <form action="/" method="post">
  469. <fieldset>
  470. <br />
  471. <table id="registr_table" border="0">
  472. <tr>
  473. <td class="wdt170 right"><big style="line-height:normal;">Login</big></td>
  474. <td><input type="text" name="system_login" id="system_login" value="" class="text_input" /></td>
  475. <td class="login_status green"></td>
  476. </tr>
  477. <tr>
  478. <td class="wdt170 right"><big style="line-height:normal;">Password</big></td>
  479. <td><input type="password" name="system_pass" id="system_pass" value="" class="text_input" /></td>
  480. <td style="padding-left:15px;"><a href="javascript: void(0);" onclick="ShowPopUpL('forgot');">Forgot your password?</a></td>
  481. </tr>
  482. <tr>
  483. <td class="wdt170 right"></td>
  484. <td><input name="remember" type="checkbox" id="mam_my2" class="checkbox" value="1" /> <label for="mam_my2">Remember me</label></td>
  485. <td></td>
  486. </tr>
  487. <tr>
  488. <td class="wdt170 right"></td>
  489. <td><span id="login_wait" style="display: none;" ><img src="/i/indicator-dark-gray.gif" class="wait" alt="" /></span><input type="submit" id="enter_button" value="Enter" onclick="SignIn( 'login_err', 'login_wait', _v('system_login').value, _v('system_pass').value, (_v('mam_my2').checked ? 1 : 0), '' ); return false;" /></td>
  490. <td></td>
  491. </tr>
  492. </table>
  493. </fieldset>
  494. </form><br />
  495. </div>
  496.  
  497. <div id="oid_sel" style="padding:30px; display:none">
  498. <!-- Simple OpenID Selector -->
  499. <form action="/openid.php" method="get" id="openid_form">
  500.    <input type="hidden" name="act" value="verify" />
  501.  
  502.    <div id="openid_choice">
  503. <div id="openid_btns"></div>
  504.    </div>
  505.  
  506.    <div id="openid_input_area">
  507. <input id="openid_identifier" name="openid_identifier" type="text" value="http://" />
  508. <input id="openid_submit" type="submit" value="Sign-In"/>
  509.    </div>
  510.    <noscript>
  511. <p>OpenID is service that allows you to log-on to many different websites using a single indentity.
  512. Find out <a href="http://openid.net/what/">more about OpenID</a> and <a href="http://openid.net/get/">how to get an OpenID enabled account</a>.</p>
  513.    </noscript>
  514. </form>
  515. <!-- /Simple OpenID Selector -->
  516.        </div>
  517.  
  518. </div>
  519. </div>
  520. </div>
  521. </div>
  522. <div class="have_akk">
  523.                    First time here? <a href="javascript: void(0);" onclick="ShowPopUpL('reg');">Register now. It's very easy!</a>                    <span id="oid_b"><a href="#" onclick="goOID(); return false;">OpenID</a></span>
  524.                    <span id="b_enter" style="display:none"><a href="#" onclick="goOID(); return false;">Simple Sign In</a></span>
  525. </div>
  526. </div>
  527. </div>
  528.    
  529. <div class="popup" id="pass_rem" style="display: none;">
  530.    <div class="popup_top">
  531. <a class="popup_close" title="Close" onClick="_v('pass_rem').style.display = 'none'; return false;"></a> <div class="popup_title">Sign in</div>
  532.  
  533. <div class="gr_block_lt">
  534. <div class="gr_block_rt">
  535. <div class="gr_block_lb">
  536. <div class="gr_block_rb">
  537. <div class="blue_alarm">
  538. <div class="blue_alarm_top">
  539.                <span id="frg_info_txt">
  540.                    Enter your email, and we'll send a link to reset your password.                </span>
  541. </div>
  542. </div>
  543.  
  544. <form action="/" method="post">
  545. <fieldset>
  546. <br />
  547. <div class="red_alarm" id="forgot_err" style="display: none;"></div>
  548. <table id="registr_table" border="0">
  549. <tr class="">
  550. <td class="" colspan="3" align="center"></td>
  551. </tr>
  552. <tr>
  553. <td class="wdt170 right"><big>E-mail</big></td>
  554. <td><input type="text" name="forgot_email" id="forgot_email" value="" class="text_input" /></td>
  555. <td class="mailstatus red"></td>
  556. </tr>
  557. <tr>
  558. <td colspan="2" class="pocapcha">
  559. <div id="recaptcha-forgot"></div>
  560.  
  561.  
  562.  
  563. </td>
  564. <td></td>
  565.  
  566. </tr>
  567. <tr>
  568. <td class="wdt170 right"></td>
  569. <td><span id="forgot_wait" style="display: none;" ><img src="/i/indicator-dark-gray.gif" class="wait" alt="" /></span><input type="submit" id="send_button" value="" onclick="Forgot('forgot_err', 'frg_info_txt', 'forgot_wait', _v('forgot_email').value, _v('g-recaptcha-response-1').value, forgot_captcha); return false;" /></td>
  570. <td></td>
  571. </tr>
  572. </table>
  573. </fieldset>
  574. </form><br />
  575.  
  576. </div>
  577. </div>
  578. </div>
  579. </div>
  580. <div class="have_akk">
  581.                    Have you arrived here by mistake? <a href="javascript: void(0);" onclick="ShowPopUpL('login');">Sign in</a> or <a href="javascript: void(0);" onclick="ShowPopUpL('reg');" style="margin-left:0;">Register</a> </div>
  582.  
  583. </div>
  584.     </div>
  585.    
  586.  
  587.  
  588.  
  589.  
  590. <script type="text/javascript">
  591. var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
  592. document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
  593. </script>
  594. <script type="text/javascript">
  595. var pageTracker = _gat._getTracker("UA-4959546-3");
  596. pageTracker._initData();
  597. pageTracker._trackPageview();
  598. </script>
  599.  
  600.    <script type="text/javascript">document.write("<img src='http://hits.informer.com/log.php?id=396&r="+ Math.round(100000 * Math.random()) + "' />");</script>
  601.  
  602. </body>
  603. </html>
  604.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda