<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Best Real Estate List</title>
	<atom:link href="http://www.bestrealestatelist.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bestrealestatelist.com</link>
	<description>The Best Real Estate Listing</description>
	<lastBuildDate>Wed, 25 May 2011 09:24:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Welcome to BestRealEstateList.Com</title>
		<link>http://www.bestrealestatelist.com/bestrealestatelist-com-the-best-real-estate-listing/</link>
		<comments>http://www.bestrealestatelist.com/bestrealestatelist-com-the-best-real-estate-listing/#comments</comments>
		<pubDate>Sat, 16 Apr 2011 16:09:52 +0000</pubDate>
		<dc:creator>ace</dc:creator>
				<category><![CDATA[Real Estate]]></category>
		<category><![CDATA[best]]></category>
		<category><![CDATA[estate]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[real]]></category>

		<guid isPermaLink="false">http://bestrealestatelist.com/?p=7</guid>
		<description><![CDATA[BestRealEstateList.Com &#8211; The Best Real Estate Listing &#8211; providing high quality real estate listing. You can find great home, condos, apartments, and other properties listing. So enjoy our best real estate list!]]></description>
			<content:encoded><![CDATA[<p>BestRealEstateList.Com &#8211; The Best Real Estate Listing &#8211; providing high quality real estate listing. You can find great home, condos, apartments, and other properties listing.</p>
<p>So enjoy our best real estate list!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bestrealestatelist.com/bestrealestatelist-com-the-best-real-estate-listing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lates Real Estate Listings</title>
		<link>http://www.bestrealestatelist.com/lates-real-estate-listings/</link>
		<comments>http://www.bestrealestatelist.com/lates-real-estate-listings/#comments</comments>
		<pubDate>Fri, 15 Apr 2011 02:53:05 +0000</pubDate>
		<dc:creator>ace</dc:creator>
				<category><![CDATA[Real Estate]]></category>
		<category><![CDATA[city.]]></category>
		<category><![CDATA[homes]]></category>
		<category><![CDATA[house]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[listing]]></category>
		<category><![CDATA[map]]></category>
		<category><![CDATA[price]]></category>
		<category><![CDATA[real estate]]></category>

		<guid isPermaLink="false">http://bestrealestatelist.com/?p=12</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<div id="wpp_shortcode_100">    <div class="properties-handling">
        <div class="ajax_loader" id="ajax_loader_100"><span>Loading</span></div>

       
        
    </div>

    <script type="text/javascript">
        var pagebox_100 = jQuery('#properties_pagination_100');
        var sorterbox_100 = jQuery('#properties_sorter_100');
        var ajaxloader_100 = jQuery('#ajax_loader_100');
        
        var params_100 = {
            action: 'wpp_property_overview_pagination',
            ajax_call:'true',
            url_encoded:'true'
                    };

        function getProperties_100() {
            ajaxloader_100.show();
            jQuery.ajax({
                url: 'http://www.bestrealestatelist.com/wp-admin/admin-ajax.php',
                data: params_100,
                success: function(data) {
                    ajaxloader_100.hide();
                    if(data.indexOf('wpp_nothing_found') > 0){
                        jQuery('.wpp_row_view').html(data);
                    }else{
                        var properties = jQuery(data).find('.property_div');
                        var wpp_row_view = jQuery('#wpp_shortcode_100 .wpp_row_view');
                        wpp_row_view.html('');
                        if(properties.length > 0) {
                            properties.each(function(i, el){
                                wpp_row_view.append(el);
                            });
                            wpp_row_view.find('a.fancybox_image').fancybox({
                                'transitionIn'	:	'elastic',
                                'transitionOut'	:	'elastic',
                                'speedIn'	:	600, 
                                'speedOut'	:	200, 
                                'overlayShow'	:	false
                            });
                        }
                    }
                }
            });
        }

        if(sorterbox_100.length > 0) {
          params_100.sort_by = sorterbox_100.find('#sort_by_100').val();
          var current_sort_state = sorterbox_100.find('#tmp_sort_order_100').val();
          var sort_state_element = sorterbox_100.find('#sort_order_100');
          params_100.sort_order = current_sort_state;
          if (sort_state_element.hasClass(current_sort_state) == false){
            if (current_sort_state == 'ASC') {
              sort_state_element.removeClass('DESC');
              sort_state_element.addClass('ASC');
            } else {
              sort_state_element.removeClass('ASC');
              sort_state_element.addClass('DESC');
            }
          }

          sorterbox_100.find('#sort_by_100').change(function(){
                            params_100.sort_by = jQuery(this).val();

              getProperties_100();
          });

          sorterbox_100.find('#sort_order_100').click(function(){
                var el = jQuery(this);
                if (el.hasClass('ASC')) {
                    el.removeClass('ASC');
                    el.addClass('DESC');
                    params_100.sort_order = 'DESC';
                    sorterbox_100.find('#tmp_sort_order_100').val('DESC');
              } else {
                  el.removeClass('DESC');
                  el.addClass('ASC');
                  params_100.sort_order = 'ASC';
                  sorterbox_100.find('#tmp_sort_order_100').val('ASC');
              }
                            getProperties_100();
          });
        }

        if(pagebox_100.length > 0) {
            
            // Address handler
            if(typeof jQuery.address != 'undefined') {
                //@TODO: address's logic can be used for multiple shortcodes
                // Now it's used for first shortcode on the page (post)
                var unique = 100;
                var startPage = true;
                jQuery.address.init(function(event) {
                    jQuery('#properties_pagination_100 ul a').address();
                }).change(function(event) {
                    var hash = event.value;
                    if(hash == '/') {
                        if(startPage == true) {
                            startPage = false;
                            return false;
                        }
                        hash += 's100p1';
                    }
                    jQuery('a[href='+ hash.replace('/', '#') +']').click();
                }).history(true);
            }
            
            params_100.pagination = true;
            params_100.starting_row = '0';
            params_100.per_page = '10';

            pagebox_100.find('a.nav').click(function(){
                var nav = jQuery(this);

                if(nav.hasClass('disabled'))
                    return false;

                var selected_page = pagebox_100.find('li a.page_button.selected');

                if(nav.hasClass('prev')) {
                    var prevEl = selected_page.parent().prev();
                    prevEl.children().click();
                } else {
                    var nextEl = selected_page.parent().next();
                    nextEl.children().click();
                }
                return false;
            });

            pagebox_100.find('li a.page_button').click(function(){
                var current_page = jQuery(this);

                if(current_page.hasClass('selected'))
                    return false;

                var pages = pagebox_100.find('li a.page_button');

                pages.each(function(i, el){
                    jQuery(el).removeClass('selected');
                });
                current_page.addClass('selected');

                if(current_page.parent().next().length == 0) {
                    pagebox_100.find('a.nav.next').removeClass('enabled');
                    pagebox_100.find('a.nav.next').addClass('disabled');
                } else {
                    pagebox_100.find('a.nav.next').removeClass('disabled');
                    pagebox_100.find('a.nav.next').addClass('enabled');
                }

                if(current_page.parent().prev().length == 0) {
                    pagebox_100.find('a.nav.prev').removeClass('enabled');
                    pagebox_100.find('a.nav.prev').addClass('disabled');
                } else {
                    pagebox_100.find('a.nav.prev').removeClass('disabled');
                    pagebox_100.find('a.nav.prev').addClass('enabled');
                }

                var id = current_page.attr('id');
                params_100.starting_row = id.replace(/page_[\d]{3,4}_/, '');
                                getProperties_100();

                return false;
            });
        }
    </script>	
<div class="wpp_row_view">
<div class="all-properties">
    
    <div class="property_div property clearfix">

        <div class="wpp_overview_left_column">

            <div class="property_image">
                <a href="http://www.bestrealestatelist.com/wp-content/uploads/2011/04/picturelakehome.jpeg" title="Costa Rica Lakefront Home"  class="property_overview_thumb property_overview_thumb_tiny_thumb fancybox_image" rel="properties" >
                    <img width="100" height="100" src="http://www.bestrealestatelist.com/wp-content/uploads/2011/04/picturelakehome-100x100.jpg" alt="Costa Rica Lakefront Home" />
                </a>
            </div>

        </div>
        <div class="wpp_overview_right_column">

            <ul class="wpp_overview_data">
                <li class="property_title">
                    <a href="http://www.bestrealestatelist.com/property/costa-rica-lakefront-home/">Costa Rica Lakefront Home</a>
                                    </li>

            
            
                            <li class="property_address"><a href="http://www.bestrealestatelist.com/property/costa-rica-lakefront-home/#property_map">Tilaran,  Guanacaste</a></li>
            
                            <li class="property_price">$390,000</li>
            

                   </ul>

        </div>
    </div>
        </div>	</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.bestrealestatelist.com/lates-real-estate-listings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
