Regular Expressions 101

Save & Share

Flavor

  • PCRE2 (PHP >=7.3)
  • PCRE (PHP <7.3)
  • ECMAScript (JavaScript)
  • Python
  • Golang
  • Java 8
  • .NET 7.0 (C#)
  • Rust
  • Regex Flavor Guide

Function

  • Match
  • Substitution
  • List
  • Unit Tests

Tools

Sponsors
There are currently no sponsors. Become a sponsor today!
An explanation of your regex will be automatically generated as you type.
Detailed match information will be displayed here automatically.
  • All Tokens
  • Common Tokens
  • General Tokens
  • Anchors
  • Meta Sequences
  • Quantifiers
  • Group Constructs
  • Character Classes
  • Flags/Modifiers
  • Substitution
  • A single character of: a, b or c
    [abc]
  • A character except: a, b or c
    [^abc]
  • A character in the range: a-z
    [a-z]
  • A character not in the range: a-z
    [^a-z]
  • A character in the range: a-z or A-Z
    [a-zA-Z]
  • Any single character
    .
  • Alternate - match either a or b
    a|b
  • Any whitespace character
    \s
  • Any non-whitespace character
    \S
  • Any digit
    \d
  • Any non-digit
    \D
  • Any word character
    \w
  • Any non-word character
    \W
  • Non-capturing group
    (?:...)
  • Capturing group
    (...)
  • Zero or one of a
    a?
  • Zero or more of a
    a*
  • One or more of a
    a+
  • Exactly 3 of a
    a{3}
  • 3 or more of a
    a{3,}
  • Between 3 and 6 of a
    a{3,6}
  • Start of string
    ^
  • End of string
    $
  • A word boundary
    \b
  • Non-word boundary
    \B

Regular Expression

/
/

Test String

Code Generator

Generated Code

import java.util.regex.Matcher; import java.util.regex.Pattern; public class Example { public static void main(String[] args) { final String regex = "<li class=\"item\">[\\w\\W\\s]{0,68}(.*?)\\\" title=\"(.*?)\""; final String string = "\n" + "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n" + "<html xmlns=\"http://www.w3.org/1999/xhtml\">\n" + "<head>\n" + " <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n" + " <title>Sex Tube Categories | AnySex.com</title>\n" + " <meta name=\"description\" content=\"Categories list of sex tube videos. Free sex movies.\"/>\n" + " <meta name=\"keywords\" content=\"sex categories, sex niches, porn categories\"/> <link href=\"http://i.anysex.com/main.css\" rel=\"stylesheet\" type=\"text/css\"/>\n" + " <!--[if lt IE 8]>\n" + " <link rel=\"stylesheet\" href=\"/styles/ie.css\">\n" + " <![endif]-->\n" + " <link href=\"http://anysex.com/rss/\" rel=\"alternate\" type=\"application/rss+xml\"/>\n" + " <link rel=\"alternate\" media=\"only screen and (max-width: 640px)\" href=\"http://m.anysex.com/categories/\" > <meta name=\"viewport\" content=\"width=1250, user-scalable=yes\">\n" + " <meta name=\"RATING\" content=\"RTA-5042-1996-1400-1577-RTA\" />\n" + " <script type=\"text/javascript\" src=\"http://anysex.com/js/KernelTeamVideoSharingSystem.js?v=3.8.3\"></script>\n" + " \n" + " \n" + " <script type=\"text/javascript\" src=\"http://anysex.com/js/KernelTeamImageRotator_3.8.3.jsx\"></script>\n" + " <script type=\"text/javascript\">\n" + " KT_rotationEngineStartup(0.2, 0.5);\n" + " </script>\n" + " <script type=\"text/javascript\" src=\"https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js\"></script>\n\n" + " <script type=\"text/javascript\">\n" + " var _gaq = _gaq || [];\n" + " if (window.location.href.search('promoid=') != -1) {\n" + " var id = /promoid=([^&]*)/.exec(window.location.href)[1];\n" + " _gaq.push(['_setCustomVar', 1, 'promoid', id, 2]);\n" + " _gaq.push(['_setCustomVar', 2, 'type', 'vids', 2]);\n" + " }\n" + " _gaq.push(['_setVisitorCookieTimeout', 86400000]);\n" + " _gaq.push(['_setCampaignCookieTimeout', 86400000]);\n\n" + " _gaq.push(['_setAccount', 'UA-37081521-1']);\n" + " _gaq.push(['_setDomainName', 'anysex.com']);\n" + " _gaq.push(['_trackPageview']);\n" + " (function() {\n" + " var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\n" + " ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\n" + " var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\n" + " })();\n" + "</script>\n\n" + "</head>\n" + "<body>\n\n" + "<div id=\"wrapper\">\n" + " <div id=\"placeholder\"></div>\n" + " <div id=\"header\">\n" + " <div class=\"header\">\n" + " <ul class=\"topmenu\">\n" + " \n" + " <li>\n" + " <div id=\"language\">\n" + " <span><img src=\"http://i.anysex.com/en.png\"/><span class=\"current\">English</span> <i class=\"icon-ard\"></i></span>\n" + " <ul class=\"submenu\" id=\"lang_open\">\n" + " <li><a href=\"http://ru.anysex.com\"><img src=\"http://i.anysex.com/ru.png\"/>Русский</a></li>\n" + " </ul>\n" + "</div>\n" + " <script>\n" + "$('html').click(function() {\n" + " $('#language').removeClass('active');\n" + " $('#language .submenu').hide();\n" + "});\n" + "$('#language').click(function(e){\n" + " e.stopPropagation();\n" + "});\n" + "$('#language > span').click(function(){\n" + " $(this).parent().find('.submenu').toggle();\n" + " $(this).parent().toggleClass('active');\n" + " return false;\n" + "});\n" + "</script> </li>\n" + " <li><a href=\"https://twitter.com/anysexcom\" class=\"active\" target=\"_blank\">Follow us on Twitter</a></li>\n" + " <li><a href=\"http://m.anysex.com/\">Mobile Version</a></li>\n" + " <li><a href=\"/community/\">Community</a></li>\n" + " <li><a href=\"/signup.php\">Sign up</a></li>\n" + " <li><a href=\"/login.php\">Login</a></li>\n" + " <li><a class=\"active\" href=\"/top-searches/\">Hot Sex Searches</a></li> </ul>\n" + " <div class=\"logo\">\n" + " <a href=\"/\"><img src=\"http://i.anysex.com/logo-2.png\" alt=\"Any Sex\" /></a>\n" + " </div>\n" + " <div id=\"search\">\n" + " <form class=\"form1\" action=\"/search/\">\n" + " <p><input type=\"text\" id=\"q\" class=\"fx_text\" name=\"q\" value=\"Search...\" onfocus=\"if (this.value == 'Search...') {this.value = '';}\" onblur=\"if (this.value == '') {this.value = 'Search...';}\"/></p>\n" + " <div class=\"submit\"><input type=\"submit\" class=\"fx_submit\" value=\"\" /></div>\n" + " </form>\n" + "</div> <ul class=\"mainmenu\">\n" + " <li><a href=\"/new-movies/\">New movies</a></li>\n" + " <li><a href=\"/top-rated/\">Top Rated</a></li>\n" + " <li><a href=\"/most-popular/\">Most Viewed</a></li>\n" + " <li><a href=\"/categories/\">Categories</a></li>\n" + " <li><a href=\"/models/\">Models</a></li>\n" + " <li><a href=\"http://www.live.anysex.com/\" target=\"_blank\" rel=\"nofollow\">Live Sex</a></li> </ul>\n" + " </div>\n" + " </div><!-- #header-->\n" + "<div id=\"content\" class=\"main\">\n" + "<script src=\"/keyword/switch_language.php\"></script>\n" + "<div id=\"content\" class=\"categories_list\">\n" + " <div class=\"modelsname catlistname\">\n" + " <h2 class=\"block_header\">Categories</h2>\n\n\n" + " \n" + " <ul class=\"models_name\">\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/amateur/\" title=\"Amateur\">Amateur</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/anal/\" title=\"Anal\">Anal</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/arab/\" title=\"Arab\">Arab</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/asian/\" title=\"Asian\">Asian</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/ass/\" title=\"Ass\">Ass</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/babes/\" title=\"Babes\">Babes</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/bbw/\" title=\"BBW\">BBW</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/bdsm/\" title=\"BDSM\">BDSM</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/beach/\" title=\"Beach\">Beach</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/big-boobs/\" title=\"Big Boobs\">Big Boobs</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/big-cock/\" title=\"Big Cock\">Big Cock</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/bisexual/\" title=\"Bisexual\">Bisexual</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/black-and-ebony/\" title=\"Black and Ebony\">Black and Ebony</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/blowjob/\" title=\"Blowjob\">Blowjob</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/brazilian/\" title=\"Brazilian\">Brazilian</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/british/\" title=\"British\">British</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/bukkake/\" title=\"Bukkake\">Bukkake</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/celebrities/\" title=\"Celebrities\">Celebrities</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/cfnm/\" title=\"CFNM\">CFNM</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/close-up/\" title=\"Close-up\">Close-up</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/cream-pie/\" title=\"Cream Pie\">Cream Pie</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/cuckold/\" title=\"Cuckold\">Cuckold</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/cumshots/\" title=\"Cumshots\">Cumshots</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/double-penetration/\" title=\"Double Penetration\">Double Penetration</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/erotic/\" title=\"Erotic\">Erotic</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/facial/\" title=\"Facial\">Facial</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/femdom/\" title=\"Femdom\">Femdom</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/fisting/\" title=\"Fisting\">Fisting</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/flashing/\" title=\"Flashing\">Flashing</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/foot-fetish/\" title=\"Foot Fetish\">Foot Fetish</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/french/\" title=\"French\">French</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/funny/\" title=\"Funny\">Funny</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/gangbang/\" title=\"Gangbang\">Gangbang</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/german/\" title=\"German\">German</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/grannies/\" title=\"Grannies\">Grannies</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/group-sex/\" title=\"Group Sex\">Group Sex</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/hairy/\" title=\"Hairy\">Hairy</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/handjobs/\" title=\"Handjob\">Handjob</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/hardcore/\" title=\"Hardcore\">Hardcore</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/hidden-cams/\" title=\"Hidden Cams\">Hidden Cams</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/homemade/\" title=\"Homemade\">Homemade</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/housewives/\" title=\"Housewives\">Housewives</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/indian/\" title=\"Indian\">Indian</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/interracial/\" title=\"Interracial\">Interracial</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/italian/\" title=\"Italian\">Italian</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/japanese/\" title=\"Japanese\">Japanese</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/korean/\" title=\"Korean\">Korean</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/latin/\" title=\"Latin\">Latin</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/lesbians/\" title=\"Lesbians\">Lesbians</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/lingerie/\" title=\"Lingerie\">Lingerie</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/massage/\" title=\"Massage\">Massage</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/masturbation/\" title=\"Masturbation\">Masturbation</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/matures/\" title=\"Matures\">Matures</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/milfs/\" title=\"Milfs\">Milfs</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/office-sex/\" title=\"Office Sex\">Office Sex</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/old-young/\" title=\"Old+Young\">Old+Young</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/outdoor/\" title=\"Outdoor\">Outdoor</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/pantyhose/\" title=\"Pantyhose\">Pantyhose</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/party/\" title=\"Party\">Party</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/pissing/\" title=\"Pissing\">Pissing</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/pornstars/\" title=\"Pornstars\">Pornstars</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/pov/\" title=\"POV\">POV</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/pregnant/\" title=\"Pregnant\">Pregnant</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/public/\" title=\"Public\">Public</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/reality/\" title=\"Reality\">Reality</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/russian/\" title=\"Russian\">Russian</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/sex-toys/\" title=\"Sex Toys\">Sex Toys</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/shemale/\" title=\"Shemale\">Shemale</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/small-tits/\" title=\"Small Tits\">Small Tits</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/softcore/\" title=\"Softcore\">Softcore</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/sport/\" title=\"Sport\">Sport</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/squirting/\" title=\"Squirting\">Squirting</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/stockings/\" title=\"Stockings\">Stockings</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/strapon/\" title=\"Strapon\">Strapon</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/students/\" title=\"Students\">Students</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/swingers/\" title=\"Swingers\">Swingers</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/teachers/\" title=\"Teachers\">Teachers</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/teens/\" title=\"Teens\">Teens</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/threesome/\" title=\"Threesome\">Threesome</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/turkish/\" title=\"Turkish\">Turkish</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/uniform/\" title=\"Uniform\">Uniform</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/upskirts/\" title=\"Upskirts\">Upskirts</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/vintage/\" title=\"Vintage\">Vintage</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/voyeur/\" title=\"Voyeur\">Voyeur</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/webcams/\" title=\"Webcams\">Webcams</a>\n" + " </li>\n" + " <li class=\"item\">\n" + " <a href=\"http://anysex.com/categories/whore-wives/\" title=\"Whore Wives\">Whore Wives</a>\n" + " </li>\n" + " </ul>\n" + " </div>\n" + " <div class=\"list_categories\">\n" + " <h2 class=\"block_header\">Sex Categories</h2>\n" + " <div class=\"block_sub_header\">\n" + " <span class=\"links\">\n" + " <span class=\"sortby\">Sort by:</span>\n" + " <a href=\"http://anysex.com/categories/?sort_by=title\">Alphabetically</a> <span>Videos</span> <a href=\"http://anysex.com/categories/?sort_by=avg_videos_rating\">Videos Rating</a> <a href=\"http://anysex.com/categories/?sort_by=avg_videos_popularity\">Videos Popularity</a> \n" + " </span>\n" + " </div>\n" + " <ul class=\"box\">\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/japanese/\" title=\"Japanese Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/51.jpg\" alt=\"Japanese\"/>\n" + " <span class=\"title\">Japanese</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">19518 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/lesbians/\" title=\"Lesbians Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/54.jpg\" alt=\"Lesbians\"/>\n" + " <span class=\"title\">Lesbians</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">16059 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/threesome/\" title=\"Threesome Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/83.jpg\" alt=\"Threesome\"/>\n" + " <span class=\"title\">Threesome</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">15583 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/teens/\" title=\"Teens Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/81.jpg\" alt=\"Teens\"/>\n" + " <span class=\"title\">Teens</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">14113 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/milfs/\" title=\"Milfs Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/60.jpg\" alt=\"Milfs\"/>\n" + " <span class=\"title\">Milfs</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">11492 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/hardcore/\" title=\"Hardcore Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/43.jpg\" alt=\"Hardcore\"/>\n" + " <span class=\"title\">Hardcore</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">10963 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/babes/\" title=\"Babes Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/10.jpg\" alt=\"Babes\"/>\n" + " <span class=\"title\">Babes</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">10643 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/interracial/\" title=\"Interracial Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/49.jpg\" alt=\"Interracial\"/>\n" + " <span class=\"title\">Interracial</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">10478 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/big-boobs/\" title=\"Big Boobs Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/14.jpg\" alt=\"Big Boobs\"/>\n" + " <span class=\"title\">Big Boobs</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">10477 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/asian/\" title=\"Asian Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/9.jpg\" alt=\"Asian\"/>\n" + " <span class=\"title\">Asian</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">10087 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/blowjob/\" title=\"Blowjob Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/4.jpg\" alt=\"Blowjob\"/>\n" + " <span class=\"title\">Blowjob</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">9846 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/anal/\" title=\"Anal Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/6.jpg\" alt=\"Anal\"/>\n" + " <span class=\"title\">Anal</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">8385 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/black-and-ebony/\" title=\"Black and Ebony Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/17.jpg\" alt=\"Black and Ebony\"/>\n" + " <span class=\"title\">Black and Ebony</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">7945 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/masturbation/\" title=\"Masturbation Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/58.jpg\" alt=\"Masturbation\"/>\n" + " <span class=\"title\">Masturbation</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">6804 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/bdsm/\" title=\"BDSM Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/12.jpg\" alt=\"BDSM\"/>\n" + " <span class=\"title\">BDSM</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">6354 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/outdoor/\" title=\"Outdoor Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/62.jpg\" alt=\"Outdoor\"/>\n" + " <span class=\"title\">Outdoor</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">5857 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/vintage/\" title=\"Vintage Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/87.jpg\" alt=\"Vintage\"/>\n" + " <span class=\"title\">Vintage</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">5851 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/small-tits/\" title=\"Small Tits Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/78.jpg\" alt=\"Small Tits\"/>\n" + " <span class=\"title\">Small Tits</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">5687 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/shemale/\" title=\"Shemale Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/77.jpg\" alt=\"Shemale\"/>\n" + " <span class=\"title\">Shemale</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">5353 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/pornstars/\" title=\"Pornstars Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/64.jpg\" alt=\"Pornstars\"/>\n" + " <span class=\"title\">Pornstars</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">5329 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/amateur/\" title=\"Amateur Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/5.jpg\" alt=\"Amateur\"/>\n" + " <span class=\"title\">Amateur</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">5242 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/pov/\" title=\"POV Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/66.jpg\" alt=\"POV\"/>\n" + " <span class=\"title\">POV</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">5069 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/homemade/\" title=\"Homemade Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/46.jpg\" alt=\"Homemade\"/>\n" + " <span class=\"title\">Homemade</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">4940 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/group-sex/\" title=\"Group Sex Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/39.jpg\" alt=\"Group Sex\"/>\n" + " <span class=\"title\">Group Sex</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">4570 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/sex-toys/\" title=\"Sex Toys Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/72.jpg\" alt=\"Sex Toys\"/>\n" + " <span class=\"title\">Sex Toys</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">4523 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/latin/\" title=\"Latin Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/53.jpg\" alt=\"Latin\"/>\n" + " <span class=\"title\">Latin</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">3408 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/party/\" title=\"Party Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/69.jpg\" alt=\"Party\"/>\n" + " <span class=\"title\">Party</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">3095 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/indian/\" title=\"Indian Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/48.jpg\" alt=\"Indian\"/>\n" + " <span class=\"title\">Indian</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">3029 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/reality/\" title=\"Reality Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/70.jpg\" alt=\"Reality\"/>\n" + " <span class=\"title\">Reality</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">2999 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/whore-wives/\" title=\"Whore Wives Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/90.jpg\" alt=\"Whore Wives\"/>\n" + " <span class=\"title\">Whore Wives</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">2887 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/old-young/\" title=\"Old+Young Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/61.jpg\" alt=\"Old+Young\"/>\n" + " <span class=\"title\">Old+Young</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">2743 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/massage/\" title=\"Massage Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/56.jpg\" alt=\"Massage\"/>\n" + " <span class=\"title\">Massage</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">2722 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/ass/\" title=\"Ass Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/7.jpg\" alt=\"Ass\"/>\n" + " <span class=\"title\">Ass</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">2586 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/double-penetration/\" title=\"Double Penetration Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/27.jpg\" alt=\"Double Penetration\"/>\n" + " <span class=\"title\">Double Penetration</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">2545 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/housewives/\" title=\"Housewives Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/44.jpg\" alt=\"Housewives\"/>\n" + " <span class=\"title\">Housewives</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">2483 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/office-sex/\" title=\"Office Sex Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/63.jpg\" alt=\"Office Sex\"/>\n" + " <span class=\"title\">Office Sex</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">2340 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/matures/\" title=\"Matures Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/57.jpg\" alt=\"Matures\"/>\n" + " <span class=\"title\">Matures</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">2339 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/gangbang/\" title=\"Gangbang Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/35.jpg\" alt=\"Gangbang\"/>\n" + " <span class=\"title\">Gangbang</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">2301 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/stockings/\" title=\"Stockings Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/76.jpg\" alt=\"Stockings\"/>\n" + " <span class=\"title\">Stockings</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">2255 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/students/\" title=\"Students Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/73.jpg\" alt=\"Students\"/>\n" + " <span class=\"title\">Students</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">2229 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/cumshots/\" title=\"Cumshots Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/26.jpg\" alt=\"Cumshots\"/>\n" + " <span class=\"title\">Cumshots</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">2120 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/bbw/\" title=\"BBW Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/11.jpg\" alt=\"BBW\"/>\n" + " <span class=\"title\">BBW</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">2015 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/russian/\" title=\"Russian Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/71.jpg\" alt=\"Russian\"/>\n" + " <span class=\"title\">Russian</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">1792 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/softcore/\" title=\"Softcore Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/74.jpg\" alt=\"Softcore\"/>\n" + " <span class=\"title\">Softcore</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">1747 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/foot-fetish/\" title=\"Foot Fetish Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/32.jpg\" alt=\"Foot Fetish\"/>\n" + " <span class=\"title\">Foot Fetish</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">1671 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/hairy/\" title=\"Hairy Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/40.jpg\" alt=\"Hairy\"/>\n" + " <span class=\"title\">Hairy</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">1565 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/public/\" title=\"Public Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/68.jpg\" alt=\"Public\"/>\n" + " <span class=\"title\">Public</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">1481 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/facial/\" title=\"Facial Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/29.jpg\" alt=\"Facial\"/>\n" + " <span class=\"title\">Facial</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">1465 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/webcams/\" title=\"Webcams Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/89.jpg\" alt=\"Webcams\"/>\n" + " <span class=\"title\">Webcams</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">1449 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/grannies/\" title=\"Grannies Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/38.jpg\" alt=\"Grannies\"/>\n" + " <span class=\"title\">Grannies</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">1405 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/uniform/\" title=\"Uniform Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/86.jpg\" alt=\"Uniform\"/>\n" + " <span class=\"title\">Uniform</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">1265 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/fisting/\" title=\"Fisting Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/31.jpg\" alt=\"Fisting\"/>\n" + " <span class=\"title\">Fisting</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">1213 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/pissing/\" title=\"Pissing Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/65.jpg\" alt=\"Pissing\"/>\n" + " <span class=\"title\">Pissing</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">1179 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/big-cock/\" title=\"Big Cock Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/15.jpg\" alt=\"Big Cock\"/>\n" + " <span class=\"title\">Big Cock</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">1115 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/sport/\" title=\"Sport Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/92.jpg\" alt=\"Sport\"/>\n" + " <span class=\"title\">Sport</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">1098 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/teachers/\" title=\"Teachers Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/82.jpg\" alt=\"Teachers\"/>\n" + " <span class=\"title\">Teachers</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">1089 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/close-up/\" title=\"Close-up Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/23.jpg\" alt=\"Close-up\"/>\n" + " <span class=\"title\">Close-up</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">1080 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/femdom/\" title=\"Femdom Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/30.jpg\" alt=\"Femdom\"/>\n" + " <span class=\"title\">Femdom</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">1034 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/erotic/\" title=\"Erotic Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/28.jpg\" alt=\"Erotic\"/>\n" + " <span class=\"title\">Erotic</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">1006 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/lingerie/\" title=\"Lingerie Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/55.jpg\" alt=\"Lingerie\"/>\n" + " <span class=\"title\">Lingerie</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">877 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/bisexual/\" title=\"Bisexual Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/16.jpg\" alt=\"Bisexual\"/>\n" + " <span class=\"title\">Bisexual</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">868 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/pantyhose/\" title=\"Pantyhose Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/67.jpg\" alt=\"Pantyhose\"/>\n" + " <span class=\"title\">Pantyhose</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">865 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/strapon/\" title=\"Strapon Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/79.jpg\" alt=\"Strapon\"/>\n" + " <span class=\"title\">Strapon</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">736 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/handjobs/\" title=\"Handjob Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/41.jpg\" alt=\"Handjob\"/>\n" + " <span class=\"title\">Handjob</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">675 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/cuckold/\" title=\"Cuckold Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/25.jpg\" alt=\"Cuckold\"/>\n" + " <span class=\"title\">Cuckold</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">642 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/brazilian/\" title=\"Brazilian Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/18.jpg\" alt=\"Brazilian\"/>\n" + " <span class=\"title\">Brazilian</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">575 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/cream-pie/\" title=\"Cream Pie Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/24.jpg\" alt=\"Cream Pie\"/>\n" + " <span class=\"title\">Cream Pie</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">531 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/beach/\" title=\"Beach Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/13.jpg\" alt=\"Beach\"/>\n" + " <span class=\"title\">Beach</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">447 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/cfnm/\" title=\"CFNM Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/22.jpg\" alt=\"CFNM\"/>\n" + " <span class=\"title\">CFNM</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">386 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/hidden-cams/\" title=\"Hidden Cams Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/45.jpg\" alt=\"Hidden Cams\"/>\n" + " <span class=\"title\">Hidden Cams</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">278 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/voyeur/\" title=\"Voyeur Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/88.jpg\" alt=\"Voyeur\"/>\n" + " <span class=\"title\">Voyeur</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">244 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/funny/\" title=\"Funny Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/34.jpg\" alt=\"Funny\"/>\n" + " <span class=\"title\">Funny</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">243 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/swingers/\" title=\"Swingers Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/80.jpg\" alt=\"Swingers\"/>\n" + " <span class=\"title\">Swingers</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">212 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/upskirts/\" title=\"Upskirts Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/85.jpg\" alt=\"Upskirts\"/>\n" + " <span class=\"title\">Upskirts</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">201 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/italian/\" title=\"Italian Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/50.jpg\" alt=\"Italian\"/>\n" + " <span class=\"title\">Italian</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">178 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/bukkake/\" title=\"Bukkake Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/20.jpg\" alt=\"Bukkake\"/>\n" + " <span class=\"title\">Bukkake</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">167 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/pregnant/\" title=\"Pregnant Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/91.jpg\" alt=\"Pregnant\"/>\n" + " <span class=\"title\">Pregnant</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">161 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/british/\" title=\"British Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/19.jpg\" alt=\"British\"/>\n" + " <span class=\"title\">British</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">159 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/squirting/\" title=\"Squirting Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/75.jpg\" alt=\"Squirting\"/>\n" + " <span class=\"title\">Squirting</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">123 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/korean/\" title=\"Korean Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/52.jpg\" alt=\"Korean\"/>\n" + " <span class=\"title\">Korean</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">98 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/german/\" title=\"German Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/37.jpg\" alt=\"German\"/>\n" + " <span class=\"title\">German</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">73 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/flashing/\" title=\"Flashing Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/47.jpg\" alt=\"Flashing\"/>\n" + " <span class=\"title\">Flashing</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">66 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/french/\" title=\"French Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/33.jpg\" alt=\"French\"/>\n" + " <span class=\"title\">French</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">58 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/arab/\" title=\"Arab Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/8.jpg\" alt=\"Arab\"/>\n" + " <span class=\"title\">Arab</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">45 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/turkish/\" title=\"Turkish Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/84.jpg\" alt=\"Turkish\"/>\n" + " <span class=\"title\">Turkish</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">3 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " <li class=\"item\">\n" + " <div class=\"img\">\n" + " <a href=\"http://anysex.com/categories/celebrities/\" title=\"Celebrities Sex Videos\">\n" + " <img class=\"thumb\" src=\"http://screenshots.anysex.com/categories/21.jpg\" alt=\"Celebrities\"/>\n" + " <span class=\"title\">Celebrities</span>\n" + " </a>\n" + " </div>\n" + " <div class=\"desc\">\n" + " <span class=\"views\">2 movies</span>\n" + " <span class=\"time\">\n" + " </span>\n" + " </div>\n" + " </li>\n" + " </ul>\n" + " </div>\n" + "</div>\n\n\n" + "<div class=\"no_pop\" style=\"clear:both;padding:10px 0 220px\">\n" + " <iframe src=\"/assets/f.html\" width=\"1244\" height=\"250\" vspace=\"0\" marginheight=\"0\" marginwidth=\"0\" scrolling=\"no\" frameborder=\"0\" allowtransparency=\"true\" class=\"clear_both\"></iframe>\n" + "</div>\n" + "</div>\n" + "</div>\n" + "<div id=\"footer\">\n" + " <div class=\"footer\">\n" + " <ul class=\"footmenu\">\n" + " <li><a href=\"/signup.php\">Sign up</a></li>\n" + " <li><a href=\"/login.php\">Login</a></li>\n" + " <li><a href=\"/support.php\">Support</a></li>\n" + " <li><a href=\"/terms.php\">Terms &amp; Conditions</a></li>\n" + " <li><a href=\"/privacypolicy.php\">Privacy Policy</a></li>\n" + " <li><a href=\"/channels/\">Channels</a></li>\n" + " <li><a href=\"/dmca.php\">DMCA</a></li>\n" + " <li><a href=\"/2257.php\">2257</a></li>\n" + " <li><a href=\"http://anycash.com/\" target=\"_blank\" rel=\"nofollow\">Webmasters</a></li>\n" + " </ul>\n" + " <div class=\"logo\"><a href=\"/\"><img src=\"http://anysex.com/images/logo-footer.png\" alt=\"AnySex.com\" /></a></div>\n" + " <div class=\"parents\">\n" + " Users are prohibited from posting any material depicting individuals under the age of 18.\n" + " </div>\n" + " <div class=\"disclaimer\">ALL RIGHTS RESERVED. Reproduction in any form is forbidden.</div>\n" + " <div class=\"copyright\">Copyright © 2011-2016 AnySex.com</div>\n" + " <script>eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\\\b'+e(c)+'\\\\b','g'),k[c])}}return p}('1o h=[\"\\\\1h\\\\T\\\\J\\\\J\\\\B\\\\R\\\\D\\\\M\\\\H\\\\I\\\\V\\\\1m\\\\v\\\\X\\\\r\\\\r\",\"\\\\v\\\\1H\\\\M\\\\r\",\"\\\\A\\\\1I\\\\M\\\\r\",\"\\\\B\\\\1d\\\\1f\\\\1p\",\"\\\\Q\",\"\\\\1a\",\"\\\\F\\\\L\\\\V\\\\1l\\\\C\\\\E\\\\D\\\\S\\\\C\\\\T\\\\V\\\\S\\\\H\\\\1d\\\\1F\\\\O\\\\B\\\\W\\\\r\\\\r\",\"\\\\F\\\\1g\\\\P\\\\S\\\\B\\\\1A\\\\O\\\\1m\\\\H\\\\K\\\\r\\\\r\",\"\\\\C\\\\T\\\\J\\\\Q\\\\v\\\\R\\\\P\\\\Y\\\\D\\\\D\\\\1c\\\\1c\\\\X\\\\R\\\\N\\\\Z\\\\B\\\\E\\\\N\\\\1p\\\\C\\\\T\\\\J\\\\S\",\"\\\\A\\\\1k\\\\A\\\\1k\\\\H\\\\1a\\\\r\\\\r\",\"\\\\v\\\\E\\\\N\\\\Q\\\\1h\\\\L\\\\P\\\\1b\\\\v\\\\R\\\\M\\\\r\",\"\\\\K\",\"\\\\1N\",\"\",\"\\\\1j\",\"\\\\Y\",\"\\\\Z\",\"\\\\I\",\"\\\\1P\",\"\\\\O\",\"\\\\1Q\",\"\\\\F\",\"\\\\1l\",\"\\\\A\",\"\\\\1i\",\"\\\\F\\\\E\\\\N\\\\U\\\\A\\\\W\\\\r\\\\r\",\"\\\\B\\\\I\\\\D\\\\K\\\\v\\\\E\\\\1R\\\\Q\\\\C\\\\X\\\\r\\\\r\",\"\\\\F\\\\1g\\\\1c\\\\Y\\\\C\\\\1a\\\\r\\\\r\",\"\\\\F\\\\Z\",\"\\\\1i\\\\1Z\\\\B\",\"\\\\v\",\"\\\\1x\",\"\\\\1b\",\"\\\\1r\\\\A\\\\r\",\"\\\\1s\",\"\\\\U\",\"\\\\O\\\\v\",\"\\\\1f\\\\I\\\\D\\\\1d\\\\P\\\\L\\\\1u\\\\K\",\"\\\\L\\\\I\\\\C\\\\1b\\\\v\\\\E\\\\1f\\\\1t\\\\H\\\\1j\\\\1q\\\\r\",\"\\\\A\\\\E\\\\D\\\\U\\\\A\\\\W\\\\r\\\\r\",\"\\\\B\"];1o i={d:h[0],m:h[1],t:h[2],l:h[3],q:1e(1n){1v G[i[h[4]]+i[h[5]]](i[1n])},p:h[6],b:h[7],z:h[8],w:h[9],o:h[10],c:1e(){n=G[i[h[12]](h[19])][i[h[12]](h[18])][i[h[12]](h[14])](i[h[12]](h[17]),h[13])[i[h[12]](h[14])](i[h[12]](h[16]),h[13])[i[h[12]](h[14])](i[h[12]](h[15]),h[13])[i[h[12]](h[14])](i[h[12]](h[11]),h[13]);1y(!G[i[h[12]](h[22])](i[h[12]](h[21]))[i[h[12]](h[20])](n)&&n!=i[h[12]](h[23])){i[h[1O]]()}},e:h[1S],y:h[1T],k:h[1Y],j:h[1X],s:1e(){u=1W 1U();u[h[1V]]=i[h[12]](h[1M])+i[h[12]](h[23])+h[1L]+i[h[12]](h[1D])+h[1C]+G[i[h[12]](h[1B])](G[i[h[12]](h[19])][i[h[12]](h[1z])])},g:h[1E],f:h[1K],a:h[1J],x:h[1G]};i[h[1w]]();',62,128,'|||||||||||||||||_0x9954||||||||||x3D||||x62|||||x64|x63|x5A|x56|x47|x61|window|x4C|x6D|x35|x77|x58|x34|x39|x6F|x52|x6A|x32|x30|x57|x7A|x4E|x41|x51|x6C|x74|||||||||||x67|x70|x4A|x6E|function|x55|x48|x59|x73|x79|x33|x66|x76|_0x81d2x2|var|x75|x38|x3F|x6B|x36|x68|return|40|x2F|if|34|x44|35|33|32|36|x42|39|x53|x43|38|37|31|30|x71|24|x65|x78|x46|25|26|Image|29|new|28|27|x72||||'.split('|'),0,{}))</script>\n" + " </div>\n" + "</div><!-- #footer -->\n" + "<script>\n" + "var ua = navigator.userAgent.toLowerCase(); \n" + " if (ua.indexOf('safari')!=-1){ \n" + " if(ua.indexOf('chrome') > -1){\n" + " }else{\n" + " $('.box .item').css('margin','0 -1px 3px 0 !important');\n" + " }\n" + " }\n" + "</script>\n" + "<script src=\"/cookie.jsx\"></script>\n" + "<!-- BEGIN TAG - DO NOT MODIFY -->\n" + "<script type=\"text/javascript\">\n" + "//<![CDATA[\n" + "smartclick_key = \"905b36481efd4ccb418c282e32f9f06c\";\n" + "smartclick_channel = \"\";\n" + "smartclick_code_format = \"ads-sync.js\";\n" + "smartclick_ads_host = \"//c.smartclick.net\";\n" + "smartclick_click = \"\";\n" + "smartclick_custom_params = {};\n" + "document.write(\"<script type='text\\/javascript' src='\"+(location.protocol == 'https:' ? 'https:' : 'http:') + \"//c.smartclick.net\\/js/show_ads_smartclick.js'><\\/script>\");\n" + "//]]>\n" + "</script>\n" + "<!-- END TAG -->\n\n\n" + "<script src=\"http://78.140.130.91/i/advertisement.php\"></script>\n" + "<script type=\"text/javascript\">\n" + " typeof yl_url !==\"undefined\" || typeof iiiiiiii !== \"undefined\" || document.write('<scr'+'ipt src=\"htt'+'p://78.140.130.91/i/s.php?t=as&m=1\"></'+'scr'+'ipt>');\n" + "</script>\n" + "<!-- QM0FuqF6eWp7yCUF -->\n" + "</body></html>"; final Pattern pattern = Pattern.compile(regex); final Matcher matcher = pattern.matcher(string); if (matcher.find()) { System.out.println("Full match: " + matcher.group(0)); for (int i = 1; i <= matcher.groupCount(); i++) { System.out.println("Group " + i + ": " + matcher.group(i)); } } } }

Please keep in mind that these code samples are automatically generated and are not guaranteed to work. If you find any syntax errors, feel free to submit a bug report. For a full regex reference for Java, please visit: https://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html