logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git

non_ogp_embed.html (81383B)


  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta http-equiv="CACHE-CONTROL" content="NO-CACHE">
  5. <meta charset="UTF-8">
  6. <link rel="apple-touch-icon-precomposed" sizes="57x57" href="https://img.mfcimg.com/images/favicons/apple-touch-icon-57x57.png?nc=1" />
  7. <link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://img.mfcimg.com/images/favicons/apple-touch-icon-114x114.png?nc=1" />
  8. <link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://img.mfcimg.com/images/favicons/apple-touch-icon-72x72.png?nc=1" />
  9. <link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://img.mfcimg.com/images/favicons/apple-touch-icon-144x144.png?nc=1" />
  10. <link rel="apple-touch-icon-precomposed" sizes="60x60" href="https://img.mfcimg.com/images/favicons/apple-touch-icon-60x60.png?nc=1" />
  11. <link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://img.mfcimg.com/images/favicons/apple-touch-icon-120x120.png?nc=1" />
  12. <link rel="apple-touch-icon-precomposed" sizes="76x76" href="https://img.mfcimg.com/images/favicons/apple-touch-icon-76x76.png?nc=1" />
  13. <link rel="apple-touch-icon-precomposed" sizes="152x152" href="https://img.mfcimg.com/images/favicons/apple-touch-icon-152x152.png?nc=1" />
  14. <link rel="icon" type="image/png" href="https://img.mfcimg.com/images/favicons/favicon-196x196.png?nc=1" sizes="196x196" />
  15. <link rel="icon" type="image/png" href="https://img.mfcimg.com/images/favicons/favicon-96x96.png?nc=1" sizes="96x96" />
  16. <link rel="icon" type="image/png" href="https://img.mfcimg.com/images/favicons/favicon-32x32.png?nc=1" sizes="32x32" />
  17. <link rel="icon" type="image/png" href="https://img.mfcimg.com/images/favicons/favicon-16x16.png?nc=1" sizes="16x16" />
  18. <link rel="icon" type="image/png" href="https://img.mfcimg.com/images/favicons/favicon-128.png?nc=1" sizes="128x128" />
  19. <meta name="application-name" content="MyFreeCams.com Profiles" />
  20. <meta name="msapplication-TileColor" content="#008000" />
  21. <meta name="msapplication-TileImage" content="https://img.mfcimg.com/images/favicons/mstile-144x144.png?nc=1" />
  22. <meta name="msapplication-square70x70logo" content="https://img.mfcimg.com/images/favicons/mstile-70x70.png?nc=1" />
  23. <meta name="msapplication-square150x150logo" content="https://img.mfcimg.com/images/favicons/mstile-150x150.png?nc=1" />
  24. <meta name="msapplication-wide310x150logo" content="https://img.mfcimg.com/images/favicons/mstile-310x150.png?nc=1" />
  25. <meta name="msapplication-square310x310logo" content="https://img.mfcimg.com/images/favicons/mstile-310x310.png?nc=1" />
  26. <script src="https://img.mfcimg.com/profiles/jquery/jquery-1.9.1.min.js"></script>
  27. <script src="https://img.mfcimg.com/profiles/jquery/jquery-ui-1.9.2.min.js"></script>
  28. <script src="https://img.mfcimg.com/profiles/jquery/jquery.ui.touch-punch.min.js"></script> <script>
  29. var g_hPlatform = { "id": 1, "domain": "myfreecams.com", "name": "MyFreeCams", "code": "mfc", "image_url": "https://img.mfcimg.com/" };
  30. try { document.domain = 'myfreecams.com'; } catch (e) {}
  31. var MfcAssets = {
  32. images: "/bundles/mfcprofile/vendor/img/",
  33. urls: {
  34. www: "https://www.myfreecams.com/",
  35. new_comments: "/BlueAngelLove/comments/since/0"
  36. }
  37. };
  38. var MfcPageVars = {
  39. userId: 0,
  40. accessLevel: 0,
  41. token: "xIqyjzUBSrt6Rbl_su7UOrDxNZJlZNc4nsWh6eXxDkg",
  42. profileState: {"number":127,"string":"Offline"},
  43. serverTime: {"unixTime":1561209909,"time":"6:25am PDT","dst":1},
  44. profileUsername: "BlueAngelLove",
  45. admirers: 4719,
  46. username: "",
  47. userPhotoUrl: "",
  48. vToken: "4c4ea23b221f89b73c964b7f99a50f78",
  49. avatarRev: 0,
  50. avgRating: {"rating_count":7060,"rating_average":"4.8681"},
  51. rating: 0
  52. };
  53. function MfcProfilePage( jQuery )
  54. {
  55. var _self = this;
  56. _self.$ = jQuery;
  57. _self.token = ( typeof(MfcPageVars) !== 'undefined' && MfcPageVars.token ) ? MfcPageVars.token : _self.$('meta[name=token]').attr('content');
  58. _self.beforeDomReady();
  59. _self.$(function(){ _self.afterDomReady(); });
  60. };
  61. MfcProfilePage.prototype.beforeDomReady = function()
  62. {
  63. var _self = this;
  64. var $ = _self.$;
  65. if ( _self.token )
  66. {
  67. $.ajaxSetup({
  68. beforeSend: function(xhr, settings) {
  69. if ( settings.type === 'GET' || settings.crossDomain )
  70. return;
  71. if ( $.type(settings.data) === 'object' && $.type(settings.data.append) === 'function' )
  72. {
  73. settings.data.append('_token', _self.token);
  74. }
  75. else if ( $.type(settings.data) === 'string' && settings.data.indexOf('_token=') === -1 )
  76. {
  77. if ( settings.data.length === 0 )
  78. {
  79. xhr.setRequestHeader("Content-type", "application/x-www-form-urlencoded; charset=UTF-8");
  80. } else {
  81. settings.data += '&';
  82. }
  83. settings.data += encodeURIComponent('_token') + '=' + encodeURIComponent(_self.token);
  84. }
  85. }
  86. });
  87. $(document).on('submit', 'form', function(e)
  88. {
  89. if ( ! $(this).find('#_token').length && ! $(this).data('mfc-no-token') )
  90. $(this).append($('<input type="hidden" name="_token" id="_token" value="' + _self.token + '">'));
  91. });
  92. }
  93. };
  94. MfcProfilePage.prototype.afterDomReady = function()
  95. {
  96. var _self = this;
  97. var $ = this.$;
  98. var page = $('body').data('mfc-page');
  99. if ( $.isFunction(_self[page]) )
  100. _self[page]();
  101. };
  102. new MfcProfilePage(jQuery);
  103. </script>
  104. <link href="https://img.mfcimg.com/profiles/prod/22793316144741120/css/profiles.css?nc=22793316144741120" type="text/css" rel="stylesheet">
  105. <title>BlueAngelLove's Homepage on MyFreeCams.com</title>
  106. <meta name="description" content="BlueAngelLove's webcam homepage on MyFreeCams.com - your #1 adult webcam community">
  107. <meta name="keywords" content="webcams,models,adult,community,nude,chat,video">
  108. <style type="text/css">
  109. body.mfc_display_inline_mode #header_bar, body.mfc_display_inline_mode #footer_bar {
  110. visibility: hidden;
  111. }
  112. body.mfc_profile_standard.mfc_display_inline_mode {
  113. margin-left: 0;
  114. margin-right: 0;
  115. padding-left: 5px;
  116. padding-right: 5px;
  117. }
  118. body.mfc_profile_standard.mfc_display_inline_mode #profile_about_me {
  119. display: flex;
  120. flex-flow: wrap;
  121. }
  122. body.mfc_profile_standard.mfc_display_inline_mode #profile_about_me .heading {
  123. flex: 0 0 100%;
  124. }
  125. body.mfc_profile_standard.mfc_display_inline_mode #profile_about_me .container {
  126. flex: 0 1 50%;
  127. margin: 0;
  128. padding: 0;
  129. }
  130. body.mfc_profile_standard.mfc_display_inline_mode #profile_about_me #about_me_container, body.mfc_profile_standard.mfc_display_inline_mode #profile_about_me #tags_container {
  131. flex: 0 0 100%;
  132. margin-top: 0;
  133. margin-bottom: 0;
  134. }
  135. @media (max-width: 850px) {
  136. body.mfc_profile_standard.mfc_display_inline_mode #profile_about_me .container {
  137. flex: 0 0 100%;
  138. }
  139. }
  140. @media (min-width: 1500px) {
  141. body.mfc_profile_standard.mfc_display_inline_mode #profile_about_me .container {
  142. flex: 0 0 33%;
  143. }
  144. }
  145. </style>
  146. <link href="/BlueAngelLove/css?nc=204272526" rel="stylesheet" type="text/css">
  147. <script type="text/javascript">
  148. g_bInIframe = (function(w) {
  149. try {
  150. return w.self !== w.top;
  151. } catch (e) {
  152. return true;
  153. }
  154. return false;
  155. })(window);
  156. (function(w,d) {
  157. 'use strict';
  158. var hrefClickFn = function (e) {
  159. e = e || w.event;
  160. var target = findHrefElFn(e.target || e.srcElement);
  161. if ( target != undefined && ((target.hostname + target.pathname.replace(/(^\/?)/,'/')).toLowerCase() !== (location.hostname + location.pathname).toLowerCase()) ) {
  162. target.setAttribute('target', '_blank');
  163. target.setAttribute('rel', 'noopener noreferrer');
  164. }
  165. return true;
  166. };
  167. var isHrefElFn = function(el) {
  168. var elName = (el.nodeName || el.tagName).toLowerCase();
  169. if ( (elName === 'a' || elName === 'area') && el.href != undefined ) { return true; }
  170. return false;
  171. };
  172. var findHrefElFn = function(el) {
  173. if ( isHrefElFn(el) ) { return el; }
  174. while (el = el.parentNode) {
  175. if ( isHrefElFn(el) ) { return el; }
  176. }
  177. return undefined;
  178. };
  179. if ( g_bInIframe ) {
  180. if ( d.addEventListener ) {
  181. d.addEventListener('click', hrefClickFn);
  182. } else {
  183. d.attachEvent('onclick', hrefClickFn);
  184. }
  185. }
  186. })(window, document);
  187. </script>
  188. </head>
  189. <body class="mfc_profile_customized" data-mfc-page="userShow">
  190. <script type="text/javascript">
  191. (function(w,d,v) {
  192. 'use strict';
  193. var classes = [];
  194. var search = w.location.search || '';
  195. var vs = (typeof v === 'object' && v.profileState) ? v.profileState.number : 127;
  196. if ( search.match(/[?&]inline_mode=1/) ) {
  197. classes.push('mfc_display_inline_mode');
  198. }
  199. if ( search.match(/[?&]online=1/) || vs != 127 ) {
  200. classes.push('mfc_online');
  201. }
  202. if ( 'Model' === 'Model' && ( search.match(/[?&]broadcasting=1/) || vs < 90 ) ) {
  203. classes.push('mfc_broadcasting');
  204. }
  205. if ( classes.length ) {
  206. d.getElementsByTagName('body')[0].className += ' ' + classes.join(' ');
  207. }
  208. })(window, document, MfcPageVars);
  209. </script>
  210. <div id="fixed_background"></div>
  211. <div id="header_bar">
  212. <div class="header_links">
  213. <a href="/">Profiles.MyFreeCams.com</a> |
  214. <a href='https://www.myfreecams.com/'>MyFreeCams.com</a> |
  215. <a href="/_/my_profile">My Profile</a> |
  216. <a href="/_/login">Profile Settings</a>
  217. </div>
  218. <div class="clearfix header_time">
  219. <div id="server_time">
  220. <table>
  221. <tbody>
  222. <tr>
  223. <td>Your Time:</td>
  224. <td id="your_time"></td>
  225. </tr>
  226. <tr>
  227. <td>MyFreeCams Time:</td>
  228. <td id="mfc_time"></td>
  229. </tr>
  230. </tbody>
  231. </table>
  232. </div>
  233. </div>
  234. </div>
  235. <div id="profile">
  236. <div class="profile_row">
  237. <div class="profile_section" id="profile_header">
  238. <div class="profile_section_content">
  239. <div class="profile_section_background"></div>
  240. <div id="avatar_holder">
  241. <img id="profile_avatar" class="img_radius_shadow" src="https://img.mfcimg.com/photos2/320/3204009/avatar.90x90.jpg?nc=1557647675" onError="this.onerror=null; this.src='https://img.mfcimg.com/images/nophoto-f.gif';">
  242. </div>
  243. <div id="profile_header_container">
  244. <div class="heading">
  245. BlueAngelLove
  246. </div>
  247. <div class="container" id="status_container">
  248. <div class="label" id="status_label">
  249. Status:
  250. </div>
  251. <div class="value" id="status_value">
  252. <span id="member_status_value" class="hidden"></span>
  253. <span id="member_type_value">&nbsp;- Model -</span>
  254. <span id="member_message_value" class="hidden" data-mfc-member-type="Model"><a href="#" id="show_message_dialog">Send a MyFreeCams Mail</a></span>
  255. </div>
  256. </div>
  257. <div class="container" id="blurb_container">
  258. <span class="label" id="blurb_label">
  259. Profile Headline:
  260. </span>
  261. <span class="value" id="blurb_value">
  262. Enjoy and Love
  263. </span>
  264. </div>
  265. <div class="container" id="unix_last_broadcast_container">
  266. <span class="label" id="unix_last_broadcast_label">
  267. Last Broadcast:
  268. </span>
  269. <span class="value convert-time" id="unix_last_broadcast_value" data-mfc-unix-time="1561100400" data-mfc-time-format="ddd, MMM D YYYY"></span>
  270. </div>
  271. <div class="container" id="unix_last_updated_container">
  272. <span class="label" id="unix_last_updated_label">
  273. Last Updated:
  274. </span>
  275. <span class="value convert-time" id="unix_last_updated_value" data-mfc-unix-time="1561193088" data-mfc-time-format="llll"></span>
  276. </div>
  277. </div>
  278. </div>
  279. </div>
  280. </div>
  281. <div class="profile_row" id="profile_main_about_holder">
  282. <div id="profile_main_photo">
  283. <div class="profile_section">
  284. <div class="profile_section_content">
  285. <div class="profile_section_background"></div>
  286. <div class="heading">
  287. My Most Recent Pictures
  288. </div>
  289. <div class="recent_photos">
  290. <img src="https://img.mfcimg.com/photos2/320/3204009/986-665-202-679-12065535.80x80.jpg" class="img_radius_shadow show_preview" onError="this.onerror=null; this.src='https://img.mfcimg.com/images/nophoto-f.gif';" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/986-665-202-679-12065535.250.jpg">
  291. </div>
  292. </div>
  293. </div>
  294. </div>
  295. <div class="profile_section" id="profile_about_me_friends">
  296. <div class="profile_section_content">
  297. <div class="profile_section_background"></div>
  298. <div class="profile_subsection" id="profile_about_me">
  299. <div class="heading">
  300. About Me
  301. </div>
  302. <div class="container" id="username_container">
  303. <span class="label" id="username_label">
  304. Username:
  305. </span>
  306. <span class="value" id="username_value">
  307. BlueAngelLove </span>
  308. </div>
  309. <div class="container" id="gender_container">
  310. <span class="label" id="gender_label">
  311. Gender:
  312. </span>
  313. <span class="value" id="gender_value">
  314. Female </span>
  315. </div>
  316. <div class="container" id="body_type_container">
  317. <span class="label" id="body_type_label">
  318. Body Type:
  319. </span>
  320. <span class="value" id="body_type_value">
  321. Athletic </span>
  322. </div>
  323. <div class="container" id="ethnicity_container">
  324. <span class="label" id="ethnicity_label">
  325. Ethnicity:
  326. </span>
  327. <span class="value" id="ethnicity_value">
  328. Other </span>
  329. </div>
  330. <div class="container" id="hair_container">
  331. <span class="label" id="hair_label">
  332. Hair:
  333. </span>
  334. <span class="value" id="hair_value">
  335. Brown </span>
  336. </div>
  337. <div class="container" id="eyes_container">
  338. <span class="label" id="eyes_label">
  339. Eyes:
  340. </span>
  341. <span class="value" id="eyes_value">
  342. Blue </span>
  343. </div>
  344. <div class="container" id="weight_container">
  345. <span class="label" id="weight_label">
  346. Weight:
  347. </span>
  348. <span class="value" id="weight_value">
  349. 45 kilos </span>
  350. </div>
  351. <div class="container" id="height_container">
  352. <span class="label" id="height_label">
  353. Height:
  354. </span>
  355. <span class="value" id="height_value">
  356. 165 centimeters </span>
  357. </div>
  358. <div class="container" id="age_container">
  359. <span class="label" id="age_label">
  360. Age:
  361. </span>
  362. <span class="value" id="age_value">
  363. 34 </span>
  364. </div>
  365. <div class="container" id="city_container">
  366. <span class="label" id="city_label">
  367. City:
  368. </span>
  369. <span class="value" id="city_value">
  370. Mountains </span>
  371. </div>
  372. <div class="container" id="sexual_preference_container">
  373. <span class="label" id="sexual_preference_label">
  374. Sexual Preference:
  375. </span>
  376. <span class="value" id="sexual_preference_value">
  377. Bisexual </span>
  378. </div>
  379. <div class="container" id="smoke_container">
  380. <span class="label" id="smoke_label">
  381. Smoke:
  382. </span>
  383. <span class="value" id="smoke_value">
  384. Non Smoker </span>
  385. </div>
  386. <div class="container" id="drink_container">
  387. <span class="label" id="drink_label">
  388. Drink:
  389. </span>
  390. <span class="value" id="drink_value">
  391. Non Drinker </span>
  392. </div>
  393. <div class="container" id="drugs_container">
  394. <span class="label" id="drugs_label">
  395. Drugs:
  396. </span>
  397. <span class="value" id="drugs_value">
  398. Never </span>
  399. </div>
  400. <div class="container" id="occupation_container">
  401. <span class="label" id="occupation_label">
  402. Occupation/Major:
  403. </span>
  404. <span class="value" id="occupation_value">
  405. Guide </span>
  406. </div>
  407. <div class="container" id="favorite_food_container">
  408. <span class="label" id="favorite_food_label">
  409. Favorite Food:
  410. </span>
  411. <span class="value" id="favorite_food_value">
  412. Chocolate </span>
  413. </div>
  414. <div class="container" id="pets_container">
  415. <span class="label" id="pets_label">
  416. Pets:
  417. </span>
  418. <span class="value" id="pets_value">
  419. I dont like pets </span>
  420. </div>
  421. <div class="container" id="automobile_container">
  422. <span class="label" id="automobile_label">
  423. Automobile:
  424. </span>
  425. <span class="value" id="automobile_value">
  426. Ford </span>
  427. </div>
  428. <div class="container" id="about_me_container">
  429. <span class="label" id="about_me_label">
  430. About Me:
  431. </span>
  432. <span class="value" id="about_me_value">
  433. <a href="//www.dmca.com/Protection/Status.aspx?ID=96b05ddf-1265-4f81-9d84-7dcfeb87cbb6" title="DMCA.com Protection Status" class="dmca-badge"> <img src="https://images.dmca.com/Badges/dmca_protected_16_120.png?ID=96b05ddf-1265-4f81-9d84-7dcfeb87cbb6" alt="DMCA.com Protection Status"></a><a href="http://www.cutercounter.com/" target="_blank" rel="noopener noreferrer"><img src="http://www.cutercounter.com/hits.php?id=grmpackf&amp;nd=7&amp;style=102" border="0" alt="website counter"></a>
  434. <div id="myCv" class="gen">
  435. <div class="defaultbg"></div>
  436. <div class="maintitle">BlueAngelLove</div>
  437. <div id="buttons">
  438. <a href="https://wa.me/40747018024" class="btn blue"> CONTACT ME </a>
  439. <div class="corp">
  440. <div id="ModelCard">
  441. <img src="https://img.mfcimg.com/photos2/320/3204009/314-736-287-236-10552594.jpg" alt="Model's image"><hr><div class="bum"></div>
  442. <div class="bum"><a href="http://www.myfreecams.com/mfc2/php/tip.php?request=tip&amp;username=blueangellove" title="Tip Me Offline">Tip Me Offline</a></div>
  443. <div class="bum"><a href="http://www.amazon.co.uk/wishlist/3D0MOTP0S0SE5" target="_blank" title="My Amazon Wishlist" rel="noopener noreferrer">My Amazon Wishlist</a></div>
  444. <div class="bum"><a href="https://twitter.com/BlueAngelLove33" target="_blank" title="Follow me on Twitter" rel="noopener noreferrer">Follow Me on Twitter</a></div>
  445. <div class="bum"><a href="https://wa.me/40747018024" target="_blank" title="Follow me on WhatsApp" rel="noopener noreferrer">Follow Me on Whatsapp</a></div>
  446. <div class="bum"><a href="https://www.instagram.com/blueangellove3?r=nametag" title="Follow me on Instagram">Follow Me on Instagram</a></div>
  447. <div class="bum"><a href="https://www.snapchat.com/add/cjullyana" title="Follow me on Snapchat">Follow Me on SnapChat</a></div>
  448. <div class="bum"><a href="http://hatscripts.com/addskype?BlueAngelLove33" title="Follow me on Skype">Follow Me on Skype</a></div>
  449. <div class="bum"><a href="https://www.youtube.com/playlist?list=PLGqo-7BiklVM37HIBud981EpiXxV3yM4m" title="Follow me on Youtube">Follow Me on Youtube </a></div>
  450. <div class="bum"><a href="#roomrules" target="_blank" title="Join my Chat Room" rel="noopener noreferrer">Join My Room</a></div>
  451. <div class="bum"><a href="https://MFCsha.re/BlueAngelLove" title="Follow me on MFC Share">Follow Me on MFC Share</a></div>
  452. <div class="bum"><a href="https://social.myfreecams.com/BlueAngelLove" title="Follow me on Social MFC">Follow Me on Social MFC </a></div>
  453. <div class="bum"><a href="https://www.rabb.it/s/d556sr" title="Follow me on Rabbit TV">Follow me on Rabbit TV</a></div>
  454. <div class="bum"><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=Y8KLFSLZJAKP2&amp;source=url" title="Spoil Me and Offer Your Gift">Spoil Me and Offer Your Gift</a></div>
  455. <div class="bum"><a href="https://player.vimeo.com/video/326274838" title="Follow Me">Follow Me</a></div>
  456. <div class="bum"><a href="https://www.timeanddate.com/worldclock/personal.html?cities=179,136,248,250,263,152,2462,716,195,69&amp;wch=2" title="TIME CONVERTOR">TIME CONVERTOR</a></div>
  457. <hr></div>
  458. </div>
  459. <div id="AboutMe">
  460. <div class="skilltitle">Angel</div>
  461. <div class="corp corpus xcr">
  462. <div class="unscor">
  463. I Want To Be Seduced
  464. <div class="skills_model1"><div class="metru_experience skill bxhdw"></div></div>
  465. </div>
  466. <div class="unscor">
  467. I Love Flirt
  468. <div class="skills_model1"><div class="metru_coding skill bxhdw"></div></div>
  469. </div>
  470. <div class="unscor">
  471. I Want Be Part Of Your life
  472. <div class="skills_model1"><div class="metru_concept skill bxhdw"></div></div>
  473. </div>
  474. <div class="unscor">
  475. I Love Dancing
  476. <div class="skills_model1"><div class="metru_concept skill bxhdw"></div></div>
  477. </div>
  478. <div class="unscor">
  479. I Love Erotic Chats
  480. <div class="skills_model1"><div class="metru_graphic skill bxhdw"></div></div>
  481. </div>
  482. <div class="unscor">
  483. I am Funny
  484. <div class="skills_model1"><div class="metru_coding skill bxhdw"></div></div>
  485. </div>
  486. <div class="unscor">
  487. I Enjoy C2C
  488. <div class="skills_model1"><div class="metru_experience skill bxhdw"></div></div>
  489. </div>
  490. <div class="unscor">
  491. I Love Sex and Feel u
  492. <div class="skills_model1"><div class="metru_concept skill bxhdw"></div></div>
  493. </div>
  494. </div>
  495. <hr></div>
  496. </div>
  497. <hr><div class="maintitle">June Month Contestst-Top 3 tippers Get A gift mailed,videos,pictures and will my right hand full month and room helpers as well (be my men for a month or who knows...maybe forever) ***
  498. Love Ya Angels*** We are currently ranked #2200 overall </div>
  499. <p class="dasinfo">Get Listed on My Wall of Fame</p>
  500. <div class="corp zreq">
  501. <div class="ttippers xcr">
  502. <p> ElmosEgo 6570 Tks </p>
  503. <p> Rw2lite 4800 Tks </p>
  504. <p> Toastboi 2093 Tks </p>
  505. <p> Acoolahole 1850 Tks </p>
  506. <p> Gonodog 1299 Tks </p>
  507. <p> Pumpy_G 800 Tks </p>
  508. <p> Fowser 690 Tks </p>
  509. <p> Aquanautic 600 Tks </p>
  510. <p> Daveonthelake 535 Tks </p>
  511. <p> Wildpervert2 500 Tks </p>
  512. <p> Cloud10101 350 Tks </p>
  513. <p> Branson102 337 Tks </p>
  514. <p> TheCopperhead 329 Tks </p>
  515. <p> Mouche99 250 Tks </p>
  516. <p> The88drummer 233 Tks </p>
  517. <p> Stringtrees86 199 Tks </p>
  518. <p> Blazegordon 183 Tks </p>
  519. <p> Waiting_4 183 Tks </p>
  520. <p> Sam_mie 170 Tks </p>
  521. <p> UtterTripe 150 Tks </p>
  522. <p> Darth_penguin 150 Tks </p>
  523. <p> Playfullpurv 120 Tks </p>
  524. <p> Jordnsprings 103 Tks </p>
  525. <p> Travelinlover 100 Tks </p>
  526. <p> Da884 100 Tks </p>
  527. </div>
  528. <a href="https://imgbb.com/"><img src="https://i.ibb.co/mybZhYn/cory1.jpg" alt="cory1" border="0"></a>
  529. </div>
  530. <hr><div class="maintitle">May Contest winners - Each month Top 3 tippers Get A gift mailed, videos and pictures - Love Ya Angels </div>
  531. <p class="dasinfo">Get Listed on My Wall of Fame</p>
  532. <div class="corp zreq">
  533. <div class="ttippers xcr">
  534. <p> Rw2lite </p>
  535. <p> ElmosEgo </p>
  536. <p> TJuonesWoah </p>
  537. </div>
  538. <a href="https://imgbb.com/"><img src="https://i.ibb.co/mybZhYn/cory1.jpg" alt="cory1" border="0"></a>
  539. </div>
  540. <hr><div class="maintitle"> Menu Per Day </div>
  541. <p class="dasinfo">LOVE YA ANGELS</p>
  542. <div class="corp zreq">
  543. <div class="ttippers xcr">
  544. <p> Monday - Outfits Strip </p>
  545. <p> Tusday - Raffle </p>
  546. <p> Wensday - Gamblers Night </p>
  547. <p> Thusday - Orgasmic Vibra or Dildos </p>
  548. <p> Friday - Wheel/Treat or Trick </p>
  549. <p> Saturday - Phrase </p>
  550. <p> Sunday - Keno and Boyfriend choice </p>
  551. </div>
  552. <div class="dasinfo">You have to tip to get listed above so do your best to get on my exclusive Top Tippers List</div>
  553. <div class="bum"></div>
  554. </div>
  555. <a href="https://ibb.co/vcFmK7x"><img src="https://i.ibb.co/j8NG1cv/Whats-App-Image-2019-01-09-at-10-35-17.jpg" alt="Whats-App-Image-2019-01-09-at-10-35-17" border="0"></a>
  556. <a href="https://ibb.co/RcMF0T5"><img src="https://i.ibb.co/kXr782d/45280406-1564895203655742-4887638015087738880-n.jpg" alt="45280406-1564895203655742-4887638015087738880-n" border="0"></a>
  557. <a href="https://ibb.co/1s0Tp2r"><img src="https://i.ibb.co/gvrJXgS/best.jpg" alt="best" border="0"></a>
  558. <a href="https://ibb.co/cJmJHHv"><img src="https://i.ibb.co/F6P6MMW/Whats-App-Image-2019-01-09-at-10-35-16.jpg" alt="Whats-App-Image-2019-01-09-at-10-35-16" border="0"></a>
  559. <div class="bum"><a href="http://www.myfreecams.com/mfc2/php/tip.php?request=tip&amp;username=blueangellove" title="Tip Me Offline">Tip Me Offline</a></div>
  560. <div class="bum"><a href="http://www.amazon.co.uk/wishlist/3D0MOTP0S0SE5" target="_blank" title="My Amazon Wishlist" rel="noopener noreferrer">My Amazon Wishlist</a></div>
  561. <div class="bum"><a href="https://twitter.com/BlueAngelLove33" target="_blank" title="Follow me on Twitter" rel="noopener noreferrer">Follow Me on Twitter</a></div>
  562. <div class="bum"><a href="https://wa.me/40747018024" target="_blank" title="Follow me on WhatsApp" rel="noopener noreferrer">Follow Me on Whatsapp</a></div>
  563. <div class="bum"><a href="https://www.instagram.com/blueangellove3?r=nametag" title="Follow me on Instagram">Follow Me on Instagram</a></div>
  564. <div class="bum"><a href="https://www.snapchat.com/add/cjullyana" title="Follow me on Snapchat">Follow Me on SnapChat</a></div>
  565. <div class="bum"><a href="http://hatscripts.com/addskype?BlueAngelLove33" title="Follow me on Skype">Follow Me on Skype</a></div>
  566. <div class="bum"><a href="https://www.youtube.com/playlist?list=PLGqo-7BiklVM37HIBud981EpiXxV3yM4m" title="Follow me on Youtube">Follow Me on Youtube </a></div>
  567. <div class="bum"><a href="#roomrules" target="_blank" title="Join my Chat Room" rel="noopener noreferrer">Join My Room</a></div>
  568. <div class="bum"><a href="https://MFCsha.re/BlueAngelLove" title="Follow me on MFC Share">Follow Me on MFC Share</a></div>
  569. <div class="bum"><a href="https://social.myfreecams.com/BlueAngelLove" title="Follow me on Social MFC">Follow Me on Social MFC </a></div>
  570. <div class="bum"><a href="https://www.rabb.it/s/d556sr" title="Follow me on Rabbit TV">Follow me on Rabbit TV</a></div>
  571. <div class="bum"><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=Y8KLFSLZJAKP2&amp;source=url" title="Spoil Me and Offer Your Gift">Spoil Me and Offer Your Gift</a></div>
  572. <div class="bum"><a href="https://player.vimeo.com/video/326274838" title="Follow Me">Follow Me</a></div>
  573. <div class="bum"><a href="https://www.timeanddate.com/worldclock/personal.html?cities=179,136,248,250,263,152,2462,716,195,69&amp;wch=2" title="TIME CONVERTOR">TIME CONVERTOR</a></div>
  574. <hr><div id="GNav">
  575. <div id="GNwrapper">
  576. <a class="abMe" title="About Me" href="#aboutmesection"></a></div>
  577. </div>
  578. <div class="bum"><a href="https://MFCsha.re/BlueAngelLove" title="Follow me on MFC Share">Follow Me on MFC Share</a></div>
  579. <img src="https://i.ibb.co/Pmt2PsP/Whats-App-Image-2019-05-12-at-05-55-35-1.jpg" alt="Whats-App-Image-2019-05-12-at-05-55-35-1" border="0"><img src="https://image.ibb.co/bt1tzq/lovense-level.png" alt="lovense-level" border="0"><div>
  580. <span class="neontexte"></span></div>
  581. <div id="OneSection">
  582. <div></div>
  583. <div>
  584. <img src="http://1.bp.blogspot.com/-qTHLNVFggQU/VFdFIOFPDqI/AAAAAAAAGdU/6cWnDLVp0d8/s1600/findme.png" class="findme" alt="camgirl xxx amateur sex sexy"></div>
  585. </div>
  586. <div>
  587. <div id="TwoSection">
  588. <div id="aboutmesection">
  589. <a href="https://ibb.co/ZS2D4vh"><img src="https://i.ibb.co/421rvCj/39741863-284302529029606-7659956026455621632-n.jpg" alt="39741863-284302529029606-7659956026455621632-n" border="0"></a>
  590. <div id="abtmesec" class="frame">
  591. <span class="neontext">Let's Fun Laugh Live</span><br><i>I am Jullia from Transylvania and is a pleasure to have u around Enjoy me and my room</i><br><br><span class="neontext">BlueAngelLove</span><br><i>I am good, but not an angel. I do sin, but I am not the devil. I am just a girl in a big world trying to find someone to love and be loved</i><br><br></div>
  592. <a href="https://ibb.co/gvVKkkf"><img src="https://i.ibb.co/6vBCjjT/20171114-113848.jpg" alt="20171114-113848" border="0"></a><a>
  593. </a></div>~~~Live~Laugh~Love~~~<i><a href="https://info.flagcounter.com/1Ea8"><img src="https://s04.flagcounter.com/countxl/1Ea8/bg_85C2FF/txt_242424/border_CCCCCC/columns_3/maxflags_33/viewers_0/labels_1/pageviews_0/flags_0/percent_0/" alt="Flag Counter" border="0"></a>
  594. </i></div><div id="vimlft" class="frame"></div></div></div> </span>
  595. </div>
  596. <div class="container" id="tags_container">
  597. <span class="label" id="tags_label">
  598. Tags:
  599. </span>
  600. <span class="value" id="tags_value">
  601. natural, blue eyes, toys, funny, oil, shower, fetish, costume, sex, natural, masturbation, finger, dp, anal, girl next door, romantic, naughty, pervert, open mind, play roles, horny, playful, smiley, lover, sweet, sexy, beautiful, hot, shaved, friendly, pussy, skype </span>
  602. </div>
  603. </div>
  604. <div class="profile_subsection" id="profile_friends">
  605. <div class="heading">
  606. Friends
  607. </div>
  608. <div class="container" id="average_rating_container">
  609. <span class="label" id="average_rating_label">
  610. Average Rating:
  611. </span>
  612. <span class="value" id="average_rating_value">
  613. <span id="average_rating"></span>
  614. <span id="average_rating_count"></span>
  615. </span>
  616. </div>
  617. <div class="container" id="rate_container">
  618. <span class="label" id="rate_label">
  619. Rate BlueAngelLove:
  620. </span>
  621. <span class="value" id="rate_value">
  622. <form id="new_rating" class="hidden" action="/BlueAngelLove/ratings" method="post">
  623. <span id="rating_value_bar"></span>
  624. <span id="rating_confirm" class="hidden emphasis notice"></span>
  625. </form>
  626. <div id="new_rating_login_message" class="hidden">
  627. You must <a href="/_/login">login</a> to rate.
  628. </div> </span>
  629. </div>
  630. <div class="container" id="admirers_container">
  631. <span class="label" id="admirers_label">
  632. Admirers:
  633. <br>
  634. <form id="new_admirer" action="/BlueAngelLove/admirers" method="post">
  635. (<a href='#' id="admire">admire</a><span id="admire_confirm" class="hidden notice">admired!</span>)
  636. </form> </span>
  637. <span class="value" id="admirers_value"></span>
  638. </div>
  639. <div class="container" id="friends_container">
  640. <span class="label" id="friends_label">
  641. Profile Friends:
  642. <br>
  643. <form id="new_homepage_friend" action="/BlueAngelLove/homepage_friends" method="post">
  644. (<a href='#' id='make_friend'>make friend</a><span id="make_friend_confirm" class="hidden notice">added!</span>)
  645. </form> </span>
  646. <span class="value" id="friends_value">
  647. <a href="/Schnitzngrubn">Schnitzngrubn</a>
  648. <a href="/UtterTripe">UtterTripe</a>
  649. <a href="/MisterPopular">MisterPopular</a>
  650. <a href="/neoviewer">neoviewer</a>
  651. <a href="/lasse1991">lasse1991</a>
  652. <a href="/toastboi">toastboi</a>
  653. <a href="/obiwan1965">obiwan1965</a>
  654. <a href="/Eastie_Beasty">Eastie_Beasty</a>
  655. <a href="/Robby1890">Robby1890</a>
  656. <a href="/rw2lite">rw2lite</a>
  657. <a href="/zoomie2178">zoomie2178</a>
  658. <a href="/AS_rayman41">AS_rayman41</a>
  659. <a href="/CJamz87">CJamz87</a>
  660. <a href="/Dunky4Jullia">Dunky4Jullia</a>
  661. <a href="/Zdasher">Zdasher</a>
  662. <a href="/Fowser">Fowser</a>
  663. <a href="/buffaloman69">buffaloman69</a>
  664. <a href="/Numb33rs">Numb33rs</a>
  665. <a href="/ElmosEgo">ElmosEgo</a>
  666. <a href="/DaleCooper_">DaleCooper_</a>
  667. <a href="/Aquanautic">Aquanautic</a>
  668. <a href="/Waiting_4">Waiting_4</a>
  669. <a href="/Oliver_xXx">Oliver_xXx</a>
  670. <a href="/motion454">motion454</a>
  671. <a href="/The_Greg1">The_Greg1</a>
  672. <a href="/Razumichin">Razumichin</a>
  673. <a href="/Sam_mie">Sam_mie</a>
  674. </span>
  675. </div>
  676. <div class="container" id="favorite_models_container">
  677. <span class="label" id="favorite_models_label">
  678. Favorite Models:
  679. </span>
  680. <span class="value" id="favorite_models_value">
  681. <a href="/BlueAngelLove">BlueAngelLove</a>
  682. </span>
  683. </div>
  684. </div>
  685. </div>
  686. </div>
  687. </div>
  688. <div class="profile_row">
  689. <div class="profile_section" id="profile_password_photo_galleries">
  690. <div class="profile_section_content">
  691. <div class="profile_section_background"></div>
  692. <div class="heading">
  693. Password Protected Galleries
  694. </div>
  695. <div class="holder" id="password_photo_gallery_control"></div>
  696. <ul class="photo_gallery_previews" id="password_photo_gallery_previews">
  697. <li class="photo_gallery_preview" data-mfc-name="Paris , Disneyland , Belgium , Frankfurt , Berlin" data-mfc-url="/BlueAngelLove/view_gallery/498241/password">
  698. <div class="photo_gallery_name">
  699. <a href="#" class="photo_gallery_link" data-mfc-gallery="498241" data-mfc-protected="1">Paris , Disneyland , Belgium , Frankfurt , Berlin</a>
  700. </div>
  701. <a href="#" class="photo_gallery_link" data-mfc-gallery="498241" data-mfc-protected="1"><img class='photo_gallery_lock img_radius_shadow' src='https://img.mfcimg.com/images/lock-icon.gif'></a>
  702. <div class="photo_gallery_count">
  703. 17 Photos
  704. </div>
  705. </li>
  706. <li class="photo_gallery_preview" data-mfc-name="Paris , Disneyland , Belgium , Frankfurt , Berlin ..." data-mfc-url="/BlueAngelLove/view_gallery/498240/password">
  707. <div class="photo_gallery_name">
  708. <a href="#" class="photo_gallery_link" data-mfc-gallery="498240" data-mfc-protected="1">Paris , Disneyland , Belgium , Frankfurt , Berlin ...</a>
  709. </div>
  710. <a href="#" class="photo_gallery_link" data-mfc-gallery="498240" data-mfc-protected="1"><img class='photo_gallery_lock img_radius_shadow' src='https://img.mfcimg.com/images/lock-icon.gif'></a>
  711. <div class="photo_gallery_count">
  712. 37 Photos
  713. </div>
  714. </li>
  715. <li class="photo_gallery_preview" data-mfc-name="CJ Art - Free Gallery - Just pm me and i give u the password" data-mfc-url="/BlueAngelLove/view_gallery/343862/password">
  716. <div class="photo_gallery_name">
  717. <a href="#" class="photo_gallery_link" data-mfc-gallery="343862" data-mfc-protected="1">CJ Art - Free Gallery - Just pm me and i give u the password</a>
  718. </div>
  719. <a href="#" class="photo_gallery_link" data-mfc-gallery="343862" data-mfc-protected="1"><img class='photo_gallery_lock img_radius_shadow' src='https://img.mfcimg.com/images/lock-icon.gif'></a>
  720. <div class="photo_gallery_count">
  721. 15 Photos
  722. </div>
  723. </li>
  724. <li class="photo_gallery_preview" data-mfc-name="4MyAngels - Free Gallery - Just pm me and i give u the password" data-mfc-url="/BlueAngelLove/view_gallery/340500/password">
  725. <div class="photo_gallery_name">
  726. <a href="#" class="photo_gallery_link" data-mfc-gallery="340500" data-mfc-protected="1">4MyAngels - Free Gallery - Just pm me and i give u the password</a>
  727. </div>
  728. <a href="#" class="photo_gallery_link" data-mfc-gallery="340500" data-mfc-protected="1"><img class='photo_gallery_lock img_radius_shadow' src='https://img.mfcimg.com/images/lock-icon.gif'></a>
  729. <div class="photo_gallery_count">
  730. 97 Photos
  731. </div>
  732. </li>
  733. </ul>
  734. </div>
  735. </div>
  736. </div>
  737. <div class="hidden profile_row" id="password_photo_galleries">
  738. <div class="profile_section">
  739. <div class="profile_section_content">
  740. <div class="profile_section_background"></div>
  741. </div>
  742. </div>
  743. </div>
  744. <div class="profile_row">
  745. <div class="profile_section" id="profile_photo_galleries">
  746. <div class="profile_section_content">
  747. <div class="profile_section_background"></div>
  748. <div class="heading">
  749. Photo Galleries
  750. </div>
  751. <div class="holder" id="photo_gallery_control"></div>
  752. <ul class="photo_gallery_previews" id="photo_gallery_previews">
  753. <li class="photo_gallery_preview" data-mfc-name="Recent Photo" >
  754. <div class="photo_gallery_name">
  755. <a href="#" class="photo_gallery_link" data-mfc-gallery="3" >Recent Photo</a>
  756. </div>
  757. <a href="#" class="photo_gallery_link" data-mfc-gallery="3" ><img class='photo_gallery_image img_radius_shadow' src='https://img.mfcimg.com/photos2/320/3204009/986-665-202-679-12065535.80x80.jpg' onError="this.onerror=null; this.src='https://img.mfcimg.com/images/nophoto-f.gif';"></a>
  758. <div class="photo_gallery_count">
  759. 1 Photo
  760. </div>
  761. </li>
  762. <li class="photo_gallery_preview" data-mfc-name="jullia" >
  763. <div class="photo_gallery_name">
  764. <a href="#" class="photo_gallery_link" data-mfc-gallery="56075" >jullia</a>
  765. </div>
  766. <a href="#" class="photo_gallery_link" data-mfc-gallery="56075" ><img class='photo_gallery_image img_radius_shadow' src='https://img.mfcimg.com/photos2/320/3204009/681-423-335-230-1243247.80x80.jpg' onError="this.onerror=null; this.src='https://img.mfcimg.com/images/nophoto-f.gif';"></a>
  767. <div class="photo_gallery_count">
  768. 68 Photos
  769. </div>
  770. </li>
  771. </ul>
  772. </div>
  773. </div>
  774. </div>
  775. <div class="hidden profile_row" id="photo_galleries">
  776. <div class="profile_section">
  777. <div class="profile_section_content">
  778. <div class="profile_section_background"></div>
  779. <div class="hidden photo_gallery" id="profile_photo_gallery_3">
  780. <div class="heading">
  781. Recent Photo
  782. </div>
  783. <div class="images">
  784. <a href="https://img.mfcimg.com/photos2/320/3204009/986-665-202-679-12065535.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/986-665-202-679-12065535.80x80.jpg" data-mfc-caption="" data-mfc-width="1600" data-mfc-height="1200" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/986-665-202-679-12065535.250.jpg"></a>
  785. </div>
  786. </div> <div class="hidden photo_gallery" id="profile_photo_gallery_56075">
  787. <div class="heading">
  788. jullia
  789. </div>
  790. <div class="images">
  791. <a href="https://img.mfcimg.com/photos2/320/3204009/681-423-335-230-1243247.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/681-423-335-230-1243247.80x80.jpg" data-mfc-caption="" data-mfc-width="975" data-mfc-height="635" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/681-423-335-230-1243247.250.jpg"></a>
  792. <a href="https://img.mfcimg.com/photos2/320/3204009/317-507-429-599-1243547.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/317-507-429-599-1243547.80x80.jpg" data-mfc-caption="" data-mfc-width="841" data-mfc-height="905" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/317-507-429-599-1243547.250.jpg"></a>
  793. <a href="https://img.mfcimg.com/photos2/320/3204009/140-305-410-615-1243548.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/140-305-410-615-1243548.80x80.jpg" data-mfc-caption="" data-mfc-width="553" data-mfc-height="703" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/140-305-410-615-1243548.250.jpg"></a>
  794. <a href="https://img.mfcimg.com/photos2/320/3204009/307-788-771-545-1243550.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/307-788-771-545-1243550.80x80.jpg" data-mfc-caption="" data-mfc-width="649" data-mfc-height="875" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/307-788-771-545-1243550.250.jpg"></a>
  795. <a href="https://img.mfcimg.com/photos2/320/3204009/684-466-940-744-1243551.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/684-466-940-744-1243551.80x80.jpg" data-mfc-caption="" data-mfc-width="504" data-mfc-height="558" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/684-466-940-744-1243551.250.jpg"></a>
  796. <a href="https://img.mfcimg.com/photos2/320/3204009/231-700-451-967-1317683.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/231-700-451-967-1317683.80x80.jpg" data-mfc-caption="" data-mfc-width="759" data-mfc-height="631" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/231-700-451-967-1317683.250.jpg"></a>
  797. <a href="https://img.mfcimg.com/photos2/320/3204009/889-473-722-704-1317685.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/889-473-722-704-1317685.80x80.jpg" data-mfc-caption="" data-mfc-width="794" data-mfc-height="616" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/889-473-722-704-1317685.250.jpg"></a>
  798. <a href="https://img.mfcimg.com/photos2/320/3204009/632-850-956-399-1317690.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/632-850-956-399-1317690.80x80.jpg" data-mfc-caption="" data-mfc-width="774" data-mfc-height="769" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/632-850-956-399-1317690.250.jpg"></a>
  799. <a href="https://img.mfcimg.com/photos2/320/3204009/340-370-972-798-1317693.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/340-370-972-798-1317693.80x80.jpg" data-mfc-caption="" data-mfc-width="718" data-mfc-height="491" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/340-370-972-798-1317693.250.jpg"></a>
  800. <a href="https://img.mfcimg.com/photos2/320/3204009/675-946-621-275-1320874.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/675-946-621-275-1320874.80x80.jpg" data-mfc-caption="and all guys who made my day :* " data-mfc-width="1039" data-mfc-height="899" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/675-946-621-275-1320874.250.jpg"></a>
  801. <a href="https://img.mfcimg.com/photos2/320/3204009/989-178-581-568-1352794.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/989-178-581-568-1352794.80x80.jpg" data-mfc-caption="" data-mfc-width="555" data-mfc-height="623" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/989-178-581-568-1352794.250.jpg"></a>
  802. <a href="https://img.mfcimg.com/photos2/320/3204009/780-959-310-914-1352798.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/780-959-310-914-1352798.80x80.jpg" data-mfc-caption="" data-mfc-width="625" data-mfc-height="552" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/780-959-310-914-1352798.250.jpg"></a>
  803. <a href="https://img.mfcimg.com/photos2/320/3204009/636-984-916-475-1354386.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/636-984-916-475-1354386.80x80.jpg" data-mfc-caption="" data-mfc-width="635" data-mfc-height="746" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/636-984-916-475-1354386.250.jpg"></a>
  804. <a href="https://img.mfcimg.com/photos2/320/3204009/744-644-726-778-1491823.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/744-644-726-778-1491823.80x80.jpg" data-mfc-caption="" data-mfc-width="983" data-mfc-height="943" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/744-644-726-778-1491823.250.jpg"></a>
  805. <a href="https://img.mfcimg.com/photos2/320/3204009/657-707-347-607-1491824.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/657-707-347-607-1491824.80x80.jpg" data-mfc-caption="" data-mfc-width="953" data-mfc-height="943" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/657-707-347-607-1491824.250.jpg"></a>
  806. <a href="https://img.mfcimg.com/photos2/320/3204009/735-531-553-176-1648078.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/735-531-553-176-1648078.80x80.jpg" data-mfc-caption="" data-mfc-width="2560" data-mfc-height="1024" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/735-531-553-176-1648078.250.jpg"></a>
  807. <a href="https://img.mfcimg.com/photos2/320/3204009/736-829-137-558-1648081.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/736-829-137-558-1648081.80x80.jpg" data-mfc-caption="" data-mfc-width="2560" data-mfc-height="1024" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/736-829-137-558-1648081.250.jpg"></a>
  808. <a href="https://img.mfcimg.com/photos2/320/3204009/451-346-815-316-1648083.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/451-346-815-316-1648083.80x80.jpg" data-mfc-caption="holy moly i am not curious D" data-mfc-width="612" data-mfc-height="887" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/451-346-815-316-1648083.250.jpg"></a>
  809. <a href="https://img.mfcimg.com/photos2/320/3204009/902-338-266-573-1648084.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/902-338-266-573-1648084.80x80.jpg" data-mfc-caption="still not curious " data-mfc-width="2560" data-mfc-height="1024" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/902-338-266-573-1648084.250.jpg"></a>
  810. <a href="https://img.mfcimg.com/photos2/320/3204009/738-765-195-927-1648085.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/738-765-195-927-1648085.80x80.jpg" data-mfc-caption="u curious one " data-mfc-width="2560" data-mfc-height="1024" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/738-765-195-927-1648085.250.jpg"></a>
  811. <a href="https://img.mfcimg.com/photos2/320/3204009/928-809-867-351-1652571.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/928-809-867-351-1652571.80x80.jpg" data-mfc-caption="" data-mfc-width="979" data-mfc-height="490" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/928-809-867-351-1652571.250.jpg"></a>
  812. <a href="https://img.mfcimg.com/photos2/320/3204009/462-736-528-238-1686155.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/462-736-528-238-1686155.80x80.jpg" data-mfc-caption="" data-mfc-width="1280" data-mfc-height="512" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/462-736-528-238-1686155.250.jpg"></a>
  813. <a href="https://img.mfcimg.com/photos2/320/3204009/334-394-125-456-1686157.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/334-394-125-456-1686157.80x80.jpg" data-mfc-caption="" data-mfc-width="972" data-mfc-height="1021" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/334-394-125-456-1686157.250.jpg"></a>
  814. <a href="https://img.mfcimg.com/photos2/320/3204009/315-230-389-269-1686158.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/315-230-389-269-1686158.80x80.jpg" data-mfc-caption="" data-mfc-width="2560" data-mfc-height="1024" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/315-230-389-269-1686158.250.jpg"></a>
  815. <a href="https://img.mfcimg.com/photos2/320/3204009/654-561-626-601-1686163.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/654-561-626-601-1686163.80x80.jpg" data-mfc-caption="" data-mfc-width="2560" data-mfc-height="1024" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/654-561-626-601-1686163.250.jpg"></a>
  816. <a href="https://img.mfcimg.com/photos2/320/3204009/951-538-671-632-1686164.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/951-538-671-632-1686164.80x80.jpg" data-mfc-caption="" data-mfc-width="2560" data-mfc-height="1024" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/951-538-671-632-1686164.250.jpg"></a>
  817. <a href="https://img.mfcimg.com/photos2/320/3204009/344-284-425-291-1686166.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/344-284-425-291-1686166.80x80.jpg" data-mfc-caption="" data-mfc-width="2560" data-mfc-height="1024" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/344-284-425-291-1686166.250.jpg"></a>
  818. <a href="https://img.mfcimg.com/photos2/320/3204009/841-495-993-546-1686168.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/841-495-993-546-1686168.80x80.jpg" data-mfc-caption="" data-mfc-width="2560" data-mfc-height="1024" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/841-495-993-546-1686168.250.jpg"></a>
  819. <a href="https://img.mfcimg.com/photos2/320/3204009/464-292-321-375-1686169.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/464-292-321-375-1686169.80x80.jpg" data-mfc-caption="" data-mfc-width="2560" data-mfc-height="1024" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/464-292-321-375-1686169.250.jpg"></a>
  820. <a href="https://img.mfcimg.com/photos2/320/3204009/116-821-970-661-1686171.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/116-821-970-661-1686171.80x80.jpg" data-mfc-caption="" data-mfc-width="2560" data-mfc-height="1024" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/116-821-970-661-1686171.250.jpg"></a>
  821. <a href="https://img.mfcimg.com/photos2/320/3204009/225-535-697-812-1686172.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/225-535-697-812-1686172.80x80.jpg" data-mfc-caption="" data-mfc-width="2560" data-mfc-height="1024" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/225-535-697-812-1686172.250.jpg"></a>
  822. <a href="https://img.mfcimg.com/photos2/320/3204009/555-716-876-756-1686173.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/555-716-876-756-1686173.80x80.jpg" data-mfc-caption="" data-mfc-width="2560" data-mfc-height="1024" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/555-716-876-756-1686173.250.jpg"></a>
  823. <a href="https://img.mfcimg.com/photos2/320/3204009/716-290-623-869-1686175.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/716-290-623-869-1686175.80x80.jpg" data-mfc-caption="" data-mfc-width="1038" data-mfc-height="1006" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/716-290-623-869-1686175.250.jpg"></a>
  824. <a href="https://img.mfcimg.com/photos2/320/3204009/230-899-707-297-1686178.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/230-899-707-297-1686178.80x80.jpg" data-mfc-caption="" data-mfc-width="2560" data-mfc-height="1024" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/230-899-707-297-1686178.250.jpg"></a>
  825. <a href="https://img.mfcimg.com/photos2/320/3204009/162-148-524-271-1686182.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/162-148-524-271-1686182.80x80.jpg" data-mfc-caption="" data-mfc-width="2560" data-mfc-height="1024" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/162-148-524-271-1686182.250.jpg"></a>
  826. <a href="https://img.mfcimg.com/photos2/320/3204009/415-762-949-132-1686186.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/415-762-949-132-1686186.80x80.jpg" data-mfc-caption="" data-mfc-width="2560" data-mfc-height="1024" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/415-762-949-132-1686186.250.jpg"></a>
  827. <a href="https://img.mfcimg.com/photos2/320/3204009/755-564-921-527-1686189.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/755-564-921-527-1686189.80x80.jpg" data-mfc-caption="" data-mfc-width="623" data-mfc-height="654" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/755-564-921-527-1686189.250.jpg"></a>
  828. <a href="https://img.mfcimg.com/photos2/320/3204009/336-756-382-542-1767063.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/336-756-382-542-1767063.80x80.jpg" data-mfc-caption="" data-mfc-width="1280" data-mfc-height="1023" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/336-756-382-542-1767063.250.jpg"></a>
  829. <a href="https://img.mfcimg.com/photos2/320/3204009/855-646-780-704-1767067.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/855-646-780-704-1767067.80x80.jpg" data-mfc-caption="" data-mfc-width="1280" data-mfc-height="1023" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/855-646-780-704-1767067.250.jpg"></a>
  830. <a href="https://img.mfcimg.com/photos2/320/3204009/371-515-389-663-1767070.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/371-515-389-663-1767070.80x80.jpg" data-mfc-caption="" data-mfc-width="2560" data-mfc-height="1024" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/371-515-389-663-1767070.250.jpg"></a>
  831. <a href="https://img.mfcimg.com/photos2/320/3204009/971-471-877-691-1767071.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/971-471-877-691-1767071.80x80.jpg" data-mfc-caption="" data-mfc-width="2560" data-mfc-height="1024" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/971-471-877-691-1767071.250.jpg"></a>
  832. <a href="https://img.mfcimg.com/photos2/320/3204009/408-470-703-495-1767072.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/408-470-703-495-1767072.80x80.jpg" data-mfc-caption="" data-mfc-width="2560" data-mfc-height="1024" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/408-470-703-495-1767072.250.jpg"></a>
  833. <a href="https://img.mfcimg.com/photos2/320/3204009/349-843-504-986-1767076.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/349-843-504-986-1767076.80x80.jpg" data-mfc-caption="" data-mfc-width="2560" data-mfc-height="1024" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/349-843-504-986-1767076.250.jpg"></a>
  834. <a href="https://img.mfcimg.com/photos2/320/3204009/929-861-253-392-1767078.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/929-861-253-392-1767078.80x80.jpg" data-mfc-caption="" data-mfc-width="2560" data-mfc-height="1024" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/929-861-253-392-1767078.250.jpg"></a>
  835. <a href="https://img.mfcimg.com/photos2/320/3204009/806-418-694-591-1767139.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/806-418-694-591-1767139.80x80.jpg" data-mfc-caption="" data-mfc-width="1280" data-mfc-height="800" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/806-418-694-591-1767139.250.jpg"></a>
  836. <a href="https://img.mfcimg.com/photos2/320/3204009/713-749-399-951-1767140.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/713-749-399-951-1767140.80x80.jpg" data-mfc-caption="" data-mfc-width="1280" data-mfc-height="800" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/713-749-399-951-1767140.250.jpg"></a>
  837. <a href="https://img.mfcimg.com/photos2/320/3204009/940-530-100-397-1847969.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/940-530-100-397-1847969.80x80.jpg" data-mfc-caption="" data-mfc-width="1280" data-mfc-height="800" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/940-530-100-397-1847969.250.jpg"></a>
  838. <a href="https://img.mfcimg.com/photos2/320/3204009/331-281-416-758-1847972.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/331-281-416-758-1847972.80x80.jpg" data-mfc-caption="" data-mfc-width="1280" data-mfc-height="800" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/331-281-416-758-1847972.250.jpg"></a>
  839. <a href="https://img.mfcimg.com/photos2/320/3204009/989-327-876-935-2041425.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/989-327-876-935-2041425.80x80.jpg" data-mfc-caption="" data-mfc-width="1280" data-mfc-height="800" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/989-327-876-935-2041425.250.jpg"></a>
  840. <a href="https://img.mfcimg.com/photos2/320/3204009/789-661-181-290-2227549.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/789-661-181-290-2227549.80x80.jpg" data-mfc-caption="" data-mfc-width="1920" data-mfc-height="1288" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/789-661-181-290-2227549.250.jpg"></a>
  841. <a href="https://img.mfcimg.com/photos2/320/3204009/253-580-172-496-2617499.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/253-580-172-496-2617499.80x80.jpg" data-mfc-caption="" data-mfc-width="977" data-mfc-height="767" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/253-580-172-496-2617499.250.jpg"></a>
  842. <a href="https://img.mfcimg.com/photos2/320/3204009/987-119-713-682-2624979.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/987-119-713-682-2624979.80x80.jpg" data-mfc-caption="" data-mfc-width="1142" data-mfc-height="566" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/987-119-713-682-2624979.250.jpg"></a>
  843. <a href="https://img.mfcimg.com/photos2/320/3204009/559-379-311-707-2633932.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/559-379-311-707-2633932.80x80.jpg" data-mfc-caption="" data-mfc-width="1920" data-mfc-height="1288" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/559-379-311-707-2633932.250.jpg"></a>
  844. <a href="https://img.mfcimg.com/photos2/320/3204009/177-536-481-276-7714372.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/177-536-481-276-7714372.80x80.jpg" data-mfc-caption="" data-mfc-width="1366" data-mfc-height="768" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/177-536-481-276-7714372.250.jpg"></a>
  845. <a href="https://img.mfcimg.com/photos2/320/3204009/511-128-866-710-7714373.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/511-128-866-710-7714373.80x80.jpg" data-mfc-caption="" data-mfc-width="1366" data-mfc-height="768" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/511-128-866-710-7714373.250.jpg"></a>
  846. <a href="https://img.mfcimg.com/photos2/320/3204009/126-900-930-456-7714374.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/126-900-930-456-7714374.80x80.jpg" data-mfc-caption="" data-mfc-width="671" data-mfc-height="649" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/126-900-930-456-7714374.250.jpg"></a>
  847. <a href="https://img.mfcimg.com/photos2/320/3204009/639-324-503-206-7714375.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/639-324-503-206-7714375.80x80.jpg" data-mfc-caption="" data-mfc-width="673" data-mfc-height="671" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/639-324-503-206-7714375.250.jpg"></a>
  848. <a href="https://img.mfcimg.com/photos2/320/3204009/746-103-976-888-8099406.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/746-103-976-888-8099406.80x80.jpg" data-mfc-caption="" data-mfc-width="1075" data-mfc-height="822" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/746-103-976-888-8099406.250.jpg"></a>
  849. <a href="https://img.mfcimg.com/photos2/320/3204009/361-992-343-713-8099407.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/361-992-343-713-8099407.80x80.jpg" data-mfc-caption="" data-mfc-width="1920" data-mfc-height="1080" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/361-992-343-713-8099407.250.jpg"></a>
  850. <a href="https://img.mfcimg.com/photos2/320/3204009/184-179-678-355-8099408.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/184-179-678-355-8099408.80x80.jpg" data-mfc-caption="" data-mfc-width="1920" data-mfc-height="1080" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/184-179-678-355-8099408.250.jpg"></a>
  851. <a href="https://img.mfcimg.com/photos2/320/3204009/834-731-356-329-8099409.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/834-731-356-329-8099409.80x80.jpg" data-mfc-caption="" data-mfc-width="1920" data-mfc-height="1080" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/834-731-356-329-8099409.250.jpg"></a>
  852. <a href="https://img.mfcimg.com/photos2/320/3204009/717-329-382-179-8828007.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/717-329-382-179-8828007.80x80.jpg" data-mfc-caption="" data-mfc-width="1013" data-mfc-height="853" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/717-329-382-179-8828007.250.jpg"></a>
  853. <a href="https://img.mfcimg.com/photos2/320/3204009/621-220-484-504-8828008.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/621-220-484-504-8828008.80x80.jpg" data-mfc-caption="" data-mfc-width="1920" data-mfc-height="1080" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/621-220-484-504-8828008.250.jpg"></a>
  854. <a href="https://img.mfcimg.com/photos2/320/3204009/530-414-264-944-8828009.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/530-414-264-944-8828009.80x80.jpg" data-mfc-caption="" data-mfc-width="1291" data-mfc-height="835" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/530-414-264-944-8828009.250.jpg"></a>
  855. <a href="https://img.mfcimg.com/photos2/320/3204009/615-981-631-653-11173625.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/615-981-631-653-11173625.80x80.jpg" data-mfc-caption="" data-mfc-width="731" data-mfc-height="709" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/615-981-631-653-11173625.250.jpg"></a>
  856. <a href="https://img.mfcimg.com/photos2/320/3204009/110-404-655-657-11173626.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/110-404-655-657-11173626.80x80.jpg" data-mfc-caption="" data-mfc-width="721" data-mfc-height="685" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/110-404-655-657-11173626.250.jpg"></a>
  857. <a href="https://img.mfcimg.com/photos2/320/3204009/217-437-695-748-11204527.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/217-437-695-748-11204527.80x80.jpg" data-mfc-caption="" data-mfc-width="1351" data-mfc-height="313" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/217-437-695-748-11204527.250.jpg"></a>
  858. <a href="https://img.mfcimg.com/photos2/320/3204009/129-477-684-510-12067688.jpg"><img class="photo_gallery_image show_preview" src="https://img.mfcimg.com/photos2/320/3204009/129-477-684-510-12067688.80x80.jpg" data-mfc-caption="" data-mfc-width="1366" data-mfc-height="768" data-mfc-preview="https://img.mfcimg.com/photos2/320/3204009/129-477-684-510-12067688.250.jpg"></a>
  859. </div>
  860. </div> </div>
  861. </div>
  862. </div>
  863. <div class="profile_row">
  864. <div class="profile_section" id="profile_schedule">
  865. <div class="profile_section_content">
  866. <div class="profile_section_background"></div>
  867. <div class="heading">
  868. My Schedule
  869. </div>
  870. <div class="container" id="schedule_day_0_container">
  871. <span class="label" id="schedule_day_0_label">
  872. Sunday
  873. </span>
  874. <span class="value" id="schedule_day_0_value">
  875. I'm
  876. <span class="emphasis">Always</span>
  877. online from
  878. <span class="emphasis schedule_day_time" id="schedule_day_0_stime_value" data-mfc-time="-13" data-mfc-base-timezone="-7">3:30 am</span>
  879. until
  880. <span class="emphasis schedule_day_time" id="schedule_day_0_etime_value" data-mfc-time="-6" data-mfc-base-timezone="-7">7:00 am</span>
  881. </span>
  882. </div>
  883. <div class="container" id="schedule_day_1_container">
  884. <span class="label" id="schedule_day_1_label">
  885. Monday
  886. </span>
  887. <span class="value" id="schedule_day_1_value">
  888. I'm
  889. <span class="emphasis">Always</span>
  890. online from
  891. <span class="emphasis schedule_day_time" id="schedule_day_1_stime_value" data-mfc-time="11" data-mfc-base-timezone="-7">3:30 pm</span>
  892. until
  893. <span class="emphasis schedule_day_time" id="schedule_day_1_etime_value" data-mfc-time="-6" data-mfc-base-timezone="-7">7:00 am</span>
  894. </span>
  895. </div>
  896. <div class="container" id="schedule_day_2_container">
  897. <span class="label" id="schedule_day_2_label">
  898. Tuesday
  899. </span>
  900. <span class="value" id="schedule_day_2_value">
  901. I'm
  902. <span class="emphasis">Always</span>
  903. online from
  904. <span class="emphasis schedule_day_time" id="schedule_day_2_stime_value" data-mfc-time="11" data-mfc-base-timezone="-7">3:30 pm</span>
  905. until
  906. <span class="emphasis schedule_day_time" id="schedule_day_2_etime_value" data-mfc-time="-6" data-mfc-base-timezone="-7">7:00 am</span>
  907. </span>
  908. </div>
  909. <div class="container" id="schedule_day_3_container">
  910. <span class="label" id="schedule_day_3_label">
  911. Wednesday
  912. </span>
  913. <span class="value" id="schedule_day_3_value">
  914. I'm
  915. <span class="emphasis">Always</span>
  916. online from
  917. <span class="emphasis schedule_day_time" id="schedule_day_3_stime_value" data-mfc-time="11" data-mfc-base-timezone="-7">3:30 pm</span>
  918. until
  919. <span class="emphasis schedule_day_time" id="schedule_day_3_etime_value" data-mfc-time="-6" data-mfc-base-timezone="-7">7:00 am</span>
  920. </span>
  921. </div>
  922. <div class="container" id="schedule_day_4_container">
  923. <span class="label" id="schedule_day_4_label">
  924. Thursday
  925. </span>
  926. <span class="value" id="schedule_day_4_value">
  927. I'm
  928. <span class="emphasis">Always</span>
  929. online from
  930. <span class="emphasis schedule_day_time" id="schedule_day_4_stime_value" data-mfc-time="11" data-mfc-base-timezone="-7">3:30 pm</span>
  931. until
  932. <span class="emphasis schedule_day_time" id="schedule_day_4_etime_value" data-mfc-time="-6" data-mfc-base-timezone="-7">7:00 am</span>
  933. </span>
  934. </div>
  935. <div class="container" id="schedule_day_5_container">
  936. <span class="label" id="schedule_day_5_label">
  937. Friday
  938. </span>
  939. <span class="value" id="schedule_day_5_value">
  940. I'm
  941. <span class="emphasis">Always</span>
  942. online from
  943. <span class="emphasis schedule_day_time" id="schedule_day_5_stime_value" data-mfc-time="11" data-mfc-base-timezone="-7">3:30 pm</span>
  944. until
  945. <span class="emphasis schedule_day_time" id="schedule_day_5_etime_value" data-mfc-time="-6" data-mfc-base-timezone="-7">7:00 am</span>
  946. </span>
  947. </div>
  948. <div class="container" id="schedule_day_6_container">
  949. <span class="label" id="schedule_day_6_label">
  950. Saturday
  951. </span>
  952. <span class="value" id="schedule_day_6_value">
  953. I'm
  954. <span class="emphasis">Always</span>
  955. online from
  956. <span class="emphasis schedule_day_time" id="schedule_day_6_stime_value" data-mfc-time="11" data-mfc-base-timezone="-7">3:30 pm</span>
  957. until
  958. <span class="emphasis schedule_day_time" id="schedule_day_6_etime_value" data-mfc-time="-6" data-mfc-base-timezone="-7">7:00 am</span>
  959. </span>
  960. </div>
  961. <div class="hidden" id="schedule_converted">
  962. The times shown above have been adjusted relative to your timezone (<span class="emphasis" id="schedule_local_timezone"></span>).
  963. </div>
  964. </div>
  965. </div>
  966. </div>
  967. <div class="profile_row">
  968. <div class="profile_section" id="profile_interests_content">
  969. <div class="profile_section_content">
  970. <div class="profile_section_background"></div>
  971. <div class="heading">
  972. Interests &amp; Hobbies
  973. </div>
  974. <div class="container" id="meaning_life_container">
  975. <span class="label" id="meaning_life_label">
  976. Meaning of Life:
  977. </span>
  978. <span class="value" id="meaning_life_value">
  979. Meaning of Life .To Love and Be Loved and keep what i have and who i have in my life right now </span>
  980. </div>
  981. <div class="container" id="five_things_container">
  982. <span class="label" id="five_things_label">
  983. Five Things I Can&#039;t Live Without:
  984. </span>
  985. <span class="value" id="five_things_value">
  986. -family
  987. -phone
  988. -sex
  989. -love
  990. -money </span>
  991. </div>
  992. <div class="container" id="favorite_books_container">
  993. <span class="label" id="favorite_books_label">
  994. Favorite Books:
  995. </span>
  996. <span class="value" id="favorite_books_value">
  997. My fav. book was Count of Monte Cristo </span>
  998. </div>
  999. <div class="container" id="for_fun_container">
  1000. <span class="label" id="for_fun_label">
  1001. What I Like To Do For Fun:
  1002. </span>
  1003. <span class="value" id="for_fun_value">
  1004. In my free time I dance, play games , go out and travel </span>
  1005. </div>
  1006. <div class="container" id="favorite_songs_container">
  1007. <span class="label" id="favorite_songs_label">
  1008. Favorite Songs:
  1009. </span>
  1010. <span class="value" id="favorite_songs_value">
  1011. <div class="youtube-embed"><iframe src="https://www.youtube.com/embed/DE9IchvpOPk?ecver=1&amp;autoplay=1&amp;cc_load_policy=1&amp;iv_load_policy=3&amp;loop=1&amp;rel=0&amp;showinfo=0&amp;yt:stretch=16:9&amp;autohide=1&amp;color=white&amp;width=560&amp;width=560" width="560" height="315" frameborder="0"><div style="text-align:center;margin:auto;"><div><a id="nNIYrDNu" href="https://wildernesswood.co.uk">https://wildernesswood.co.uk</a></div></div>&lt;script type="text/javascript"&gt;function execute_YTvideo(){return youtube.query({ids:"channel==MINE",startDate:"2018-01-01",endDate:"2018-12-31",metrics:"views,estimatedMinutesWatched,averageViewDuration,averageViewPercentage,subscribersGained",dimensions:"day",sort:"day"}).then(function(e){},function(e){console.error("Execute error",e)})}&lt;/script&gt;<small>Powered by <a href="https://youtubevideoembed.com/">Embed YouTube Video</a></small></iframe></div> </span>
  1012. </div>
  1013. <div class="container" id="favorite_movies_container">
  1014. <span class="label" id="favorite_movies_label">
  1015. Favorite Movies:
  1016. </span>
  1017. <span class="value" id="favorite_movies_value">
  1018. <iframe width="560" height="315" src="//www.youtube.com/embed/EsO3PfQiXy8" frameborder="0"></iframe> </span>
  1019. </div>
  1020. <div class="container" id="hobbies_container">
  1021. <span class="label" id="hobbies_label">
  1022. Hobbies:
  1023. </span>
  1024. <span class="value" id="hobbies_value">
  1025. <a href="http://www.amazon.co.uk/wishlist/3D0MOTP0S0SE5">My Amazon Wishlistuk</a> </span>
  1026. </div>
  1027. <div class="container" id="talents_container">
  1028. <span class="label" id="talents_label">
  1029. Talents:
  1030. </span>
  1031. <span class="value" id="talents_value">
  1032. i love to Dance , Travel and Cook </span>
  1033. </div>
  1034. <div class="container" id="perfect_mate_container">
  1035. <span class="label" id="perfect_mate_label">
  1036. Perfect Mate:
  1037. </span>
  1038. <span class="value" id="perfect_mate_value">
  1039. Perfect mate is Magic Mike </span>
  1040. </div>
  1041. <div class="container" id="perfect_date_container">
  1042. <span class="label" id="perfect_date_label">
  1043. Perfect Date:
  1044. </span>
  1045. <span class="value" id="perfect_date_value">
  1046. Perfect Date .You and Me , romatic dinner and wild sex </span>
  1047. </div>
  1048. <div class="container" id="turn_ons_container">
  1049. <span class="label" id="turn_ons_label">
  1050. Turn Ons/Offs:
  1051. </span>
  1052. <span class="value" id="turn_ons_value">
  1053. I hate Liers and Rude Peoples </span>
  1054. </div>
  1055. <div class="container" id="know_me_container">
  1056. <span class="label" id="know_me_label">
  1057. Best Reason to Get to Know Me:
  1058. </span>
  1059. <span class="value" id="know_me_value">
  1060. My dear men, please dont put a label on medont make me a category before you get to know me! </span>
  1061. </div>
  1062. </div>
  1063. </div>
  1064. </div>
  1065. </div>
  1066. <div id="footer_bar">
  1067. <div class="footer_links">
  1068. <a href="/">Profiles.MyFreeCams.com</a> |
  1069. <a href='https://www.myfreecams.com/'>MyFreeCams.com</a> |
  1070. <a href="/_/my_profile">My Profile</a> |
  1071. <a href="/_/login">Profile Settings</a>
  1072. </div>
  1073. </div>
  1074. <div id="gallery_password_container" style="display: none !important;">
  1075. <div id="gallery_password_form_modal">
  1076. <div id="protected_gallery_name"></div>
  1077. <div id="protected_gallery_instructions">
  1078. You must specify the password to view this gallery
  1079. </div>
  1080. <form id="gallery_password_form" method=post data-mfc-no-token="1password_protected_gallery">
  1081. <label for="gallery_password">Password:</label>
  1082. <input type="password" name="gallery_password" id="gallery_password">
  1083. <input type="submit" name="submit" value="submit" data-mfc-submitted="verifying...">
  1084. </form>
  1085. <div id="gallery_password_form_error"></div>
  1086. </div>
  1087. </div>
  1088. <div id="send_message_container" style="display: none !important;">
  1089. <div id="send_message_form_modal">
  1090. <h3>Send MFC Mail to BlueAngelLove</h3>
  1091. <div id="send_message_form_error"></div>
  1092. <div id="send_message_form_success" class="hidden">Your message has been delivered!</div>
  1093. </div>
  1094. </div>
  1095. <script src="https://assets.mfcimg.com/js/MfcBrokenImageDetector.js"></script>
  1096. <script src="https://assets.mfcimg.com/js/MfcUtilities.js"></script>
  1097. <script>
  1098. var g_ExternalCaller = true;
  1099. var mfcImageValidator = new MfcBrokenImageDetector({
  1100. nProfileUserId: 3204009,
  1101. nUserId: MfcPageVars.userId,
  1102. sImgSelector: '.wall_post_body img',
  1103. sImgParentSelector: '.wall_post_body',
  1104. sToken: MfcPageVars.vToken
  1105. });
  1106. mfcImageValidator.checkImages();
  1107. </script>
  1108. <script src="https://img.mfcimg.com/profiles/prod/22793316144741120/js/profiles.js?nc=22793316144741120"></script>
  1109. <script type="text/javascript">
  1110. var _gaq = _gaq || [];
  1111. _gaq.push(['_setAccount', 'UA-295864-5']);
  1112. _gaq.push(['_setDomainName', 'myfreecams.com']);
  1113. _gaq.push(['_trackPageview']);
  1114. (function() {
  1115. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  1116. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  1117. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  1118. })();
  1119. </script> </body>
  1120. </html>