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: https://bizinfe.com/gambling

  1.  
  2.  
  3.  
  4.  
  5. <!DOCTYPE html>
  6. <html lang="en">
  7.    <head>
  8. <!-- Global site tag (gtag.js) - Google Analytics -->
  9. <script async src="https://www.googletagmanager.com/gtag/js?id=UA-71350120-2"></script>
  10. <script>
  11.  window.dataLayer = window.dataLayer || [];
  12.  function gtag(){dataLayer.push(arguments);}
  13.  gtag('js', new Date());
  14.  
  15.  gtag('config', 'UA-71350120-2');
  16. </script>
  17.        
  18.  
  19. <title>jus company - please do visit my website - , Uruguay | BizInfe</title>
  20.        
  21. <meta property='og:image' content='https://www.bizinfe.com/images/default_logo.gif'>
  22. <meta name="description" content=''>
  23. <meta name="keywords" content=''>
  24.  
  25.        <meta charset="utf-8">
  26. <!--[if lte IE 9]>
  27.    <link href="css/styles-lte-ie9.css" rel="stylesheet" type="text/css" />
  28. <![endif]-->
  29.  
  30.  
  31.    <base href='https://bizinfe.com/'>
  32.  
  33.  
  34.            <meta name="viewport" content="width=device-width, initial-scale=1">
  35.        <link href="css/bootstrap.min.css" rel="stylesheet" />
  36.        <link href="style.css" rel="stylesheet" />
  37.  
  38.  
  39.        <link href="css/styles.css" rel="stylesheet" type="text/css" />
  40.        <link href="css/search.css" rel="stylesheet" type="text/css" />
  41.  
  42.        <script type="text/javascript" src="js/jquery-1.11.1.min.js"></script>
  43.  
  44.  
  45.        <link rel="stylesheet" href="css/mnustyles.css">
  46.  
  47. <style>
  48.  
  49.    @media screen and (min-width:991px) {
  50. .header
  51. {
  52.   position:fixed;
  53.   z-index: 999999999;
  54. }
  55.  
  56. #header_fixed
  57. {
  58.    display: block;
  59.    width:100%;
  60.    height:34px;
  61. }
  62.  
  63. #SocialStream
  64. {
  65.       position:fixed !important;
  66. }
  67.  
  68.  
  69. .mapfixed
  70. {
  71.    position:fixed;
  72.    width: 325px !important;
  73.    top:82px;
  74. }
  75.  
  76.  
  77.  
  78. }
  79.  
  80. @media screen and (max-width:990px) {
  81. #header_fixed
  82. {
  83.    display: none
  84. }
  85.  
  86. }
  87.  
  88. </style>
  89.  
  90.  
  91. <script>
  92.  
  93. $(function (){
  94.    $("#scrolledheader").html($("#pageheading").html());
  95. });
  96. $(window).scroll(function() {
  97.  if ($(window).scrollTop() > 260 && $(window).width() > 991) {
  98. $("#scrolledheader").show();
  99. $("#mapwrap").addClass("mapfixed");
  100. } else {
  101.    $("#scrolledheader").hide();
  102.    $("#mapwrap").removeClass("mapfixed");
  103.  }
  104.    // console.log($(window).width());
  105. });
  106. </script>
  107.  
  108.  
  109.  
  110.  
  111.            </head>
  112.    <body>
  113.  
  114.        <div class="header" style="background:#B2BDC5; margin-bottom: 2px;">
  115.  
  116.  
  117.                <script type="text/javascript">
  118.  
  119.    function submitlogin()
  120. {
  121.  
  122. no_error = true;
  123.  
  124. validate_login_name();
  125. validate_login_password();
  126.  
  127. return no_error;
  128.  
  129. }
  130.  
  131. function validate_login_name()
  132. {
  133. var x=$('#login_name').val();
  134. var atpos=x.indexOf("@");
  135. var dotpos=x.lastIndexOf(".");
  136.  
  137.    if( atpos<1 || dotpos<atpos+2 || dotpos+2>=x.length)
  138.    {
  139.        $('#login_name').addClass('err');
  140.        no_error = false;
  141.    }
  142.    else
  143.    {
  144.        $('#login_name').removeClass('err');
  145.    }
  146. }
  147.  
  148. function validate_login_password()
  149. {
  150.    if($('#login_password').val().length<4)
  151.    {
  152.        $('#login_password').addClass('err');
  153.        no_error = false;
  154.    }
  155.    else
  156.    {
  157.        $('#login_password').removeClass('err');
  158.    }
  159. }
  160.  
  161. function searchresults()
  162. {
  163.    limit = 10;
  164.    offset = 0;
  165.    loadingnow = false;
  166.  
  167.    var query = $('#q').val();
  168.    var searchcountry = $('#searchcountry').val();
  169.    
  170.  
  171.  
  172.  
  173.    if(query != '' && query != "Search Business, Products & more.")
  174.    {
  175.  
  176.    $(location).attr('href','index.php?q='+query+'&country='+searchcountry);
  177.  
  178.        $('#resultsdiv').html("<center><img src='images/loading.gif' /></center>");
  179.  
  180.            $.ajax({
  181.           type: "POST",
  182.           url: "functions/get_results.php",
  183.           data: {
  184.                    query : query,
  185.                    searchcountry : searchcountry,
  186.                    limit : limit,
  187.                    offset : offset
  188.                 },
  189.           success: function(response){
  190.                    $('#resultsdiv').html(response);
  191.                    //$('#resultsdiv').slideDown("slow");
  192.                    //$('#reg_form')[0].reset();
  193.  
  194.                }
  195.  
  196.       });
  197.    }
  198.  
  199. }
  200.  
  201.  
  202. function searchresultsmore(limit, offset)
  203. {
  204.    var query = $('#q').val();
  205.    if(query != '' && query != "Search Business, Products & more." && $('#resultcount').val() >= offset)
  206.    {
  207.  
  208.        $('#resultsdiv').append("<center><img src='images/loading.gif' id='moreloading' /></center>");
  209.  
  210.            $.ajax({
  211.           type: "POST",
  212.           url: "functions/get_results.php",
  213.           data: {
  214.                    query : query,
  215.                    limit : limit,
  216.                    offset : offset
  217.                 },
  218.           success: function(response){
  219.                    $('#moreloading').remove();
  220.                    $('#resultsdiv').append(response);
  221.                    //$('#resultsdiv').slideDown("slow");
  222.                    //$('#reg_form')[0].reset();
  223.                    loadingnow = false;
  224.                }
  225.  
  226.       });
  227.    }
  228.  
  229. }
  230.  
  231. $(function (){
  232.    loadingnow = false;
  233.    limit = 10;
  234.    offset = 0;
  235.  
  236.    $('#q').bind("enterKey",function(e){
  237.   searchresults();
  238. });
  239.  
  240.  
  241.  
  242.  
  243.    $(window).scroll(function() {
  244.          if ($(window).scrollTop() + $(window).height() >= $('#resultsdiv').height() ) {
  245.              if(loadingnow == false)
  246.              {
  247.                  loadingnow = true;
  248.                  offset = offset + limit;
  249.                  searchresultsmore(limit,offset);
  250.  
  251.              }
  252.          }
  253.        });
  254.  
  255.  
  256.    $('#resultsdiv').scroll(function(){
  257.        if ($('#resultsdiv').scrollTop() == $('#resultsdiv').height()){
  258.  
  259.        }
  260.    });
  261.  
  262.  
  263. });
  264.  
  265.  
  266. </script>
  267.  
  268.  
  269.  
  270. <div class="header_line2" style="background: #DADADA;">
  271.  
  272.            <div class="container no-padding">
  273.  
  274. <div class="row">
  275. <div class="col-sm-6">
  276.                   <div class="searchbox" >
  277.  
  278.                            <form id="tfnewsearch" method="get" action="javascript:;">
  279.                            <a href="myhome.php"><img alt="" style="float:left; display:inline-block; margin:-2px 10px 0 0;" src="images/b_icon.png"></a>
  280.                <input type="text" class="tftextinput" id="q"  onfocus="if(this.value == 'Search Business, Products &amp; more.'){this.value = '';}" onblur="if(this.value == ''){this.value='Search Business, Products &amp; more.';}" value="Search Business, Products &amp; more." name="q" size="70" maxlength="160" style="height:26px;">
  281.                <select name="searchcountry" class="searchcountry" id="searchcountry">
  282. <option value="0" selected="selected">Country</option><option value='AF'  >Afghanistan</option><option value='AX'  >Aland Islands
  283. Ã\x85land Islands</option><option value='AL'  >Albania</option><option value='DZ'  >Algeria
  284. </option><option value='AS'  >American Samoa
  285. </option><option value='AD'  >Andorra</option><option value='AO'  >Angola
  286. </option><option value='AI'  >Anguilla</option><option value='AQ'  >Antarctica
  287. </option><option value='AG'  >Antigua and Barbuda</option><option value='AR'  >Argentina
  288. </option><option value='AM'  >Armenia
  289. </option><option value='AW'  >Aruba
  290. </option><option value='AU'  >Australia
  291. </option><option value='AT'  >Austria
  292. </option><option value='AZ'  >Azerbaijan
  293. </option><option value='BS'  >Bahamas
  294. </option><option value='BH'  >Bahrain
  295. </option><option value='BD'  >Bangladesh
  296. </option><option value='BB'  >Barbados
  297. </option><option value='BY'  >Belarus
  298. </option><option value='BE'  >Belgium
  299. </option><option value='BZ'  >Belize
  300. </option><option value='BJ'  >Benin
  301. </option><option value='BM'  >Bermuda
  302. </option><option value='BT'  >Bhutan
  303. </option><option value='BO'  >Bolivia
  304. Bolivia, Plurinational state of</option><option value='BA'  >Bosnia and Herzegovina
  305. </option><option value='BW'  >Botswana
  306. </option><option value='BV'  >Bouvet Island
  307. </option><option value='BR'  >Brazil
  308. </option><option value='IO'  >British Indian Ocean Territory
  309. </option><option value='BN'  >Brunei Darussalam
  310. </option><option value='BG'  >Bulgaria
  311. </option><option value='BF'  >Burkina Faso
  312. </option><option value='BI'  >Burundi
  313. </option><option value='KH'  >Cambodia
  314. </option><option value='CM'  >Cameroon
  315. </option><option value='CA'  >Canada
  316. </option><option value='CV'  >Cape Verde
  317. </option><option value='KY'  >Cayman Islands
  318. </option><option value='CF'  >Central African Republic
  319. </option><option value='TD'  >Chad</option><option value='CL'  >Chile</option><option value='CN'  >China
  320. </option><option value='CX'  >Christmas Island
  321. </option><option value='CC'  >Cocos (Keeling) Islands
  322. </option><option value='CO'  >Colombia
  323. </option><option value='KM'  >Comoros
  324. </option><option value='CG'  >Congo
  325. </option><option value='CD'  >Congo, The Democratic Republic of the
  326. </option><option value='CK'  >Cook Islands
  327. </option><option value='CR'  >Costa Rica
  328. </option><option value='CI'  >Côte dIvoire</option><option value='HR'  >Croatia
  329. </option><option value='CU'  >Cuba
  330. </option><option value='CY'  >Cyprus
  331. </option><option value='CZ'  >Czech Republic
  332. </option><option value='DK'  >Denmark
  333. </option><option value='DJ'  >Djibouti
  334. </option><option value='DM'  >Dominica
  335. </option><option value='DO'  >Dominican Republic
  336. </option><option value='EC'  >Ecuador
  337. </option><option value='EG'  >Egypt
  338. </option><option value='SV'  >El Salvador
  339. </option><option value='GQ'  >Equatorial Guinea
  340. </option><option value='ER'  >Eritrea
  341. </option><option value='EE'  >Estonia
  342. </option><option value='ET'  >Ethiopia
  343. </option><option value='FK'  >Falkland Islands (Malvinas)
  344. </option><option value='FO'  >Faroe Islands
  345. </option><option value='FJ'  >Fiji
  346. </option><option value='FI'  >Finland
  347. </option><option value='FR'  >France
  348. </option><option value='GF'  >French Guiana</option><option value='PF'  >French Polynesia
  349. </option><option value='TF'  >French Southern Territories</option><option value='GA'  >Gabon</option><option value='GM'  >Gambia
  350. </option><option value='GE'  >Georgia</option><option value='DE'  >Germany
  351. </option><option value='GH'  >Ghana
  352. </option><option value='GI'  >Gibraltar
  353. </option><option value='GR'  >Greece
  354. </option><option value='GL'  >Greenland
  355. </option><option value='GD'  >Grenada</option><option value='GP'  >Guadeloupe
  356. </option><option value='GU'  >Guam
  357. </option><option value='GT'  >Guatemala
  358. </option><option value='GG'  >Guernsey</option><option value='GN'  >Guinea
  359. </option><option value='GW'  >Guinea-Bissau
  360. </option><option value='GY'  >Guyana
  361. </option><option value='HT'  >Haiti
  362. </option><option value='HM'  >Heard Island and McDonald Islands
  363. </option><option value='VA'  >Holy See (Vatican City State)
  364. </option><option value='HN'  >Honduras
  365. </option><option value='HK'  >Hong Kong
  366. </option><option value='HU'  >Hungary
  367. </option><option value='IS'  >Iceland
  368. </option><option value='IN'  >India
  369. </option><option value='ID'  >Indonesia
  370. </option><option value='IR'  >Iran, Islamic Republic of
  371. </option><option value='IQ'  >Iraq
  372. </option><option value='IE'  >Ireland
  373. </option><option value='IM'  >Isle of Man
  374. </option><option value='IL'  >Israel
  375. </option><option value='IT'  >Italy</option><option value='JM'  >Jamaica
  376. </option><option value='JP'  >Japan
  377. </option><option value='JE'  >Jersey
  378. </option><option value='JO'  >Jordan
  379. </option><option value='KZ'  >Kazakhstan
  380. </option><option value='KE'  >Kenya
  381. </option><option value='KI'  >Kiribati
  382. </option><option value='KP'  >Korea, Democratic People&#39;s Republic of
  383. </option><option value='KR'  >Korea, Republic of
  384. </option><option value='KW'  >Kuwait
  385. </option><option value='KG'  >Kyrgyzstan
  386. </option><option value='LA'  >Lao People&#39;s Democratic Republic
  387. </option><option value='LV'  >Latvia
  388. </option><option value='LB'  >Lebanon
  389. </option><option value='LS'  >Lesotho
  390. </option><option value='LR'  >Liberia
  391. </option><option value='LY'  >Libyan Arab Jamahiriya
  392. </option><option value='LI'  >Liechtenstein
  393. </option><option value='LT'  >Lithuania
  394. </option><option value='LU'  >Luxembourg
  395. </option><option value='MO'  >Macao
  396. </option><option value='MK'  >Macedonia
  397. </option><option value='MG'  >Madagascar
  398. </option><option value='MW'  >Malawi
  399. </option><option value='MY'  >Malaysia
  400. </option><option value='MV'  >Maldives
  401. </option><option value='ML'  >Mali
  402. </option><option value='MT'  >Malta
  403. </option><option value='MH'  >Marshall Islands
  404. </option><option value='MQ'  >Martinique
  405. </option><option value='MR'  >Mauritania
  406. </option><option value='MU'  >Mauritius
  407. </option><option value='YT'  >Mayotte
  408. </option><option value='MX'  >Mexico
  409. </option><option value='FM'  >Micronesia, Federated States of
  410. </option><option value='MD'  >Moldova, Republic of
  411. </option><option value='MC'  >Monaco
  412. </option><option value='MN'  >Mongolia
  413. </option><option value='ME'  >Montenegro
  414. </option><option value='MS'  >Montserrat
  415. </option><option value='MA'  >Morocco
  416. </option><option value='MZ'  >Mozambique
  417. </option><option value='MM'  >Myanmar
  418. </option><option value='NA'  >Namibia
  419. </option><option value='NR'  >Nauru
  420. </option><option value='NP'  >Nepal
  421. </option><option value='NL'  >Netherlands
  422. </option><option value='AN'  >Netherlands Antilles
  423. </option><option value='NC'  >New Caledonia
  424. </option><option value='NZ'  >New Zealand
  425. </option><option value='NI'  >Nicaragua
  426. </option><option value='NE'  >Niger
  427. </option><option value='NG'  >Nigeria
  428. </option><option value='NU'  >Niue
  429. </option><option value='NF'  >Norfolk Island
  430. </option><option value='MP'  >Northern Mariana Islands
  431. </option><option value='NO'  >Norway</option><option value='OM'  >Oman
  432. </option><option value='PK'  >Pakistan
  433. </option><option value='PW'  >Palau
  434. </option><option value='PS'  >Palestinian Territory, Occupied</option><option value='PA'  >Panama
  435. </option><option value='PG'  >Papua New Guinea
  436. </option><option value='PY'  >Paraguay
  437. </option><option value='PE'  >Peru
  438. </option><option value='PH'  >Philippines
  439. </option><option value='PN'  >Pitcairn
  440. </option><option value='PL'  >Poland
  441. </option><option value='PT'  >Portugal
  442. </option><option value='PR'  >Puerto Rico
  443. </option><option value='QA'  >Qatar
  444. </option><option value='RE'  >Réunion</option><option value='RO'  >Romania
  445. </option><option value='RU'  >Russian Federation
  446. </option><option value='RW'  >Rwanda
  447. </option><option value=''  >Saint Barthlemy</option><option value='SH'  >Saint Helena
  448. </option><option value='KN'  >Saint Kitts and Nevis
  449. </option><option value='LC'  >Saint Lucia
  450. </option><option value='MF'  >Saint Martin</option><option value='PM'  >Saint Pierre and Miquelon
  451. </option><option value='VC'  >Saint Vincent and the Grenadines
  452. </option><option value='WS'  >Samoa
  453. </option><option value='SM'  >San Marino
  454. </option><option value='ST'  >Sao Tome and Principe
  455. </option><option value='SA'  >Saudi Arabia
  456. </option><option value='SN'  >Senegal
  457. </option><option value='RS'  >Serbia
  458. </option><option value='SC'  >Seychelles
  459. </option><option value='SL'  >Sierra Leone
  460. </option><option value='SG'  >Singapore
  461. </option><option value='SK'  >Slovakia
  462. </option><option value='SI'  >Slovenia
  463. </option><option value='SB'  >Solomon Islands
  464. </option><option value='SO'  >Somalia
  465. </option><option value='ZA'  >South Africa
  466. </option><option value='GS'  >South Georgia and the South Sandwich Islands
  467. </option><option value='ES'  >Spain
  468. </option><option value='LK'  >Sri Lanka
  469. </option><option value='SD'  >Sudan
  470. </option><option value='SR'  >Suriname
  471. </option><option value='SJ'  >Svalbard and Jan Mayen
  472. </option><option value='SZ'  >Swaziland
  473. </option><option value='SE'  >Sweden
  474. </option><option value='CH'  >Switzerland
  475. </option><option value='SY'  >Syrian Arab Republic
  476. </option><option value='TW'  >Taiwan
  477. </option><option value='TJ'  >Tajikistan</option><option value='TZ'  >Tanzania, United Republic of
  478. </option><option value='TH'  >Thailand</option><option value='TL'  >Timor-Leste</option><option value='TG'  >Togo</option><option value='TK'  >Tokelau</option><option value='TO'  >Tonga
  479. </option><option value='TT'  >Trinidad and Tobago
  480. </option><option value='TN'  >Tunisia
  481. </option><option value='TR'  >Turkey</option><option value='TM'  >Turkmenistan
  482. </option><option value='TC'  >Turks and Caicos Islands
  483. </option><option value='TV'  >Tuvalu
  484. </option><option value='UG'  >Uganda
  485. </option><option value='UA'  >Ukraine
  486. </option><option value='AE'  >United Arab Emirates</option><option value='GB'  >United Kingdom</option><option value='US'  >United States
  487. </option><option value='UM'  >United States Minor Outlying Islands
  488. </option><option value='UY'  >Uruguay
  489. </option><option value='UZ'  >Uzbekistan
  490. </option><option value='VU'  >Vanuatu
  491. </option><option value='VE'  >Venezuela, Bolivarian Republic of</option><option value='VN'  >Viet Nam</option><option value='VG'  >Virgin Islands, British
  492. </option><option value='VI'  >Virgin Islands, U.S.
  493. </option><option value='WF'  >Wallis and Futuna
  494. </option><option value='EH'  >Western Sahara
  495. </option><option value='YE'  >Yemen
  496. </option><option value='ZM'  >Zambia
  497. </option><option value='ZW'  >Zimbabwe</option>
  498. </select>
  499.                <input
  500.                type="submit" value="Search" class="tfbutton" onclick="searchresults()" >
  501.        </form>
  502.  
  503.  
  504.  
  505.  
  506. <style>
  507.    @media screen and (max-width:990px) {
  508. #q
  509. {
  510.   width: 47%;
  511. }
  512. }
  513.  
  514.    @media screen and (min-width:991px) {
  515. #q
  516. {
  517.   width: 50%;
  518. }
  519. }
  520.  
  521.  
  522.  
  523. </style>
  524.  
  525.  
  526.  
  527.                   </div>
  528.  
  529.  
  530.                     <div class="clear"></div>
  531.                </div>
  532.  
  533.  
  534.       <div class="col-sm-6 text-right">
  535.                   <div style="display: inline-block">
  536.  
  537.  
  538.                    
  539.  
  540.                   </div>
  541.                  
  542.                   <div class="login_wrap" style="display: block; padding-top:5px;">
  543.  
  544.                       <form name="login" action="index.php" method="post" onsubmit="return submitlogin()" style="display: inline;">
  545.                        <span style="display: none;" class="show-let-ie9 lte-ie9">Username </span><input style="width: 100px;" type="text" name="login_name" class="login" id="login_name" placeholder="Email address"  onblur="validate_login_name();"/>
  546.  
  547.                        <span style="display: none;" class="show-let-ie9 lte-ie9">Password </span><input style="width: 100px;" id="login_password" name="login_password" onblur="validate_login_password();"  type="password" placeholder="Password" name="password" class="login">
  548.                     <input type="image" alt="Submit" src="images/login_button.gif" style=" width: 44px; height: 22px; margin-bottom:-7px;cursor: pointer;" />
  549. </form>
  550. <div class="logout_wrap" style="display: none; color:red; font-size:9px;">
  551. Invalid Username/Password
  552. </div>
  553. <div style="width:85px; display: inline-block"><a href="forget-password.php" class="a2"><u>Forgot password</u></a></div>
  554.  
  555.                    </div>
  556.  
  557.  
  558.                  
  559.  
  560. </div>
  561.  
  562. </div>
  563.  
  564.            </div>
  565.            </div>
  566.  
  567.                <div class="clear"></div>
  568.  
  569.  
  570.        </div>
  571.        <div id="header_fixed" ></div>
  572. <div class="container">
  573.  
  574. <div id="scrolledheader" class="row"  style="width:975px; background: #EEEDED; position:fixed; z-index: 999999999; border-bottom:1px solid #777; display: none"></div>
  575. </div>
  576.  
  577.  
  578.        <div class="container">
  579.  
  580.        <div class="row">
  581.  
  582.        <div class="col-sm-10 ">
  583.  
  584.  
  585.  
  586.  
  587.  
  588.        
  589.  
  590.  
  591.  
  592. <div class="row bannerfix" style="background-color: #C7D1D2;">
  593.  
  594.  
  595.            <div class="col-sm-10 no-padding text-center" id="banner_cover" style="overflow: hidden; max-height: 262px;">
  596.  
  597.            <div id="banner"></div>
  598.  
  599.                        </div>
  600.  
  601.  
  602.            <div class="col-sm-2 no-padding text-center">
  603.        <div class="bannerlogo" id="banner_logo">
  604.            <img alt="Logo" id="logoimg" src="images/default_logo.gif" style="width:100%; max-width:130px;">
  605.  
  606.            <div class="about-company">
  607.  
  608.                <a href="gambling/about/company">About Us</a>
  609.  
  610.            </div>
  611.  
  612.  
  613.               </div>
  614.  
  615.        <div class="bannerlogo" id="banner_about">
  616.            <img alt="Photo" id="photoimg" src="images/default_photo.gif" style="width:100%; max-width:130px;">
  617.  
  618.            <div class="about-owner">
  619.  
  620.             <!--   <a href="gambling/about/owner">  Page Owner</a> -->
  621.                <a href="javascript:;">  Page Owner</a>
  622.  
  623.  
  624.  
  625.            </div>
  626.  
  627.        
  628.            </div>
  629.  
  630.        </div>
  631.  
  632.  
  633.  
  634.  
  635.            </div>
  636.  
  637.  
  638.  
  639.  
  640.  <div class="row" id="pageheading">
  641.  
  642.  
  643.            <div class="col-sm-8 " style="padding-left:5px;">
  644.  
  645.                <a class="a3" href="gambling">jus company  <br></a> <span class="h3">"please do visit my website"</span>
  646.  
  647.            </div>
  648.  
  649.  
  650.            <div class="col-sm-4 no-padding text-right" style="padding-top: 5px !important;">
  651.  
  652.        <div class="showhidesmshare" style="margin: 7px 10px 3px;">
  653.                <img src="images/share.png" alt=""  style="cursor:pointer"
  654.                onmouseover="this.src='images/share_hower.png'"
  655.                onmouseout="this.src='images/share.png'">
  656.  
  657. <!--1nd drop down menu -->
  658.  
  659.  
  660. <style>
  661.  #smsharepage a {
  662.      text-align:left;
  663.  }
  664.  
  665. </style>
  666.  
  667. <div id="smsharepage" class="dropmenudiv" style="width: 160px;">
  668. <a>Share Page</a>
  669. <a target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=https://bizinfe.com/gambling">
  670.    <img src="images/facebook_icon.gif" width="15px"> Share on Facebook
  671. </a>
  672. <a target="_blank" href="https://twitter.com/intent/tweet?text=jus company&url=https://bizinfe.com/gambling" target="_blank">
  673.    <img src="images/twitter_icon.gif" width="15px"> Share on Twitter
  674. </a>
  675. <a target="_blank" href="https://plus.google.com/share?url=https://bizinfe.com/gambling">
  676.    <img src="images/gplus_icon.gif" width="15px"> Share on Google+
  677. </a>
  678. <a target="_blank" href="https://www.linkedin.com/shareArticle?url=https://bizinfe.com/gambling&title=jus company&summary="please do visit my website"">
  679.    <img src="images/linkedin_icon.gif" width="15px"> Share on LinkedIn
  680. </a>
  681.  
  682.  
  683. <a>------------------------------------</a>
  684. <a href="/contact-bizinfe.php" target="_blank">Report page</a>
  685.  
  686. </div>
  687. </div>
  688.  
  689. <a href="whatsapp://send?text=https://bizinfe.com/gambling" data-action="share/whatsapp/share"><img src="images/icons/whatsapp_share.png" border"0"></a>&nbsp;
  690.  
  691.        
  692. <script>
  693. var requestRunning = false;
  694. function bconnect(pageid)
  695. {
  696. if (requestRunning) { // don't do anything if an AJAX request is pending
  697.        return;
  698.    }
  699. requestRunning = true;
  700. $.post("functions/bconnect.php",
  701.              {
  702.                pageid:pageid
  703.              },
  704.              function(data,status){
  705.                if(data.trim() == "Success")
  706.                {
  707.                    $(".bconnectbtn").attr("src","images/connected.jpg").attr("onclick","disconnect(22711)");
  708.                 //alert("Connected Successfully.");
  709.                 $(".connections22711").html(parseInt($(".connections22711").html())+1);
  710.                    requestRunning = false;
  711.                }
  712.                else
  713.                {
  714.                 alert("Something went wrong. Please connect again.");
  715.                 requestRunning = false;
  716.                    
  717.                }
  718.                    
  719.                    
  720.              
  721.              });    
  722. }
  723. function disconnect(pageid)
  724. {
  725. if (requestRunning) { // don't do anything if an AJAX request is pending
  726.        return;
  727.    }
  728.    if(confirm("Are you really want to disconnect this page?"))
  729.    {
  730. requestRunning = true;
  731. $.post("functions/bconnect.php",
  732.              {
  733.                pageid:pageid,
  734.                disconnect:"yes"
  735.              },
  736.              function(data,status){
  737.                if(data.trim() == "Success")
  738.                {
  739.                    $(".bconnectbtn").attr("src","images/connect.jpg").attr("onclick","bconnect(22711)");
  740.                 //alert("Connected Successfully.");
  741.                 $(".connections22711").html(parseInt($(".connections22711").html())-1);
  742.                    requestRunning = false;
  743.                }
  744.                else
  745.                {
  746.                 alert("Something went wrong. Please disconnect again.");
  747.                 requestRunning = false;
  748.                    
  749.                }
  750.                    
  751.                    
  752.              
  753.              });    
  754.    }
  755. }
  756.  
  757. </script>        <img alt='cover' class='recommendbtn' src='images/recommend.jpg' style='cursor:pointer;' onclick='recommend(22711)' >&nbsp;&nbsp;
  758.  
  759.  
  760.  
  761.  
  762.  
  763.  
  764.  
  765.  
  766.  
  767.  
  768.  
  769.        </div>
  770.  
  771.  
  772.  
  773.  
  774.            </div>
  775.  
  776.  
  777.  
  778.  
  779. <style>
  780.  
  781. #banner
  782. {
  783.    width: 100%;
  784.    height: 260px;
  785.    background: url('images/default_banner.gif') 0 0px;
  786.    background-size:cover;
  787.  
  788. }
  789.  
  790.  
  791.  
  792.  
  793.    .banner_cover_edit
  794.    {
  795.        position:relative;
  796.        top:-50px;
  797.        height:0px;
  798.        display:none;
  799.  
  800.  
  801.    }
  802.  
  803.  
  804.    .about-company, .about-owner
  805.    {
  806.         position:absolute;
  807.        margin-top:-30px;
  808.        height:30px;
  809.        width: 130px;
  810.        text-align:center;
  811.  
  812.  
  813.    }
  814.  
  815.  
  816.    .banner_logo_edit, .banner_about_edit
  817.    {
  818.        position:absolute;
  819.        margin-top:-60px;
  820.        height:30px;
  821.        display:none;
  822.        width: 130px;
  823.        text-align:center;
  824.  
  825.  
  826.  
  827.    }
  828.  
  829.  
  830. .about-company a, .about-owner a, .banner_logo_edit a, .banner_about_edit a,
  831. .banner_cover_edit a
  832. {
  833.        font-size: 12px;
  834. font-family: arial;
  835. color: #000;
  836. font-weight: bold;
  837. text-decoration: none;
  838.  
  839. text-shadow:0px 0px 2px #fff,0px 0px 2px #fff,0px 0px 2px #fff;
  840. }
  841.  
  842.  
  843. .about-company a:hover, .about-owner a:hover, .banner_logo_edit a:hover, .banner_about_edit a:hover,
  844. .banner_cover_edit a:hover
  845. {
  846. text-shadow:0px 0px 2px #000,0px 0px 2px #000,0px 0px 2px #000;
  847. color:#fff;
  848. }
  849.  
  850.  
  851.  
  852. @media screen and (min-width:321px) and (max-width:990px) {
  853. #banner
  854. {
  855.    height: 140px;
  856. }
  857. }
  858.  
  859. @media screen and (max-width:320px) {
  860. #banner
  861. {
  862.    height: 150px;
  863.    background: url('images/default_banner.gif') 0 0px !important;
  864.    background-size:cover  !important;
  865. }
  866. }
  867.  
  868.  
  869. </style>
  870. <script>
  871.    $("#banner_cover").hover(function(){
  872.  
  873.        $("#banner_cover_edit").show();
  874.  
  875.    }, function(){
  876.        $("#banner_cover_edit").hide();
  877.    });
  878.  
  879.    $("#banner_logo").hover(function(){
  880.  
  881.        $("#banner_logo_edit").show();
  882.  
  883.    }, function(){
  884.        $("#banner_logo_edit").hide();
  885.    });
  886.  
  887.    $("#banner_about").hover(function(){
  888.  
  889.        $("#banner_about_edit").show();
  890.  
  891.    }, function(){
  892.        $("#banner_about_edit").hide();
  893.    });
  894.  
  895.  
  896.        function recommend(id)
  897.    {
  898.        $.post("functions/recommend.php",
  899.              {
  900.                id:id
  901.              },
  902.              function(data,status){
  903.                if(data.trim() == "failed")
  904.                {
  905.                    alert("Something went wrong. Please recommend again.");
  906.                }
  907.                else if(data.trim() == "cant")
  908.                {
  909.                    alert("You already recommended this page.");
  910.                }
  911.                else
  912.                {
  913.                 $(".recommendbtn").attr("src","images/recommended.jpg").attr("onclick","");
  914.                    $(".recommends"+id).html(data.trim());
  915.  
  916.                }
  917.  
  918.  
  919.  
  920.              });
  921.  
  922.    }
  923. </script>
  924.  
  925.  
  926.  
  927.  
  928.  
  929.  
  930.  
  931.  
  932.  
  933.  
  934.  
  935.  
  936.        <div class="row">
  937.  
  938.  
  939.        
  940. <div class="col-sm-4 no-padding">
  941.  
  942.              <!--  <img alt="cover" src="images/refer.gif"  style="width:100%; max-width:400px; max-height:325px;"> -->
  943.  
  944. <div id="mapwrap" >
  945. <div class="row profile_sidebar_contact_wrap no-margin no-padding">
  946. <div class="col-sm-12 text-center text-default" style="font-size:16px;color: #777;padding:10px;">
  947. <span class="recommends22711" style="color:blue;"><b>12</b></span> Recommends
  948. | <span class="connections22711" style="color:blue;"><b>0</b></span> Connections
  949. </div>
  950. </div>
  951.  
  952. <style>
  953. .cont {
  954.  
  955. }
  956.  
  957. @media only screen and (max-width: 600px) {
  958.  .cont {
  959.    display: none;
  960.  }
  961. }
  962.  
  963. @media only screen and (max-width: 600px) {
  964.  .but {
  965.    background-color: #02B706;
  966.    border: none;
  967.    padding: 10px;
  968.    font-size: 16px;
  969.    color: #FFFFFF;
  970.  }
  971. }
  972. @media only screen and (min-width: 800px) {
  973.  .but {
  974.    display: none;
  975.  }
  976. }
  977. </style>
  978.  
  979. <script>
  980. function myFunction() {
  981.  var x = document.getElementById("myDIV");
  982.  if (x.style.display === "none") {
  983.    x.style.display = "block";
  984.  } else {
  985.    x.style.display = "none";
  986.  }
  987. }
  988. </script>
  989.  
  990. <center><button onclick="myFunction()" class="but">Send Message</button></center><br>
  991. <div id="myDIV" class="cont">
  992.  
  993. <div class="row profile_sidebar_contact_wrap no-margin" style="padding:0 5px 5px 5px">
  994. <div class="col-sm-12 text-default" style="background:#02B706; padding-bottom:10px;" >
  995. <span class="profile-contact-title">Contact jus company</span>
  996.  
  997.  
  998. <form id="profilecontactform" name="profilecontactform">
  999. <div class="row">
  1000. <div class="col-xs-12 col-md-12">
  1001. <textarea id="pcmessage" name="pcmessage"  class="form-control profile-contact-textarea" placeholder="Type Message..." ></textarea>
  1002. </div>
  1003. </div>
  1004.  
  1005. <div class="row">
  1006. <div class="col-xs-6 col-md-6" style="padding-right:2px">
  1007. <input type="text" id="pcname" name="pcname"  class="form-control profile-contact-input" placeholder="Name" />
  1008. </div>
  1009.  
  1010. <div class="col-xs-6 col-md-6" style="padding-left:2px">
  1011. <input type="email" id="pcemail" name="pcemail"  class="form-control profile-contact-input" placeholder="Email" />
  1012. </div>
  1013. </div>
  1014.  
  1015. <div class="row">
  1016. <div class="col-xs-6 col-md-6" style="padding-right:2px">
  1017. <input type="text" id="pcphone" name="pcphone"  class="form-control profile-contact-input" placeholder="Phone" />
  1018. </div>
  1019.  
  1020. <div class="col-xs-6 col-md-6" style="padding-left:2px">
  1021. <input type="button" class="profile-contact-button" Value="Submit" onclick="profilecontact()" id="pcbutton"/>
  1022. </div>
  1023. </div>
  1024. </form>
  1025.  
  1026.  
  1027.  
  1028.  
  1029. <div style="clear:both"></div>
  1030. <div class="alert-box error" style="display:none" id="cmterr"></div>
  1031. <div class="alert-box success" style="display:none" id="cmtsuccess"></div>
  1032.  
  1033.  
  1034.  
  1035. </div>
  1036.  
  1037. </div>
  1038.  
  1039.  
  1040.  
  1041.  
  1042. <script>
  1043.  
  1044. function profilecontact()
  1045. {
  1046.  
  1047.        $('#pcbutton').prop('disabled', true);
  1048.      var name = $("#pcname").val();
  1049.      var email = $("#pcemail").val();
  1050.      var phone = $("#pcphone").val();
  1051.      var comment = $("#pcmessage").val();
  1052.      var pageid = 22711;
  1053.      var error = "";
  1054.  
  1055.      if(name.length < 3)
  1056.      error += "Name is too small<br>";
  1057.  
  1058.      if(name.length > 20)
  1059.      error += "Name is too big<br>";
  1060.  
  1061.      if(!IsEmail(email))
  1062.      error += "Invalid Email<br>";
  1063.  
  1064.      if(comment.length < 3)
  1065.      error += "Message is too small<br>";
  1066.  
  1067.      if(comment.length > 500)
  1068.      error += "Message is too big<br>";
  1069.  
  1070.  
  1071.      if(error == "")
  1072.      {
  1073.       $.ajax({
  1074.           type: "POST",
  1075.           datatype: "html",
  1076.           url: "functions/send-profile-contact.php",
  1077.           data: {'pcname': name, 'pcemail': email, 'pcphone': phone, 'pcmessage': comment, 'pcpageid': pageid},
  1078.           success: function(response){
  1079.           if(response.trim() == "")
  1080.           {
  1081.           $('#profilecontactform')[0].reset();
  1082.               $("#cmtsuccess").html("Your message has been sent");
  1083.          $("#cmtsuccess").slideDown();
  1084.  
  1085.          setTimeout(function(){ $("#cmtsuccess").slideUp(); }, 5000);
  1086.           }
  1087.  
  1088.            $('#pcbutton').prop('disabled', false);
  1089.                },
  1090.            async:   true
  1091.  
  1092.       });
  1093.      }
  1094.      else
  1095.      {
  1096.  
  1097.          $("#cmterr").html(error);
  1098.          $("#cmterr").slideDown();
  1099.          $('#pcbutton').prop('disabled', false);
  1100.          setTimeout(function(){ $("#cmterr").slideUp(); }, 5000);
  1101.  
  1102.  
  1103.      }
  1104.  
  1105.     // alert(name +" "+ email +" "+ comment);
  1106.    }
  1107.  
  1108.  
  1109. function IsEmail(email) {
  1110.  var regex = /^([a-zA-Z0-9_.+-])+\@(([a-zA-Z0-9-])+\.)+([a-zA-Z0-9]{2,4})+$/;
  1111.  return regex.test(email);
  1112. }
  1113.  
  1114.  
  1115. </script>
  1116.  
  1117.  
  1118.  
  1119.  
  1120.                <!------ Google Map Start ---------->
  1121. <input id="address" type="textbox" value=", , UY   " style="display: none;">
  1122. <input id="businessname" type="textbox" value="jus company" style="display: none;">
  1123.  
  1124. <style>
  1125.  
  1126.  
  1127. #mapwrap
  1128. {
  1129.    overflow: hidden;
  1130.  
  1131. width: 100%;
  1132. border: 0px solid #C7D1D2;
  1133. background-color: #FFF;
  1134. padding: 8px;
  1135.  
  1136.  
  1137.  
  1138. </style>
  1139.  
  1140. <script type="text/javascript" src="https://maps.google.com/maps/api/js?sensor=false"></script>
  1141.  
  1142. <div id="gmap_canvas" style="height:10px;width:100%;"></div><style>#gmap_canvas img{max-width:none!important;background:none!important}</style></div>
  1143. <script type="text/javascript">
  1144.        var address = document.getElementById("address").value;
  1145.        var businessname = document.getElementById("businessname").value;
  1146.        var geocoder = new google.maps.Geocoder();
  1147.  
  1148.        geocoder.geocode( { 'address': address}, function(results, status) {
  1149.          var location = results[0].geometry.location;
  1150.          var myOptions = {zoom:13,center:new google.maps.LatLng(location.lat(),location.lng()),mapTypeId: google.maps.MapTypeId.ROADMAP};map = new google.maps.Map(document.getElementById("gmap_canvas"), myOptions);marker = new google.maps.Marker({map: map,position: new google.maps.LatLng(location.lat(), location.lng())});infowindow = new google.maps.InfoWindow({content:'<b>'+(document.getElementById("businessname").value)+'</b><br>' +(document.getElementById("address").value) });google.maps.event.addListener(marker, "click", function(){infowindow.open(map,marker);});infowindow.open(map,marker);
  1151.          //alert('LAT: ' + location.lat() + ' LANG: ' + location.lng());
  1152.        });
  1153.      // google.maps.event.addDomListener(window, 'load', init_map);
  1154.        google.maps.event.addDomListener(window, 'load', codeAddress);
  1155.  
  1156. </script>
  1157.  
  1158. </div>
  1159. <!------ Google Map End ---------->
  1160.  
  1161.         </div>
  1162.  
  1163.  
  1164.         <div class="col-sm-8 no-padding test" >
  1165.  
  1166.        <div class="row profile_bar1 no-margin" style="margin-left: 0px !important;border:5px solid #797979;" >
  1167.                                  
  1168.                   <div class="col-xs-12 col-md-5 no-padding t3" style="border-right: thin solid #C7D1D2; min-height: 110px; padding-left:0px !important;">
  1169.                        
  1170.                <img src="images/telephone-ringing.gif" height="20px"></img>
  1171.                <a href="tel:"><span class="phone"></span></a><br>
  1172.                          
  1173.                <b>Email:</b> <a href="mailto:patriciaschaefer07@gmail.com" style="color:blue;">patriciaschaefer07@gmail.com</a><br>
  1174.                <b>Website:</b> <a href="https://www.bonanza.com/users/49159973/profile" target="_blank" style="color:blue;">https://www.bonanza.com/users/49159973/profile</a><br>
  1175.                <b>Address:</b> <span style="color:#000000;"></span><br>
  1176.                
  1177.            
  1178.                    </div>
  1179.            
  1180.                    
  1181.                   <div class="col-xs-5 col-md-3 no-padding text-center" style="border-right: thin solid #C7D1D2;  padding-left:5px !important;">
  1182.            
  1183.               <div class='profile_sm'></div>            
  1184.                    </div>
  1185.            
  1186.                    
  1187.                   <div class="col-xs-7 col-md-4 no-padding t2" style="  padding-left:5px !important;">
  1188.                <div class="row">
  1189.                <div class="col-xs-3 col-md-3">
  1190.                <img src="images/working_time.gif" style="padding-right:0px;width:55px;">
  1191.                </div>
  1192.                <div class="col-xs-6 col-md-6">
  1193.                Always<br> Open    
  1194.                
  1195.                
  1196.                </div>
  1197.                <div class="col-xs-3 col-md-3">
  1198.                <div style='float:right;'><img src='images/parking_no.gif' style=' width:60px;' /></a></div>                
  1199.                </div>
  1200.                </div>
  1201.                    </div>
  1202.            
  1203.                  
  1204.                  
  1205.                  
  1206.                    
  1207.    
  1208. </div>
  1209.  
  1210.  
  1211.        
  1212.  
  1213.  
  1214.              
  1215. <div id="allpostsdiv"></div>
  1216. <div id="hasmore"></div>
  1217.  
  1218.  
  1219.  
  1220.  
  1221.  
  1222.  
  1223.  
  1224.  
  1225.  
  1226.                  
  1227. <script>
  1228.  
  1229. bizwebaddress = 'gambling';
  1230.  
  1231.  
  1232.    function postcomment (postid) {
  1233.        $('#csubmit'+postid).prop('disabled', true);
  1234.      var name = $("#cname"+postid).val();
  1235.      var email = $("#cemail"+postid).val();
  1236.      var comment = $("#ccomment"+postid).val();
  1237.      var error = "";
  1238.      
  1239.      if(name.length < 3)
  1240.      error += "Name is too small<br>";
  1241.      
  1242.      if(name.length > 20)
  1243.      error += "Name is too big<br>";
  1244.      
  1245.      if(!IsEmail(email))
  1246.      error += "Invalid Email<br>";
  1247.      
  1248.      if(comment.length < 3)
  1249.      error += "Comment is too small<br>";
  1250.      
  1251.      if(comment.length > 500)
  1252.      error += "Comment is too big<br>";
  1253.      
  1254.      var userid = $("#postuserid"+postid).val();
  1255.      
  1256.      if(error == "")
  1257.      {
  1258.       $.ajax({
  1259.           type: "POST",
  1260.           datatype: "html",
  1261.           url: "functions/profile_comments_postdb.php",
  1262.           data: {'cname': name, 'cemail': email, 'ccomment': comment, 'userid': userid, 'postid': postid, 'bizwebaddress':bizwebaddress},
  1263.           success: function(response){
  1264.           if(response.trim() == "")
  1265.           {
  1266.           $('#cform'+postid)[0].reset();    
  1267.               $("#cmtsuccess"+postid).html("Your comment will be displayed after moderation");
  1268.          $("#cmtsuccess"+postid).slideDown();
  1269.        
  1270.          setTimeout(function(){ $("#cmtsuccess"+postid).slideUp(); }, 5000);
  1271.           }
  1272.          
  1273.          
  1274.  
  1275.  
  1276.            $('#csubmit'+postid).prop('disabled', false);
  1277.                },
  1278.            async:   true
  1279.                  
  1280.       });
  1281.      }
  1282.      else
  1283.      {
  1284.          $("#cmterr"+postid).html(error);
  1285.          $("#cmterr"+postid).slideDown();
  1286.          $('#csubmit'+postid).prop('disabled', false);
  1287.          setTimeout(function(){ $("#cmterr"+postid).slideUp(); }, 5000);
  1288.          
  1289.          
  1290.      }
  1291.      
  1292.     // alert(name +" "+ email +" "+ comment);
  1293.    }
  1294.    
  1295.    
  1296. function IsEmail(email) {
  1297.  var regex = /^([a-zA-Z0-9_.+-])+\@(([a-zA-Z0-9-])+\.)+([a-zA-Z0-9]{2,4})+$/;
  1298.  return regex.test(email);
  1299. }  
  1300.  
  1301.  
  1302.  
  1303. function submitlanding(postid)
  1304. {
  1305. //  alert(postid);
  1306.  
  1307. $("#lsubmit"+postid).prop('disabled', true);
  1308.    var name = $("#lname"+postid).val();
  1309.      var email = $("#lemail"+postid).val();
  1310.      var phone = $("#lphone"+postid).val();
  1311.      var company = $("#lcompany"+postid).val();
  1312.      var country = $("#lcountry"+postid).val();
  1313.      var state = $("#lstate"+postid).val();
  1314.      var message = $("#lmessage"+postid).val();
  1315.      
  1316.       var userid = $("#postuserid"+postid).val();
  1317.      
  1318.      
  1319.      
  1320.      var error = "";
  1321.      
  1322.      if(name.length < 3)
  1323.      error += "Name is too small<br>";
  1324.      
  1325.      if(name.length > 20)
  1326.      error += "Name is too big<br>";
  1327.      
  1328.      if(!IsEmail(email))
  1329.      error += "Invalid Email<br>";
  1330.      
  1331.      if(message.length < 3)
  1332.      error += "Message is too small<br>";
  1333.      
  1334.      if(message.length > 500)
  1335.      error += "Message is too big<br>";
  1336.      
  1337.      var userid = $("#postuserid"+postid).val();
  1338.      
  1339.      if(error == "")
  1340.      {
  1341.  
  1342.       $.ajax({
  1343.           type: "POST",
  1344.           datatype: "html",
  1345.           url: "functions/landingcontact.php",
  1346.           data: {'lname': name, 'lemail': email, 'lphone': phone, 'lcompany': company, 'lcountry': country, 'lstate': state, 'lmessage': message, 'postid': postid, 'userid': userid, 'bizwebaddress':bizwebaddress},
  1347.           success: function(response){
  1348.           if(response.trim() == "")
  1349.           {
  1350.          // alert("We Received your message.");
  1351.          $('#lform'+postid)[0].reset();
  1352.            $("#lsubmit"+postid).prop('disabled', false);
  1353.           $("#landingsuccess"+postid).html("We received your message. Thanks!");
  1354.           $("#landingsuccess"+postid).slideDown();
  1355.          setTimeout(function(){ $("#landingsuccess"+postid).slideUp(); }, 5000);
  1356.          }
  1357.          else
  1358.          {
  1359.         // alert(response);
  1360.         $("#lsubmit"+postid).prop('disabled', false);  
  1361.          }
  1362.                },
  1363.            async:   true
  1364.                  
  1365.       });
  1366.      }
  1367.      else
  1368.      {
  1369.           $("#lsubmit"+postid).prop('disabled', false);
  1370.         //  alert("We didnt Received your message."+error+postid);
  1371.          $("#landingerr"+postid).html(error);
  1372.          $("#landingerr"+postid).slideDown();
  1373.          setTimeout(function(){ $("#landingerr"+postid).slideUp(); }, 5000);
  1374.          
  1375.          
  1376.      }
  1377. }
  1378.  
  1379.  
  1380.  
  1381. function applyjob(postid)
  1382. {
  1383. //  alert(postid);
  1384.  
  1385. $("#asubmit"+postid).prop('disabled', true);
  1386.    var name = $("#aname"+postid).val();
  1387.      var email = $("#aemail"+postid).val();
  1388.      var phone = $("#aphone"+postid).val();
  1389.      var resume = $("#aresume"+postid).val();
  1390.      var linkedin = $("#alinkedin"+postid).val();
  1391.    
  1392.      
  1393.       var userid = $("#postuserid"+postid).val();
  1394.      
  1395.      
  1396.      
  1397.      var error = "";
  1398.      
  1399.      if(name.length < 3)
  1400.      error += "Name is too small<br>";
  1401.      
  1402.      if(name.length > 20)
  1403.      error += "Name is too big<br>";
  1404.      
  1405.      if(!IsEmail(email))
  1406.      error += "Invalid Email<br>";
  1407.      
  1408.      
  1409.      if(error == "")
  1410.      {
  1411.  
  1412.       $.ajax({
  1413.           type: "POST",
  1414.           datatype: "html",
  1415.           url: "functions/applyjob.php",
  1416.           data: {'aname': name, 'aemail': email, 'aphone': phone, 'alinkedin': linkedin, 'aresume': resume, 'postid': postid, 'userid': userid, 'bizwebaddress':bizwebaddress},
  1417.           success: function(response){
  1418.           if(response.trim() == "")
  1419.           {
  1420.          // alert("We Received your message.");
  1421.          $('#aform'+postid)[0].reset();
  1422.            $("#asubmit"+postid).prop('disabled', false);
  1423.           $("#ajobsuccess"+postid).html("We received your details. Thanks!");
  1424.           $("#ajobsuccess"+postid).slideDown();
  1425.          setTimeout(function(){ $("#ajobsuccess"+postid).slideUp(); }, 5000);
  1426.          }
  1427.          else
  1428.          {
  1429.          //alert(response);
  1430.          $("#asubmit"+postid).prop('disabled', false);  
  1431.          }
  1432.                },
  1433.            async:   true
  1434.        
  1435.                
  1436.       });
  1437.      }
  1438.      else
  1439.      {
  1440.           $("#asubmit"+postid).prop('disabled', false);
  1441.         //  alert("We didnt Received your message."+error+postid);
  1442.          $("#ajoberr"+postid).html(error);
  1443.          $("#ajoberr"+postid).slideDown();
  1444.          setTimeout(function(){ $("#ajoberr"+postid).slideUp(); }, 5000);
  1445.          
  1446.          
  1447.      }
  1448. }
  1449.  
  1450.  
  1451. function recommendpost(id)
  1452.    {
  1453.      //  alert(id);
  1454.        $.post("functions/recommend_post.php",
  1455.              {
  1456.                id:id
  1457.              },
  1458.              function(data,status){
  1459.                if(data.trim() == "failed")
  1460.                {
  1461.                    alert("Something went wrong. Please recommend again.");
  1462.                }
  1463.                else if(data.trim() == "cant")
  1464.                {
  1465.                    alert("You already recommented this post.");
  1466.                }
  1467.                else
  1468.                {
  1469.                    $("#recommend_post"+id).html(data.trim());
  1470.                }
  1471.                    
  1472.                    
  1473.              
  1474.              });    
  1475.  
  1476.    }
  1477.  
  1478.  
  1479.  
  1480.  
  1481. function loadmoreresults(limit, offset)
  1482. {
  1483.        $('#hasmore').html("<center><img src='images/loading.gif' id='moreloading' /></center>");
  1484.        
  1485.            $.ajax({
  1486.           type: "POST",
  1487.           url: "profile-loadposts.php",
  1488.           data: {
  1489.                    query : "22711",
  1490.                    page : "profile.php",
  1491.                    webaddress : "gambling",
  1492.                    limit : limit,
  1493.                    offset : offset,
  1494.                    get : "no"
  1495.                    
  1496.                 },
  1497.           success: function(response){
  1498.               if(response.trim() != "No More posts.")
  1499.               {
  1500.                    $('#moreloading').remove();
  1501.                    $('#allpostsdiv').append(response);
  1502.                    $('#loadingnow').val("no");
  1503.                     $(".uploadresume").colorbox({iframe:true, width:"80%", height:"80%"});
  1504.                    
  1505.                    //$('#resultsdiv').slideDown("slow");
  1506.                    //$('#reg_form')[0].reset();
  1507.                    
  1508.                  
  1509.               }
  1510.               else
  1511.               {
  1512.                   $("#hasmore").html(response);
  1513.               }    
  1514.                    
  1515.                }
  1516.                  
  1517.       });
  1518.    
  1519.    
  1520. }
  1521.  
  1522. $(function (){
  1523.  
  1524.     $('#loadingnow').val("no");
  1525.    limit_post = 10;
  1526.    offset_post = 0;
  1527.        
  1528.  
  1529.   loadmoreresults(limit_post, offset_post);
  1530.  
  1531.  
  1532.  
  1533.  
  1534.    $(window).scroll(function() {
  1535.        
  1536.      
  1537.        
  1538.        
  1539.          if ($(window).scrollTop() + $(window).height() >= $('#allpostsdiv').height() ) {
  1540.              if($('#loadingnow').val() == "no")
  1541.              {
  1542.                  
  1543.                 $('#loadingnow').val("yes");
  1544.                 console.log("limit1 "+limit_post +" offset1 "+offset_post);
  1545.                  offset_post = offset_post + limit_post;
  1546.                  console.log("limit2 "+limit_post +" offset2 "+offset_post);
  1547.                  loadmoreresults(limit_post,offset_post);
  1548.                // alert("scrollload");
  1549.  
  1550.  
  1551.              }
  1552.            
  1553.          }
  1554.          
  1555.        });
  1556.        
  1557.        });
  1558.        
  1559.        
  1560.        
  1561. </script>            
  1562.                  
  1563.                  
  1564. <input type="hidden" value="no" id="loadingnow" />    
  1565.  
  1566.  
  1567.  
  1568.  
  1569.  
  1570.  
  1571.  
  1572.        </div>
  1573.  
  1574.        </div>
  1575.  
  1576.  
  1577.        </div>
  1578.  
  1579.  
  1580.  
  1581.        
  1582.  
  1583. <div class="col-sm-2 no-padding">
  1584.  
  1585.  
  1586.      <!--   <div style="width:100%; height:400px; background:#ccc"></div>  -->
  1587.  
  1588.  
  1589.        
  1590.  
  1591.  
  1592.        </div>
  1593.  
  1594.  
  1595.  
  1596.  
  1597.  
  1598.  
  1599.  
  1600.  
  1601.  
  1602.  
  1603.  
  1604.        </div>
  1605.  
  1606.  
  1607.  
  1608.        <link rel="stylesheet" href="css/colorbox.css" />
  1609.  
  1610.        <script src="js/jquery.colorbox-min.js"></script>
  1611.  
  1612.  
  1613. <script>
  1614. $(document).ready(function(){
  1615.    $(".banner_editor").colorbox({iframe:true, width:"80%", height:"80%"});
  1616.    $(".popup").colorbox({iframe:true, width:"80%", height:"80%"});
  1617.    $(".uploadresume").colorbox({iframe:true, width:"80%", height:"80%"});
  1618.  
  1619. });
  1620.  
  1621.  
  1622.  
  1623. </script>
  1624.  
  1625.  
  1626.  
  1627.  
  1628.  
  1629. </div>
  1630. </div>
  1631. <!--==============================footer================================-->
  1632.  
  1633. <div class="footer">
  1634.  
  1635.  
  1636.  
  1637.  
  1638. <div style="clear: both"></div>
  1639. <div class="text-center">
  1640.   <a href="about-bizinfe.php" class="a2">About BizInfe</a> |
  1641.   <a href="contact-bizinfe.php" class="a2">Contact Us</a> |
  1642.  
  1643.   <a href="privacy-policy.php" class="a2">Privacy Policy</a> |
  1644.   <a href="terms-and-conditions.php" class="a2">Terms and Conditions</a>
  1645. </div>
  1646.  
  1647. <hr style="width:50%; color:white;">
  1648.  
  1649.          <center><div class="privacy">BizInfe &copy; 2020 <span>|</span> <strong>Join us to spread your business </strong> </div></center>
  1650.  
  1651.        <br>
  1652.        </div>
  1653.  
  1654.    </div>
  1655.  
  1656.  
  1657. <script>
  1658.  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  1659.  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  1660.  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  1661.  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  1662.  
  1663.  ga('create', 'UA-60704294-1', 'auto');
  1664.  ga('send', 'pageview');
  1665.  
  1666. </script>
  1667. </body>
  1668. </html>
  1669.  
  1670.  
  1671.  
  1672.  
  1673.  
  1674.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda