(function(){function c(b,a){this.index=b;this.config=a;this.pageConfig=JSON.parse(this.config.pageConfig);this.feedData=this.articleParentEl=null;this.loadingContext={parentEl:null,pageKey:null};this.loadedPages=[]}c.prototype.render=function(){};c.prototype.load=function(b,a){var e=a.split("-"),d=e.length>2?e[2]:null;e=e.length>3&&e[3]=="img";this.loadingContext.parentEl=b;this.loadingContext.pageKey=a;var f=this;if(e){WbxMobileSite.utils.toggleLoading(true,true);if(this.feedData==null){this.loadingContext.callback=
function(){f.renderArticleImage()};this.fetchFeed()}else this.renderArticleImage()}else if(d){WbxMobileSite.utils.toggleLoading(true);if(this.feedData==null){this.loadingContext.callback=function(){f.renderArticleDetail()};this.fetchFeed()}else this.renderArticleDetail()}else if(this.feedData==null){WbxMobileSite.utils.toggleLoading(true);this.loadingContext.callback=function(){f.renderArticleList()};this.fetchFeed()}else this.renderArticleList()};c.prototype.hasLoaded=function(b){for(var a=0;a<this.loadedPages.length;a++)if(this.loadedPages[a]==
b)return true;return false};c.prototype.fetchFeed=function(){var b=this;(new WbxMobileSite.fetcher.FeedFetcher(this.pageConfig.feedUrl)).fetch(function(a){b.handleFeedCallback(a)})};c.prototype.handleFeedCallback=function(b){this.feedData=b;this.loadingContext.callback()};c.prototype.renderArticleList=function(){var b="includeListImg"in this.pageConfig&&this.pageConfig.includeListImg=="true";if(!this.hasLoaded(this.loadingContext.pageKey)){var a=$(this.loadingContext.parentEl);a.addClass("table-view");
a.addClass("sums");b&&a.addClass("imgs");a="";a+='<ul class="section">';for(var e=0;e<this.feedData.entries.length&&e<25;e++){var d=this.feedData.entries[e];a+='<li><a href="#" onclick="return WbxMobileSite.utils.navTo(\''+("p-"+this.index+"-"+e)+"')\">";var f=this.getBestImage(d);if(f&&b){f=WbxMobileSite.utils.getProxyImageSrc(f,60,60,true);a+='<div class="row-img" style="background-image:url('+f+')"></div>'}a+='<div class="row-label">'+d.title+"</div>";d=d.shortDescription?WbxMobileSite.utils.stripTags(d.shortDescription):
"";a+='<div class="row-sublabel">'+d+"</div>";a+='<div class="row-arrow"></div>';a+="</a></li>"}a+="</ul>";this.loadingContext.parentEl.innerHTML=a;this.loadedPages.push(this.loadingContext.pageKey)}WbxMobileSite.utils.enableScrolling(this.loadingContext.pageKey);WbxMobileSite.utils.toggleLoading(false)};c.prototype.renderArticleDetail=function(){if(!this.hasLoaded(this.loadingContext.pageKey)){var b=parseInt(this.loadingContext.pageKey.split("-")[2]),a=this.feedData.entries[b],e="WbxMobileSite.utils.openExternalLink('"+
a.link+"', "+(this.pageConfig.useMobilizer=="true")+")",d="";if(a.date)d+='<p class="postdate">'+a.date+"</p>";var f=!("linkout"in this.pageConfig)||this.pageConfig.linkout=="true";d+=f?'<h1><a href="javascript:void(0)" onclick="'+e+'">'+a.title+"</a></h1>":"<h1>"+a.title+"</h1>";b="p-"+this.index+"-"+b+"-img";var g=this.getBestImage(a);g=g?WbxMobileSite.utils.getProxyImageSrc(g,320,320):null;if(g!=null)d+='<a class="content-img" href="#" onclick="return WbxMobileSite.utils.navTo(\''+b+'\')"><img src="'+
g+'" onload="'+("setTimeout(function() { WbxMobileSite.utils.enableScrolling('"+this.loadingContext.pageKey+"'); }, 500)")+'" /></a>';d+="<p>"+a.description+"</p>";if(f)d+='<div style="clear:both; min-height:300px;" class="button-row"><a class="lg-button black" href="javascript:void(0)" onclick="'+e+'">Read Full Article</a></div>';$(this.loadingContext.parentEl).addClass("content-view");this.loadingContext.parentEl.innerHTML=d}WbxMobileSite.utils.enableScrolling(this.loadingContext.pageKey);WbxMobileSite.utils.toggleLoading(false)};
c.prototype.getBestImage=function(b){return b.articleImage!=null&&b.articleImage!=""?b.articleImage:b.image};c.prototype.renderArticleImage=function(){if(!this.hasLoaded(this.loadingContext.pageKey)){var b=this.getBestImage(this.feedData.entries[parseInt(this.loadingContext.pageKey.split("-")[2])]);b=b?WbxMobileSite.utils.getProxyImageSrc(b,320,320):null;var a=document.createElement("img");a.src=b;a.className="fullImage";a.style.visibility="hidden";a.onload=function(){var e=-1*parseInt(this.width/
2),d=-1*parseInt(this.height/2);this.style.marginLeft=e+"px";this.style.marginTop=d+"px";a.style.visibility="visible"};$("#"+this.loadingContext.parentEl.id).addClass("fullImageContent");this.loadingContext.parentEl.appendChild(a)}WbxMobileSite.utils.enableScrolling(this.loadingContext.pageKey);WbxMobileSite.utils.toggleLoading(false)};WbxMobileSite.pageFactory.contains("mfeed")||WbxMobileSite.pageFactory.register("mfeed",c)})();
(function(){function c(b,a){this.type="twitter";this.index=b;this.config=a;this.isLoaded=false;this.articleParentEl=null;this.apiUrl="http://twitter.com/status/user_timeline/"+a.username+".json";this.user=this.tweets=null;this.isInitialized=false;this.loadingContext={parentEl:null,pageKey:null}}c.prototype.render=function(){};c.prototype.load=function(b,a){var e=a.split("-"),d=e.length>2?e[2]:null;this.loadingContext.parentEl=b;this.loadingContext.pageKey=a;if(d){$(b).html("");WbxMobileSite.utils.toggleLoading(true);
$(b).append($(c.formatUser(currentPage.user,currentPage.loadingContext.pageKey)));a='<div class="table-view grouped entries" style="min-height: 0;"><ul class="section"><li><div class="entry">';a+='<div class="row-label">'+c.formatTwitString(this.tweets[d].text,true)+"</div>";a+='<div class="row-sublabel">'+c.relativeTime(this.tweets[d].created_at)+"</div>";a+="</div></li></ul></div>";$(b).append(a);a="http://twitter.com/"+this.user.screen_name+"/statuses/"+this.tweets[d].id;$(b).append('<div class="button-row" style="min-height: 300px;"><div class="button-cell"><a class="lg-button" target="_blank" href="http://twitter.com/?status='+
escape("RT "+this.user.screen_name+" "+this.tweets[d].text)+'">Retweet</a></div><div class="button-cell"><a class="lg-button" target="_blank" href="'+a+'">Favorite</a></div></div>');WbxMobileSite.utils.enableScrolling(currentPage.loadingContext.pageKey);WbxMobileSite.utils.toggleLoading(false)}else if(!this.isInitialized){WbxMobileSite.utils.toggleLoading(true);d=new WbxMobileSite.fetcher.FeedFetcher(this.apiUrl+"?count="+this.config.updateCount,WbxMobileSite.proxyUrl+"/fetch/","2fb04bd53a9c08d61344d07df62e2cdc33b7554e0000012667b887ef");
d.minify=false;d.processResponse=false;d.raw=true;d.fetch(function(f){currentPage=WbxMobileSite.site.getPageByPageKey(WbxMobileSite.site.currentPage);currentPage.tweets=f;currentPage.user=f[0].user;$(b).html($(c.formatUser(currentPage.user,currentPage.loadingContext.pageKey)));$(b).append($('<div class="table-view grouped entries" id="tweetlist-'+e[1]+'"></div>'));f='<ul class="section">';for(ix=0;ix<currentPage.tweets.length;ix++){var g="p-"+e[1]+"-"+ix;f+="<li>";f+='<a href="javascript:void(0)" ontouchstart="WbxMobileSite.site.selectNavigation(this, \''+
g+"');\" onclick=\"return WbxMobileSite.utils.navTo('"+g+"')\">";f+='<div class="row-label">'+c.formatTwitString(currentPage.tweets[ix].text,false)+"</div>";f+='<div class="row-sublabel">'+c.relativeTime(currentPage.tweets[ix].created_at)+"</div>";f+='<div class="row-arrow"></div>';f+="</a></li>"}f+="</ul>";$("#tweetlist-"+e[1]).append(f);WbxMobileSite.utils.toggleLoading(false);currentPage.isInitialized=true;WbxMobileSite.utils.enableScrolling(currentPage.loadingContext.pageKey)})}};c.formatUser=
function(b){var a="javascript:void(0)";if(window.top==window.self)a=WbxMobileSite.utils.getExternalLink("http://twitter.com/"+b.screen_name,"follow");return'<div class="twitteruser"><div class="avatar" style="background-image: url('+b.profile_image_url+');"></div><a target="_blank" href="'+a+'"><p class="username">'+b.screen_name+'</p></a><p class="userinfo"><span>'+b.statuses_count+"</span> updates | <span>"+b.followers_count+"</span> followers</p></div>"};c.relativeTime=function(b){var a=new Date(b);
if(a!=null){try{var e=a.toLocaleTimeString().replace(/([0-9]{1,2}:[0-9]{2}):[0-9]{2}/,"$1").replace(/ \w+$/," ")+" "+a.toLocaleDateString().replace(/, 20[0-9][0-9]/,"")}catch(d){e=a.toLocaleTimeString()+" "+a.toLocaleDateString()}return e}return b};c.formatTwitString=function(b,a){if(a){b=b.replace(/((ftp|https?):\/\/([-\w\.]+)+(:\d+)?(\/([\w/_\.]*(\?\S+)?)?)?)/gm,'<a href="$1" target="_blank">$1</a>');b=b.replace(/(\s*)@([a-zA-Z0-9_]+)\b/gm,'$1<a href="http://twitter.com/$2" target="_blank">@$2</a>');
b=b.replace(/(\s*)#([a-zA-Z0-9_]+)\b/gm,'$1<a href="http://twitter.com/search?q=%23$2" target="_blank">#$2</a>')}return b};WbxMobileSite.pageFactory.contains("mtwitter")||WbxMobileSite.pageFactory.register("mtwitter",c)})();
(function(){function c(b,a){this.index=b;this.config=a;this.feedData=this.articleParentEl=null;this.loadingContext={parentEl:null,pageKey:null};this.isLoaded=false}c.prototype.render=function(b,a){this.loadingContext.parentEl=b;this.loadingContext.pageKey=a};c.prototype.load=function(b,a){this.loadingContext.parentEl=b;this.loadingContext.pageKey=a;WbxMobileSite.utils.toggleLoading(true);if(!this.isLoaded){a=JSON.parse(this.config.pageConfig);b.innerHTML=a.content;this.isLoaded=true}WbxMobileSite.utils.toggleLoading(false);
WbxMobileSite.utils.enableScrolling(this.loadingContext.pageKey)};WbxMobileSite.pageFactory.contains("mcustom")||WbxMobileSite.pageFactory.register("mcustom",c)})();
$(document).ready(function(){var c={icon:"",startupImg:"",headerImg:"",navStyle:"bottomNav",aboutImg:"",aboutText:"",titleStyle:"siteTitleText","titleImg:":"",themeColor:"",admobAcct:"",noAds:"false",pageConfigs:[],theme:"01",titleImg:"http://img.widgetbox.com/widget/asset/8866443e-3d00-4b33-a02e-cd608288ea17/t_1267692082850.png"};c.title="Landbidz";c.mode="site";c.pageConfigs.push({isStandalone:"true","lib.mobileCssSrc":"/mobile/css/theme/01/theme.css","wbx.buttonMode":"2",pageConfig:'{"feedUrl":"http://landbidz.blogspot.com/feeds/posts/default","headerImg":"","includeListImg":"true"}',
"lib.mobileScriptSrc":"/mobile/mobile.js","lib.scriptSrc":"/scripts/jquery-1.4.1.min.js","lib.cssSrc":"/mobile/css/base.css"});c.pageConfigs.push({username:"Landbidz",isStandalone:"true","lib.mobileCssSrc":"/mobile/css/theme/01/theme.css","wbx.buttonMode":"2",isCurrent:"true",updateCount:"20","lib.mobileScriptSrc":"/mobile/mobile.js",pageIndex:"0","lib.scriptSrc":"/scripts/jquery-1.4.1.min.js","lib.cssSrc":"/mobile/css/base.css"});c.pageConfigs.push({isStandalone:"true","lib.mobileCssSrc":"/mobile/css/theme/01/theme.css",
"wbx.buttonMode":"2",pageConfig:'{"content":"<head>\\n<style type=\\"text/css\\">\\n.style1 {\\n\\tcolor: rgb(255, 0, 0);\\n}\\n.style2 {\\n\\tbackground-color: #FFFFFF;\\n}\\n.style3 {\\n\\tfont-family: Verdana, Geneva, Tahoma, sans-serif;\\n\\tfont-size: 11pt;\\n}\\n.style4 {\\n\\ttext-align: center;\\n\\tborder-width: 1px;\\n}\\n.style6 {\\n\\tfont-family: Arial, Verdana, Helvetica, sans-serif;\\n\\tfont-size: 11pt;\\n\\tborder-collapse: separate;\\n\\tcolor: rgb(51, 51, 51);\\n\\tfont-style: normal;\\n\\tfont-variant: normal;\\n\\tfont-weight: normal;\\n\\tletter-spacing: normal;\\n\\tline-height: 15px;\\n\\ttext-align: -webkit-left;\\n\\ttext-indent: 0px;\\n\\ttext-transform: none;\\n\\twhite-space: normal;\\n\\tword-spacing: 0px;\\n}\\n</style>\\n</head>\\n\\n<p><--<a target=\\"_top\\" href=\\"http://landbidz.com/search.asp\\">BACK TO TOP LEVEL \\n\\nCATEGORIES</a></p>\\n<div align=\\"center\\">\\n  <center>\\n  <table border=\\"1\\" cellpadding=\\"2\\" bordercolor=\\"#FFFFFF\\" width=\\"75%\\" \\n\\nid=\\"AutoNumber2\\" bordercolordark=\\"#808080\\" bordercolorlight=\\"#C0C0C0\\" height=\\"1\\">\\n    <tr>\\n      <td width=\\"19%\\" bgcolor=\\"#FFFFCC\\" align=\\"center\\" style=\\"font-family: Verdana, \\n\\nArial, Helvetica, Sans-Serif; font-size: 14px\\" height=\\"17\\"><b><font size=\\"3\\">Image</font></b></td>\\n      <td width=\\"39%\\" bgcolor=\\"#FFFFCC\\" align=\\"center\\" style=\\"font-family: Verdana, \\n\\nArial, Helvetica, Sans-Serif; font-size: 14px\\" height=\\"17\\"><b><font size=\\"3\\">Featured Item - \\n\\nTitle</font></b></td>\\n      <td width=\\"17%\\" bgcolor=\\"#FFFFCC\\" align=\\"center\\" style=\\"font-family: Verdana, \\n\\nArial, Helvetica, Sans-Serif; font-size: 14px\\" height=\\"17\\"><b><font size=\\"3\\">Price</font></b></td>\\n      <td width=\\"25%\\" bgcolor=\\"#FFFFCC\\" align=\\"center\\" style=\\"font-family: Verdana, \\n\\nArial, Helvetica, Sans-Serif; font-size: 14px\\" height=\\"17\\"><b><font size=\\"3\\">Buy Instantly</font></b></td>\\n    </tr>\\n    <tr>\\n      <td width=\\"100%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"1\\" bgcolor=\\"#FFFFFF\\" colspan=\\"4\\">\\n      <i>\\n      <b><font size=\\"3\\">Arizona</font></b></i></td>\\n    </tr>\\n    <tr>\\n      <td width=\\"19%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"24\\" bgcolor=\\"#C0C0C0\\">\\n      <span class=\\"Apple-style-span\\" style=\\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'Times New Roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium;\\">\\n\\t  <span class=\\"Apple-style-span\\" style=\\"font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; font-size: 11px; text-align: -webkit-center;\\">\\n\\t  <a href=\\"http://www.landbidz.com/havasufixed.html\\" target=\\"_parent\\">\\n\\t  <img alt=\\"Item 436999\\" border=\\"1\\" class=\\"b4aimg\\" src=\\"http://www.bid4assets.com/Images/Auction/mainImages/Thumb_436999.jpg\\" style=\\"border-top-color: rgb(192, 192, 192); border-right-color: rgb(192, 192, 192); border-bottom-color: rgb(192, 192, 192); border-left-color: rgb(192, 192, 192);\\"></a></span></span></td>\\n      <td width=\\"39%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"24\\" bgcolor=\\"#C0C0C0\\">\\n      <span class=\\"Apple-style-span\\" style=\\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'Times New Roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium;\\">\\n\\t  <span class=\\"style3\\" style=\\"color: rgb(51, 51, 51); line-height: 15px; text-align: -webkit-left;\\">\\n\\t  <strong>\\n\\t  <a href=\\"http://www.landbidz.com/havasufixed.html\\" style=\\"text-decoration: underline;\\" target=\\"_parent\\">1.25 Acre Lake Havasu Acres, AZ. Free and Clear. \\n\\t  $100 per month.</a></strong></span></span></td>\\n      <td width=\\"17%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"24\\" bgcolor=\\"#C0C0C0\\">\\n      <span style=\\"font-size: 11pt; font-weight: 700\\">$121 DOWN</span></td>\\n      <td width=\\"25%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"24\\" bgcolor=\\"#C0C0C0\\">\\n      <span style=\\"font-size: 11pt; font-weight: 700\\">\\n<form action=\\"https://www.paypal.com/cgi-bin/webscr\\" method=\\"post\\">\\n<input type=\\"hidden\\" name=\\"cmd\\" value=\\"_s-xclick\\">\\n<input type=\\"hidden\\" name=\\"hosted_button_id\\" value=\\"HMUXTE6Q37NJA\\">\\n<input type=\\"image\\" src=\\"https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif\\" border=\\"0\\" name=\\"submit\\" alt=\\"PayPal - The safer, easier way to pay online!\\">\\n<img alt=\\"\\" border=\\"0\\" src=\\"https://www.paypal.com/en_US/i/scr/pixel.gif\\" width=\\"1\\" height=\\"1\\">\\n</form>\\n</span>\\n</form>\\n      </td>\\n    </tr>\\n    <tr>\\n      <td width=\\"100%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"1\\" bgcolor=\\"#FFFFFF\\" colspan=\\"4\\">\\n      <i>\\n      <b><font size=\\"3\\">Arkansas</font></b></i></td>\\n    </tr>\\n    <tr>\\n      <td width=\\"25%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"1\\" bgcolor=\\"#FFFFFF\\">\\n      <span class=\\"Apple-style-span\\" style=\\"border-collapse: separate; color: rgb(0, 0, 0); font-family: Arial; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; \\">\\n      <a href=\\"http://landbidz.com/itemdetl.asp?id=6264\\" target=\\"_blank\\">\\n      <img border=\\"0\\" width=\\"64\\" height=\\"48\\" src=\\"http://landbidz.com/pics/13966ARKjeffcountyall_photo_city_courthouse.jpg\\"></a> </span></td>\\n      <td width=\\"25%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"1\\" bgcolor=\\"#FFFFFF\\">\\n  <span class=\\"Apple-style-span\\" style=\\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: 11pt; font-style: normal; font-variant: normal; font-weight: 700; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0\\">\\n      <font face=\\"Verdana\\" color=\\"#111111\\">\\n      <p align=\\"center\\">\\n      <a target=\\"_blank\\" href=\\"http://landbidz.com/FixedArkansasterms.html\\">Jefferson County, AR Pine Bluff Jefferson Heights \\n      Addition - $100 per Month</a></font></span></td>\\n      <td width=\\"25%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"1\\" bgcolor=\\"#FFFFFF\\">\\n      <span style=\\"font-size: 11pt; font-weight: 700\\">$121 DOWN</span></td>\\n      <td width=\\"25%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"1\\" bgcolor=\\"#FFFFFF\\">\\n      <form action=\\"https://www.paypal.com/cgi-bin/webscr\\" method=\\"post\\">\\n<input type=\\"hidden\\" name=\\"cmd\\" value=\\"_s-xclick\\">\\n<input type=\\"hidden\\" name=\\"hosted_button_id\\" value=\\"5358181\\">\\n<input type=\\"image\\" src=\\"https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif\\" border=\\"0\\" name=\\"submit\\" alt=\\"PayPal - The safer, easier way to pay online!\\" width=\\"122\\" height=\\"47\\">\\n<img alt=\\"\\" border=\\"0\\" src=\\"https://www.paypal.com/en_US/i/scr/pixel.gif\\" width=\\"1\\" height=\\"1\\">\\n</form>\\n</td>\\n    </tr>\\n    <tr>\\n      <td width=\\"100%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"1\\" bgcolor=\\"#FFFFFF\\" colspan=\\"4\\">\\n      <i>\\n      <b><font size=\\"3\\">Colorado</font></b></i></td>\\n    </tr>\\n    <tr>\\n      <td width=\\"19%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"56\\" bgcolor=\\"#C0C0C0\\">\\n      <span style=\\"font-size: 11pt; font-weight: 700\\">\\n      <a href=\\"http://www.landbidz.com/fixedcoloradospecial.htm\\" target=\\"_blank\\">\\n      <img height=\\"48\\" src=\\"http://www.landbidz.com/pics/13966CO4.jpg\\" width=\\"64\\" \\n\\nborder=\\"0\\"></a></span></td>\\n      <td width=\\"39%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"56\\" bgcolor=\\"#C0C0C0\\">\\n      <span class=\\"Apple-style-span\\" style=\\"border-collapse: collapse; color: rgb(255, 255, 255); font-style: normal; font-variant: normal; font-weight: 700; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-center; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0\\">\\n      <font style=\\"font-size: 11pt\\">\\n      <a style=\\"color: rgb(0, 0, 255); background-color: #C0C0C0\\" target=\\"_blank\\" href=\\"http://www.landbidz.com/fixedcoloradoquarter.html\\">San Luis Valley, CO, 1/4 Acre, Close to Town \\n      $799</a></font></span></td>\\n      <td width=\\"17%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"56\\" bgcolor=\\"#C0C0C0\\">\\n      <span style=\\"font-size: 11pt; font-weight: 700\\">$799</span></td>\\n      <td width=\\"25%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"56\\" bgcolor=\\"#C0C0C0\\">\\n      <form action=\\"https://www.paypal.com/cgi-bin/webscr\\" method=\\"post\\">\\n<span style=\\"font-size: 11pt\\"><b>\\n<input type=\\"hidden\\" name=\\"cmd\\" value=\\"_s-xclick\\">\\n<input type=\\"hidden\\" name=\\"hosted_button_id\\" value=\\"3359845\\">\\n</b></span>\\n<p><span style=\\"font-size: 11pt; font-weight: 700\\">\\n<input type=\\"image\\" src=\\"https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif\\" border=\\"0\\" name=\\"submit\\" alt=\\"\\" width=\\"122\\" height=\\"47\\">\\n<img alt=\\"\\" border=\\"0\\" src=\\"https://www.paypal.com/en_US/i/scr/pixel.gif\\" width=\\"1\\" height=\\"1\\">\\n</span></p>\\n</form>\\n      </td>\\n    </tr>\\n    <tr>\\n      <td width=\\"19%\\" bgcolor=\\"#FFFFFF\\" align=\\"center\\" style=\\"font-family: Verdana, \\n\\nArial, Helvetica, Sans-Serif; font-size: 14px\\" height=\\"17\\">\\n      <span style=\\"font-size: 11pt; font-weight: 700\\">\\n      <a href=\\"http://www.landbidz.com/fixedcoloradoterms.htm\\" target=\\"_blank\\">\\n      <img height=\\"48\\" src=\\"http://www.landbidz.com/pics/13966CO4.jpg\\" width=\\"64\\" \\n\\nborder=\\"0\\"></a></span></td>\\n      <td width=\\"39%\\" bgcolor=\\"#FFFFFF\\" align=\\"center\\" style=\\"font-family: Verdana, \\n\\nArial, Helvetica, Sans-Serif; font-size: 14px\\" height=\\"17\\">\\n      <span style=\\"font-size: 11pt; font-weight: 700\\">\\n      <a target=\\"_blank\\" href=\\"http://www.landbidz.com/fixedcoloradoterms.htm\\">San Luis Valley Ranches, CO Close to Town CASH</a></span></td>\\n      <td width=\\"17%\\" bgcolor=\\"#FFFFFF\\" align=\\"center\\" style=\\"font-family: Verdana, \\n\\nArial, Helvetica, Sans-Serif; font-size: 14px\\" height=\\"17\\">\\n      <span style=\\"font-size: 11pt; font-weight: 700\\">$3,500</span></td>\\n      <td width=\\"25%\\" bgcolor=\\"#FFFFFF\\" align=\\"center\\" style=\\"font-family: Verdana, \\n\\nArial, Helvetica, Sans-Serif; font-size: 14px\\" height=\\"17\\">\\n      <span style=\\"font-size: 11pt\\"><b>\\n<form action=\\"https://www.paypal.com/cgi-bin/webscr\\" method=\\"post\\">\\n<input type=\\"hidden\\" name=\\"cmd\\" value=\\"_s-xclick\\">\\n<input type=\\"hidden\\" name=\\"hosted_button_id\\" value=\\"5292648\\">\\n<input type=\\"image\\" src=\\"https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif\\" border=\\"0\\" name=\\"submit\\" alt=\\"PayPal - The safer, easier way to pay online!\\" width=\\"122\\" height=\\"47\\">\\n<img alt=\\"\\" border=\\"0\\" src=\\"https://www.paypal.com/en_US/i/scr/pixel.gif\\" width=\\"1\\" height=\\"1\\">\\n</form>\\n\\n      <img alt src=\\"https://www.paypal.com/en_US/i/scr/pixel.gif\\" border=\\"0\\" \\n\\nwidth=\\"1\\" height=\\"1\\"></b></span></form></td>\\n    </tr>\\n    <tr>\\n      <td width=\\"19%\\" bgcolor=\\"#C0C0C0\\" align=\\"center\\" style=\\"font-family: Verdana, \\n\\nArial, Helvetica, Sans-Serif; font-size: 14px\\" height=\\"17\\">\\n      <span style=\\"font-size: 11pt; font-weight: 700\\">\\n      <a href=\\"http://www.landbidz.com/Fixedcoloradoterms.html\\" target=\\"_blank\\">\\n      <img height=\\"48\\" src=\\"http://www.landbidz.com/pics/13966CO8.jpg\\" width=\\"64\\" \\n\\nborder=\\"0\\"></a></span></td>\\n      <td width=\\"39%\\" bgcolor=\\"#C0C0C0\\" align=\\"center\\" style=\\"font-family: Verdana, \\n\\nArial, Helvetica, Sans-Serif; font-size: 14px\\" height=\\"17\\">\\n      <b>\\n      <span style=\\"font-size: 11pt\\">\\n      <a target=\\"_blank\\" href=\\"http://www.landbidz.com/Fixedcoloradoterms.html\\">San Luis Valley Ranches, CO Close to Town TERMS</a></span></b></td>\\n      <td width=\\"17%\\" bgcolor=\\"#C0C0C0\\" align=\\"center\\" style=\\"font-family: Verdana, \\n\\nArial, Helvetica, Sans-Serif; font-size: 14px\\" height=\\"17\\">\\n      <span style=\\"font-size: 11pt; font-weight: 700\\">$121</span></td>\\n      <td width=\\"25%\\" bgcolor=\\"#C0C0C0\\" align=\\"center\\" style=\\"font-family: Verdana, \\n\\nArial, Helvetica, Sans-Serif; font-size: 14px\\" height=\\"17\\">\\n    <form action=\\"https://www.paypal.com/cgi-bin/webscr\\" method=\\"post\\">\\n<span style=\\"font-size: 11pt\\"><b>\\n<input type=\\"hidden\\" name=\\"cmd\\" value=\\"_xclick\\">\\n<input type=\\"hidden\\" name=\\"business\\" value=\\"paypal@onlinelandsales.com\\">\\n<input type=\\"hidden\\" name=\\"item_name\\" value=\\"Fixed Special - Colorado - TERMS - $1 \\n\\nDown + $120 Documentation Fee\\">\\n<input type=\\"hidden\\" name=\\"item_number\\" value=\\"$7,900 Sales Price, $150 Per Month @ \\n\\n9% Interest Rate\\">\\n<input type=\\"hidden\\" name=\\"amount\\" value=\\"121.00\\">\\n<input type=\\"hidden\\" name=\\"no_shipping\\" value=\\"0\\">\\n<input type=\\"hidden\\" name=\\"no_note\\" value=\\"1\\">\\n<input type=\\"hidden\\" name=\\"currency_code\\" value=\\"USD\\">\\n<input type=\\"hidden\\" name=\\"lc\\" value=\\"US\\">\\n<input type=\\"hidden\\" name=\\"bn\\" value=\\"PP-BuyNowBF\\">\\n</b></span>\\n<p>\\n<span style=\\"font-size: 11pt; font-weight: 700\\">\\n<input type=\\"image\\" src=\\"https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif\\" \\n\\nborder=\\"0\\" name=\\"I2\\" alt=\\"PayPal - The safer, easier way to pay online!\\" width=\\"122\\" \\n\\nheight=\\"47\\">\\n<img alt=\\"\\" border=\\"0\\" src=\\"https://www.paypal.com/en_US/i/scr/pixel.gif\\" width=\\"1\\" \\n\\nheight=\\"1\\"> </span>\\n</p>\\n</form></td>\\n    </tr>\\n    <tr>\\n      <td width=\\"100%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"1\\" bgcolor=\\"#FFFFFF\\" colspan=\\"4\\">\\n      <i>\\n      <b><font size=\\"3\\">Missouri</font></b><span style=\\"font-size: 11pt; font-weight: 700\\">\\n      </span></i></td>\\n    </tr>\\n    <tr>\\n      <td width=\\"19%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"1\\" bgcolor=\\"#FFFFFF\\">\\n      <span class=\\"Apple-style-span\\" style=\\"border-collapse: separate; color: rgb(0, 0, 0); font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-center; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; background-color:#C0C0C0\\">\\n      <a href=\\"http://landbidz.com/fixedpricewhispoaksterms.html\\" target=\\"_blank\\">\\n      <img border=\\"0\\" width=\\"64\\" height=\\"48\\" src=\\"http://landbidz.com/pics/13966mo1.jpg\\"></a></span><span class=\\"Apple-style-span\\" style=\\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: 700; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-center; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0\\"><span style=\\"font-size: 11pt; background-color: #C0C0C0\\">  </span></span></td>\\n      <td width=\\"39%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"1\\" bgcolor=\\"#FFFFFF\\">\\n      <span class=\\"Apple-style-span\\" style=\\"border-collapse: collapse; color: rgb(255, 0, 0); font-style: normal; font-variant: normal; font-weight: 700; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-center; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0\\">\\n      <font style=\\"font-size: 11pt\\">\\n      <a style=\\"color: rgb(0, 0, 255); background-color: #FFFFFF\\" target=\\"_blank\\" href=\\"http://landbidz.com/fixedpricewhispoaksterms.html\\">Whispering Oaks Ranch, Missouri, 5 Acre, $175/Month</a></font></span></td>\\n      <td width=\\"17%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"1\\" bgcolor=\\"#FFFFFF\\">\\n      <span style=\\"font-size: 11pt; font-weight: 700\\">$121 DOWN</span></td>\\n      <td width=\\"25%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"1\\" bgcolor=\\"#FFFFFF\\">\\n<form action=\\"https://www.paypal.com/cgi-bin/webscr\\" method=\\"post\\"> \\n<input type=\\"hidden\\" name=\\"cmd\\" value=\\"_s-xclick\\"> \\n<input type=\\"hidden\\" name=\\"hosted_button_id\\" value=\\"5213877\\"> \\n<input type=\\"image\\" src=\\"https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif\\" border=\\"0\\" name=\\"submit\\" alt=\\"PayPal - The safer, easier way to pay online!\\" width=\\"122\\" height=\\"47\\"> \\n<img alt=\\"\\" border=\\"0\\" src=\\"https://www.paypal.com/en_US/i/scr/pixel.gif\\" width=\\"1\\" height=\\"1\\"> \\n</form> \\n \\n      </td>\\n    </tr>\\n    <tr>\\n      <td width=\\"100%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"1\\" bgcolor=\\"#FFFFFF\\" colspan=\\"4\\">\\n      <i>\\n      <b><font size=\\"3\\">Nevada</font></b></i></td>\\n    </tr>\\n    <tr>\\n      <td width=\\"19%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"56\\" bgcolor=\\"#C0C0C0\\">\\n      <span class=\\"Apple-style-span\\" style=\\"border-collapse: collapse; color: rgb(0, 0, 0); font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-center; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0\\">\\n      <a href=\\"http://www.landbidz.com/fixedwinterms.htm\\" target=\\"_blank\\">\\n      <img src=\\"http://landbidz.com/pics/13966011.jpg\\" border=\\"0\\" height=\\"48\\" width=\\"64\\"></a></span></td>\\n      <td width=\\"39%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"56\\" bgcolor=\\"#C0C0C0\\">\\n      <b>\\n      <a href=\\"http://www.landbidz.com/fixedwin15.html\\" style=\\"font-size: 11pt; color: rgb(0, 0, 255); background-color: #C0C0C0\\" target=\\"_blank\\">\\n      <span class=\\"Apple-style-span\\" style=\\"border-collapse: collapse; color: rgb(0, 0, 0); font-size: 11pt; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-center; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0\\">\\n      </span><span class=\\"Apple-style-span\\" style=\\"border-collapse: collapse; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-center; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0\\">40 \\n      Acre Lot, Winnemucca, NV, TERMS $160/Month, $1 Down </span></a><span class=\\"Apple-style-span\\" style=\\"border-collapse: collapse; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-center; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0\\">\\n\\t  <span class=\\"style1\\">\\n\\t  <a href=\\"http://www.landbidz.com/fixedwin15.html\\" style=\\"font-size: 11pt; background-color: #C0C0C0\\" target=\\"_blank\\">\\n\\t  (</a><span class=\\"style2\\"><a href=\\"http://www.landbidz.com/fixedwin15.html\\" style=\\"font-size: 11pt;\\" target=\\"_blank\\">NEW \\n\\t  PRICE</a></span></span><a href=\\"http://www.landbidz.com/fixedwin15.html\\" style=\\"font-size: 11pt; color: rgb(0, 0, 255); background-color: #C0C0C0\\" target=\\"_blank\\">)!<span class=\\"Apple-converted-space\\"> </span>\\n\\t  </a></span></b>\\n      <a href=\\"http://www.landbidz.com/fixedwin15.html\\" style=\\"font-size: 11pt; color: rgb(0, 0, 255); background-color: #C0C0C0\\" target=\\"_blank\\"><font color=\\"#FF0000\\">\\n\\t  <span class=\\"Apple-style-span\\" style=\\"border-collapse: collapse; font-style: normal; font-variant: normal; font-weight: 700; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-center; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0\\">Video \\n      Driving Directions</span></font></a></td>\\n      <td width=\\"17%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"56\\" bgcolor=\\"#C0C0C0\\">\\n      <span style=\\"font-size: 11pt; font-weight: 700\\">$121 DOWN</span></td>\\n      <td width=\\"25%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"56\\" bgcolor=\\"#C0C0C0\\">\\n<form \\n\\n\\n\\naction=\\"https://www.paypal.com/cgi-bin/webscr\\" method=\\"post\\"> \\n<input type=\\"hidden\\" name=\\"cmd\\" value=\\"_xclick\\"> \\n<input type=\\"hidden\\" name=\\"business\\" value=\\"paypal@onlinelandsales.com\\"> \\n<input type=\\"hidden\\" name=\\"item_name\\" value=\\"40 ACRE RANCH Winnemucca, Humboldt \\n\\n\\n\\nCounty, NV TERMS $185/Month\\"> \\n<input type=\\"hidden\\" name=\\"item_number\\" value=\\"$1 Down - $120 Documentation Fee - \\n\\n\\n\\nSales Price $23,000 - $185 Per Month - 9% Interest\\"> \\n<input type=\\"hidden\\" name=\\"amount\\" value=\\"121.00\\"> \\n<input type=\\"hidden\\" name=\\"no_shipping\\" value=\\"0\\"> \\n<input type=\\"hidden\\" name=\\"no_note\\" value=\\"1\\"> \\n<input type=\\"hidden\\" name=\\"currency_code\\" value=\\"USD\\"> \\n<input type=\\"hidden\\" name=\\"lc\\" value=\\"US\\"> \\n<input type=\\"hidden\\" name=\\"bn\\" value=\\"PP-BuyNowBF\\"> \\n<input type=\\"image\\" src=\\"https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif\\" \\n\\n\\n\\nborder=\\"0\\" name=\\"submit\\" alt=\\"Make payments with PayPal - it\'s fast, free and \\n\\n\\n\\nsecure!\\" width=\\"122\\" height=\\"47\\"> \\n<img alt=\\"\\" border=\\"0\\" src=\\"https://www.paypal.com/en_US/i/scr/pixel.gif\\" width=\\"1\\" \\n\\n\\n\\nheight=\\"1\\"> \\n</form></td>\\n    </tr>\\n    <tr>\\n      <td width=\\"100%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"1\\" bgcolor=\\"#FFFFFF\\" colspan=\\"4\\">\\n      <i>\\n      <b><font size=\\"3\\">New Mexico</font></b></i></td>\\n    </tr>\\n    <tr>\\n      <td width=\\"19%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"56\\" bgcolor=\\"#FFFFFF\\">\\n      <a target=\\"_blank\\" href=\\"http://www.landbidz.com/fixedRDO.htm\\">\\n      <span style=\\"font-size: 11pt; font-weight: 700\\">\\n      <img height=\\"48\\" src=\\"http://www.landbidz.com/pics/13966NM2.jpg\\" width=\\"64\\" \\n\\nborder=\\"0\\"></span></a></td>\\n      <td width=\\"39%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"56\\" bgcolor=\\"#FFFFFF\\">\\n      <span style=\\"font-size: 11pt; font-weight: 700\\">\\n      <a target=\\"_blank\\" href=\\"http://www.landbidz.com/fixedRDO.htm\\">1/4 Acre Rio \\n\\nDel Oro, Valencia County, New Mexico CASH</a></span></td>\\n      <td width=\\"17%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"56\\" bgcolor=\\"#FFFFFF\\">\\n      <span style=\\"font-size: 11pt; font-weight: 700\\">$900</span></td>\\n      <td width=\\"25%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"56\\" bgcolor=\\"#FFFFFF\\"><form \\n\\naction=\\"https://www.paypal.com/cgi-bin/webscr\\" method=\\"post\\">\\n<span style=\\"font-size: 11pt\\"><b>\\n<input type=\\"hidden\\" name=\\"cmd\\" value=\\"_xclick\\">\\n<input type=\\"hidden\\" name=\\"business\\" value=\\"Service@onlinelandsales.com\\">\\n<input type=\\"hidden\\" name=\\"item_name\\" value=\\"Fixed Price - Rio Del Oro, NM - CASH\\">\\n<input type=\\"hidden\\" name=\\"item_number\\" value=\\"Fixed Price - Rio Del Oro, NM - \\n\\nCASH\\">\\n<input type=\\"hidden\\" name=\\"amount\\" value=\\"900.00\\">\\n<input type=\\"hidden\\" name=\\"no_shipping\\" value=\\"0\\">\\n<input type=\\"hidden\\" name=\\"no_note\\" value=\\"1\\">\\n<input type=\\"hidden\\" name=\\"currency_code\\" value=\\"USD\\">\\n<input type=\\"hidden\\" name=\\"lc\\" value=\\"US\\">\\n<input type=\\"hidden\\" name=\\"bn\\" value=\\"PP-BuyNowBF\\">\\n</b></span>\\n<p>\\n<span style=\\"font-size: 11pt; font-weight: 700\\">\\n<input type=\\"image\\" src=\\"https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif\\" \\n\\nborder=\\"0\\" name=\\"I1\\" alt=\\"PayPal - The safer, easier way to pay online!\\" width=\\"122\\" \\n\\nheight=\\"47\\">\\n<img alt=\\"\\" border=\\"0\\" src=\\"https://www.paypal.com/en_US/i/scr/pixel.gif\\" width=\\"1\\" \\n\\nheight=\\"1\\"> </span>\\n</p>\\n</form></td>\\n    </tr>\\n    <tr>\\n      <td width=\\"100%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"1\\" bgcolor=\\"#FFFFFF\\" colspan=\\"4\\">\\n      <i>\\n      <b><font size=\\"3\\">Tennessee</font></b></i></td>\\n    </tr>\\n    <tr>\\n      <td width=\\"100%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px; width: -200%;\\" height=\\"1\\" bgcolor=\\"#FFFFFF\\">\\n      <span class=\\"Apple-style-span\\" style=\\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'Times New Roman\'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; \\">\\n\\t  <span class=\\"Apple-style-span\\" style=\\"font-family: Arial, Helvetica, sans-serif; font-size: 12px; \\">\\n\\t  <a href=\\"http://landbidz.com/Fixedsugar.html\\" target=\\"_top\\">\\n\\t  <img border=\\"0\\" height=\\"42\\" src=\\"http://landbidz.com/pics/13966sugartree9.jpg\\" width=\\"64\\"></a>\\u00a0</span></span></td>\\n      <td width=\\"100%\\" align=\\"center\\" style=\\"width: -50%; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;\\" height=\\"1\\" bgcolor=\\"#FFFFFF\\" class=\\"style6\\">\\n      <a href=\\"http://landbidz.com/Fixedsugar.html\\" style=\\"text-decoration: underline;\\" target=\\"_top\\">\\n\\t  <strong>Sugartree Falls, TN - Gorgeous 5 Acre Lot Near Memphis and \\n\\t  Nashville</strong></a></td>\\n      <td width=\\"100%\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px; width: 1%;\\" height=\\"1\\" bgcolor=\\"#FFFFFF\\" class=\\"style4\\">\\n      <span style=\\"font-weight: 700; font-size: 11pt\\">\\u00a0 $10,000</span></td>\\n      <td width=\\"100%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px; width: 25%;\\" height=\\"1\\" bgcolor=\\"#FFFFFF\\">\\n      <form action=\\"https://www.paypal.com/cgi-bin/webscr\\" method=\\"post\\">\\n<input type=\\"hidden\\" name=\\"cmd\\" value=\\"_s-xclick\\">\\n<input type=\\"hidden\\" name=\\"hosted_button_id\\" value=\\"TYV3YJU39A44N\\">\\n<input type=\\"image\\" src=\\"https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif\\" border=\\"0\\" name=\\"submit\\" alt=\\"PayPal - The safer, easier way to pay online!\\">\\n<img alt=\\"\\" border=\\"0\\" src=\\"https://www.paypal.com/en_US/i/scr/pixel.gif\\" width=\\"1\\" height=\\"1\\">\\n</form>\\n\\t\\t</td>\\n    </tr>\\n    <tr>\\n      <td width=\\"100%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"1\\" bgcolor=\\"#FFFFFF\\" colspan=\\"4\\">\\n      <i>\\n      <b><font size=\\"3\\">Texas</font></b></i></td>\\n    </tr>\\n    <tr>\\n      <td width=\\"19%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"1\\" bgcolor=\\"#C0C0C0\\">\\n      <span class=\\"Apple-style-span\\" style=\\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; \\">\\n      <table cellpadding=\\"0\\" cellspacing=\\"0\\" border=\\"0\\" align=\\"center\\">\\n        <tr>\\n          <td class=\\"bgNormal\\" style=\\"font-family: Arial, Helvetica, sans-serif; font-size: 9pt; \\">\\n          <a href=\\"http://landbidz.com/Fixedcochran1acrecash.html\\" target=\\"_blank\\">\\n          <img border=\\"0\\" width=\\"64\\" height=\\"55\\" src=\\"http://www.landbidz.com/pics/13966Cochran_Lubbock_02.jpg\\" align=\\"middle\\"></a><span style=\\"background-color: #C0C0C0\\">  </span></td>\\n        </tr>\\n      </table>\\n      </span></td>\\n      <td width=\\"39%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"1\\" bgcolor=\\"#C0C0C0\\">\\n      <b>\\n      <span style=\\"font-size: 11pt\\">\\n      <a target=\\"_blank\\" href=\\"Fixedcochran1acrecash.html\\">Cochran, TX Properties 1 Acre Buy Today! $1,000 CASH</a></span></b></td>\\n      <td width=\\"17%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"1\\" bgcolor=\\"#C0C0C0\\">\\n      <span style=\\"font-weight: 700; font-size: 11pt\\">$1,000</span></td>\\n      <td width=\\"25%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"1\\" bgcolor=\\"#C0C0C0\\">\\n      <form action=\\"https://www.paypal.com/cgi-bin/webscr\\" method=\\"post\\">\\n<input type=\\"hidden\\" name=\\"cmd\\" value=\\"_s-xclick\\">\\n<input type=\\"hidden\\" name=\\"hosted_button_id\\" value=\\"5367191\\">\\n<input type=\\"image\\" src=\\"https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif\\" border=\\"0\\" name=\\"submit\\" alt=\\"PayPal - The safer, easier way to pay online!\\" width=\\"122\\" height=\\"47\\">\\n</form>\\n</td>\\n    </tr>\\n    <tr>\\n      <td width=\\"19%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"56\\" bgcolor=\\"#FFFFFF\\">\\n      <span class=\\"Apple-style-span\\" style=\\"border-collapse: separate; color: rgb(0, 0, 0); font-family: \'times new roman\'; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; \\">\\n          <a href=\\"http://www.landbidz.com/Fixedcochran2cash.html\\" target=\\"_blank\\">\\n      <span style=\\"background-color: #FFFFFF\\">\\n          <img border=\\"0\\" width=\\"64\\" height=\\"55\\" src=\\"http://www.landbidz.com/pics/13966Cochran_Lubbock_02.jpg\\" align=\\"middle\\"></span></a><span style=\\"background-color: #FFFFFF\\">  </span>\\n      </span></td>\\n      <td width=\\"39%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"56\\" bgcolor=\\"#FFFFFF\\">\\n      <b>\\n      <span style=\\"font-size: 11pt\\">\\n      <a target=\\"_blank\\" href=\\"http://www.landbidz.com/Fixedcochran2cash.html\\">\\n\\t  Cochran, TX Properties 2\\u00a0 Acre Buy Today! $2,000 CASH</a></span></b></td>\\n      <td width=\\"17%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"56\\" bgcolor=\\"#FFFFFF\\">\\n      <span style=\\"font-weight: 700; font-size: 11pt\\">$2,000</span></td>\\n      <td width=\\"25%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"56\\" bgcolor=\\"#FFFFFF\\">\\n      <form action=\\"https://www.paypal.com/cgi-bin/webscr\\" method=\\"post\\">\\n<input type=\\"hidden\\" name=\\"cmd\\" value=\\"_s-xclick\\">\\n<input type=\\"hidden\\" name=\\"hosted_button_id\\" value=\\"5393500\\">\\n\\t  <form action=\\"https://www.paypal.com/cgi-bin/webscr\\" method=\\"post\\">\\n<input type=\\"hidden\\" name=\\"cmd\\" value=\\"_s-xclick\\">\\n<input type=\\"hidden\\" name=\\"hosted_button_id\\" value=\\"11299980\\">\\n<input type=\\"image\\" src=\\"https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif\\" border=\\"0\\" name=\\"submit\\" alt=\\"PayPal - The safer, easier way to pay online!\\">\\n<img alt=\\"\\" border=\\"0\\" src=\\"https://www.paypal.com/en_US/i/scr/pixel.gif\\" width=\\"1\\" height=\\"1\\">\\n</form>\\n</td>\\n    </tr>\\n    <tr>\\n      <td width=\\"19%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"56\\" bgcolor=\\"#C0C0C0\\">\\n      <span class=\\"Apple-style-span\\" style=\\"border-collapse: separate; color: rgb(0, 0, 0); font-family: times new roman; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0\\">\\n      <a href=\\"http://landbidz.com/Fixedcochran1acreterms.html\\" target=\\"_blank\\">\\n      <img border=\\"0\\" width=\\"64\\" height=\\"55\\" src=\\"http://www.landbidz.com/pics/13966Cochran_Lubbock_02.jpg\\" align=\\"middle\\"></a><span style=\\"background-color: #FFFFFF\\">  </span></span></td>\\n      <td width=\\"39%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"56\\" bgcolor=\\"#C0C0C0\\">\\n      <b>\\n      <span style=\\"font-size: 11pt\\">\\n      <a target=\\"_blank\\" href=\\"http://landbidz.com/Fixedcochran1acreterms.html\\">Cochran, TX \\n      Properties 1 Acre Buy Today! TERMS $50/Month</a></span></b></td>\\n      <td width=\\"17%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"56\\" bgcolor=\\"#C0C0C0\\">\\n      <span style=\\"font-size: 11pt; font-weight: 700\\">$121 DOWN</span></td>\\n      <td width=\\"25%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"56\\" bgcolor=\\"#C0C0C0\\">\\n      \\n<input type=\\"hidden\\" name=\\"cmd\\" value=\\"_s-xclick\\">\\n<input type=\\"hidden\\" name=\\"hosted_button_id\\" value=\\"5367290\\">\\n<form action=\\"https://www.paypal.com/cgi-bin/webscr\\" method=\\"post\\">\\n<input type=\\"hidden\\" name=\\"cmd\\" value=\\"_s-xclick\\">\\n<input type=\\"hidden\\" name=\\"hosted_button_id\\" value=\\"11299438\\">\\n<input type=\\"image\\" src=\\"https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif\\" border=\\"0\\" name=\\"submit\\" alt=\\"PayPal - The safer, easier way to pay online!\\">\\n<img alt=\\"\\" border=\\"0\\" src=\\"https://www.paypal.com/en_US/i/scr/pixel.gif\\" width=\\"1\\" height=\\"1\\">\\n</form>\\n\\n<img alt=\\"\\" border=\\"0\\" src=\\"https://www.paypal.com/en_US/i/scr/pixel.gif\\" width=\\"1\\" height=\\"1\\"></form>\\n</td>\\n    </tr>\\n    <tr>\\n      <td width=\\"19%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"58\\" bgcolor=\\"#C0C0C0\\">\\n      <span class=\\"Apple-style-span\\" style=\\"border-collapse: separate; color: rgb(0, 0, 0); font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-center; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0\\">\\n      <a href=\\"http://landbidz.com/Fixedterlinguacash.html\\" target=\\"_blank\\">\\n      <img border=\\"0\\" width=\\"64\\" height=\\"48\\" src=\\"http://landbidz.com/pics/13966terlinguaairport.jpg\\"></a></span><span class=\\"Apple-style-span\\" style=\\"border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: 700; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-center; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0\\"><span style=\\"font-size: 11pt; background-color: #C0C0C0\\"> </span></span></td>\\n      <td width=\\"39%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"58\\" bgcolor=\\"#C0C0C0\\">\\n      <span class=\\"Apple-style-span\\" style=\\"border-collapse: collapse; color: rgb(255, 0, 0); font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0\\">\\n      <p align=\\"center\\" style=\\"font-size: 11pt; margin-top: 0px; margin-bottom: 0px\\">\\n      <a style=\\"font-weight: bold; color: rgb(0, 0, 255); background-color: #C0C0C0\\" target=\\"_blank\\" href=\\"http://landbidz.com/Fixedterlinguacash.html\\">Terlingua Ranch, TX, 10 Acres - SPECIAL PRICE $1,750<b>Cash</b></a></span></td>\\n      <td width=\\"17%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"58\\" bgcolor=\\"#C0C0C0\\">\\n      <span style=\\"font-size: 11pt; font-weight: 700\\">$1,750</span></td>\\n      <td width=\\"25%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"58\\" bgcolor=\\"#C0C0C0\\">\\n      <form action=\\"https://www.paypal.com/cgi-bin/webscr\\" method=\\"post\\"> \\n<input type=\\"hidden\\" name=\\"cmd\\" value=\\"_s-xclick\\"> \\n<input type=\\"hidden\\" name=\\"hosted_button_id\\" value=\\"5253941\\"> \\n<input type=\\"image\\" src=\\"https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif\\" border=\\"0\\" name=\\"submit\\" alt=\\"PayPal - The safer, easier way to pay online!\\" width=\\"122\\" height=\\"47\\"> \\n<img alt=\\"\\" border=\\"0\\" src=\\"https://www.paypal.com/en_US/i/scr/pixel.gif\\" width=\\"1\\" height=\\"1\\"> \\n</form> </td>\\n    <td width=\\"50%\\" height=\\"48\\" style=\\"font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 14px\\">\\n     </td>\\n</td>\\n    </tr>\\n    <tr>\\n      <td width=\\"19%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"22\\" bgcolor=\\"#FFFFFF\\">\\n      <span class=\\"Apple-style-span\\" style=\\"border-collapse: separate; color: rgb(0, 0, 0); font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-center; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0\\">\\n      <a href=\\"http://www.landbidz.com/fixedterlinguaterms.html\\" target=\\"_blank\\">\\n      <img border=\\"0\\" width=\\"64\\" height=\\"48\\" src=\\"http://landbidz.com/pics/13966terlinguaairport.jpg\\"></a></span></td>\\n      <td width=\\"39%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"22\\" bgcolor=\\"#FFFFFF\\">\\n    <span class=\\"Apple-style-span\\" style=\\"border-collapse: collapse; color: rgb(255, 0, 0); font-size: 11pt; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0\\">\\n    <a style=\\"font-weight: bold; color: rgb(0, 0, 255); background-color: #FFFFFF\\" target=\\"_blank\\" href=\\"http://www.landbidz.com/fixedterlinguaterms.html\\">Terlingua Ranch, TX, 10 Acres - SPECIAL PRICE $100 per month</a></span></td>\\n      <td width=\\"17%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"22\\" bgcolor=\\"#FFFFFF\\">\\n      <span style=\\"font-size: 11pt; font-weight: 700\\">$121 DOWN</span></td>\\n      <td width=\\"25%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"22\\" bgcolor=\\"#FFFFFF\\">\\n      <form action=\\"https://www.paypal.com/cgi-bin/webscr\\" method=\\"post\\"> \\n<input type=\\"hidden\\" name=\\"cmd\\" value=\\"_s-xclick\\"> \\n<input type=\\"hidden\\" name=\\"hosted_button_id\\" value=\\"5260194\\"> \\n<input type=\\"image\\" src=\\"https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif\\" border=\\"0\\" name=\\"submit\\" alt=\\"PayPal - The safer, easier way to pay online!\\" width=\\"122\\" height=\\"47\\"> \\n<img alt=\\"\\" border=\\"0\\" src=\\"https://www.paypal.com/en_US/i/scr/pixel.gif\\" width=\\"1\\" height=\\"1\\"> \\n</form> </td>\\n    </tr>\\n    <tr>\\n      <td width=\\"19%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"27\\" bgcolor=\\"#C0C0C0\\">\\n      <b>\\n      <a target=\\"_blank\\" href=\\"http://www.landbidz.com/fixedemailcypresscash.htm\\">\\n      <span style=\\"font-size: 11pt\\">\\n    <img height=\\"48\\" src=\\"http://www.landbidz.com/pics/13966Tall%20Tree.jpg\\" \\n\\nwidth=\\"64\\" border=\\"0\\"></span></a><span style=\\"font-size: 11pt\\"> </span></b> </td>\\n      <td width=\\"39%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"27\\" bgcolor=\\"#C0C0C0\\">\\n    <b>\\n    <span style=\\"font-size: 11pt\\">\\n    <a title=\\"Hawaii Property!\\" target=\\"_blank\\" href=\\"http://www.landbidz.com/fixedemailcypresscash.htm\\">Lake Cypress Springs, TX \\n\\nGreat Buy! CASH $1,150</a> </span> </b> </td>\\n      <td width=\\"17%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"27\\" bgcolor=\\"#C0C0C0\\">\\n      <span style=\\"font-size: 11pt; font-weight: 700\\">$1,150</span></td>\\n      <td width=\\"25%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"27\\" bgcolor=\\"#C0C0C0\\">\\n      <form action=\\"https://www.paypal.com/cgi-bin/webscr\\" method=\\"post\\">\\n        <span style=\\"font-size: 11pt\\"><b>\\n        <input type=\\"hidden\\" value=\\"_xclick\\" name=\\"cmd\\">\\n        <input type=\\"hidden\\" value=\\"paypal@onlinelandsales.com\\" name=\\"business\\">\\n        <input type=\\"hidden\\" value=\\"Email Special - Lake Cypress Springs - CASH\\" \\n\\nname=\\"item_name\\">\\n        <input type=\\"hidden\\" value=\\"Email Special - Lake Cypress Springs - CASH\\" \\n\\nname=\\"item_number\\">\\n        <input type=\\"hidden\\" value=\\"1150.00\\" name=\\"amount\\">\\n        <input type=\\"hidden\\" value=\\"0\\" name=\\"no_shipping\\">\\n        <input type=\\"hidden\\" value=\\"1\\" name=\\"no_note\\">\\n        <input type=\\"hidden\\" value=\\"USD\\" name=\\"currency_code\\">\\n        <input type=\\"hidden\\" value=\\"US\\" name=\\"lc\\">\\n        <input type=\\"hidden\\" value=\\"PP-BuyNowBF\\" name=\\"bn\\">\\n        </b></span>\\n        <p>\\n        <span style=\\"font-size: 11pt; font-weight: 700\\">\\n        <input type=\\"image\\" alt=\\"PayPal - The safer, easier way to pay online!\\" \\n\\nsrc=\\"https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif\\" border=\\"0\\" name=\\"I1\\" \\n\\nwidth=\\"122\\" height=\\"47\\">\\n        <img alt src=\\"https://www.paypal.com/en_US/i/scr/pixel.gif\\" border=\\"0\\" \\n\\nwidth=\\"1\\" height=\\"1\\"> </span>\\n        </p>\\n      </form>\\n      </td>\\n    </tr>\\n    <tr>\\n      <td width=\\"19%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"24\\" bgcolor=\\"#FFFFFF\\">\\n       </td>\\n      <td width=\\"39%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"24\\" bgcolor=\\"#FFFFFF\\">\\n       </td>\\n      <td width=\\"17%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"24\\" bgcolor=\\"#FFFFFF\\">\\n       </td>\\n      <td width=\\"25%\\" align=\\"center\\" style=\\"font-family: Verdana, Arial, Helvetica, \\n\\nSans-Serif; font-size: 14px\\" height=\\"24\\" bgcolor=\\"#FFFFFF\\"><form \\n\\naction=\\"https://www.paypal.com/cgi-bin/webscr\\" method=\\"post\\">\\n<input type=\\"hidden\\" name=\\"cmd\\" value=\\"_xclick\\">\\n<input type=\\"hidden\\" name=\\"business\\" value=\\"paypal@onlinelandsales.com\\">\\n<input type=\\"hidden\\" name=\\"item_name\\" value=\\"1/4 Acre Concho Lakeland, AZ Apache \\n\\nCounty CASH\\">\\n<input type=\\"hidden\\" name=\\"item_number\\" value=\\"1/4 Acre Concho Lakeland, AZ Apache \\n\\nCounty CASH\\">\\n    </tr>\\n    </table>\\n  </center>\\n</div>\\n<p align=\\"center\\"> </p>"}',
"lib.mobileScriptSrc":"/mobile/mobile.js","lib.scriptSrc":"/scripts/jquery-1.4.1.min.js","lib.cssSrc":"/mobile/css/base.css"});WbxMobileSite.site.pageList=[{guid:"6fb6db25-7da6-4540-90aa-55112fdc6721",title:"Posts",type:"mfeed",elId:"mobile-site-page-0"},{guid:"9b1e9cb4-fe65-40c3-8519-4e971022e363",title:"Twitter",type:"mtwitter",elId:"mobile-site-page-1"},{guid:"d41ffb50-ee3a-48ff-9e72-4d2bf78fed0a",title:"Fixed Price Specials",type:"mcustom",elId:"mobile-site-page-2"}];WbxMobileSite.galleryUrl=
"http://www.widgetbox.com/";WbxMobileSite.cdnGalleryUrl="http://pub.widgetbox.com/";WbxMobileSite.syndUrl="http://widgetserver.com/";WbxMobileSite.proxyUrl="http://p.widgetserver.com/p/fetch/";WbxMobileSite.imageProxyUrl="http://i.widgetserver.com/ip/";WbxMobileSite.metricsUrl="http://t.widgetserver.com/t";WbxMobileSite.linkbarUrl="http://l.wbx.me/l/";WbxMobileSite.shortWidgetUrl="http://l.wbx.me/w/";WbxMobileSite.mobileSiteRuntimeUrl="http://m.wbx.me/";WbxMobileSite.siteName="Landbidz";WbxMobileSite.galleryShortUrl=
WbxMobileSite.shortWidgetUrl+"47ccdi";WbxMobileSite.instFriendlyId="landbidz";WbxMobileSite.syndShortSiteUrl=WbxMobileSite.mobileSiteRuntimeUrl+WbxMobileSite.instFriendlyId;WbxMobileSite.token="d859aa5a35be1a33ac8c0ca514b57111b9eaeb610000012ae82ae826";WbxMobileSite.instPk="141963698";WbxMobileSite.instId="b018f402-0c5d-4704-a782-d2ce3b9c5c11";WbxMobileSite.instCreatedByUserPk="23943";WbxMobileSite.regPk="3755230";WbxMobileSite.providerPk="1860293";WbxMobileSite.partnerNetworkPk="14";WbxMobileSite.userServiceLevel=
parseInt("0");WbxMobileSite.providerServiceLevel=parseInt("2");WbxMobileSite.registrationServiceLevel=parseInt("0");WbxMobileSite.instanceServiceLevel=parseInt("0");WbxMobileSite.instanceServiceLevel=parseInt("0");WbxMobileSite.site.init(c);if(window.self!=window.top)if(!WbxMobileSite.site.isPro()||c.admobAcct!=null&&c.admobAcct!=""){c.admobAcct!=null&&c.admobAcct!=""?$("#p-ads").html("<strong>Your ads here.</strong>"):$("#p-ads").html("<strong>Don't want ads?</strong> Upgrade your mobile site to Pro!");
$("#p-ads").addClass("mobile-ad-placeholder")}else $("#p-ads").css("display","none")});