We are Real Estate Agents that sell properties in Spain in particular on the Mediterranean coast of Costa Blanca. Our Easy Sale website has an extensive range of Spanish properties for sale which includes Villa’s, Houses and Apartments with prices starting from under €50,000 to in excess of €1,000,000.Our Easy Sale Website also includes properties advertised direct from selling owners with photographs and property sale information uploaded by them. Please if you are seeking to buy a property on the Costa Blanca then you have come the right website. Also if you are just selling a property in Spain you are then welcome to create a free web account which then enable you to use our website to advertise and display the sale. Top Tips: F.A.Q
Twitter EasySaleInSpain Sales updates
';
container.append(str);
}
}
}
function formatTwitString_tweet(str)
{
str=' '+str;
str = str.replace(/((ftp|https?):\/\/([-\w\.]+)+(:\d+)?(\/([\w/_\.]*(\?\S+)?)?)?)/gm,'$1');
str = str.replace(/([^\w])\@([\w\-]+)/gm,'$1@$2');
str = str.replace(/([^\w])\#([\w\-]+)/gm,'$1#$2');
return str;
}
function relativeTime_tweet(pastTime)
{
var dateArr1 = pastTime.split(' ');
dateArr1[0]=dateArr1[0]+',';
tempdateArr1=dateArr1[1];
tempdateArr2=dateArr1[2];
tempdateArr3=dateArr1[3];
tempdateArr4=dateArr1[4];
tempdateArr5=dateArr1[5];
dateArr1[1]=tempdateArr2;
dateArr1[2]=tempdateArr1;
dateArr1[3]=tempdateArr5;
dateArr1[4]=tempdateArr3;
dateArr1[5]=tempdateArr4;
var blkstr = dateArr1.join(' ');
var origStamp = Date.parse(blkstr);
var curDate = new Date();
var currentStamp = curDate.getTime();
var difference = parseInt((currentStamp - origStamp)/1000);
if(difference < 0) return false;
if(difference <= 5) return "Just now";
if(difference <= 20) return "Seconds ago";
if(difference <= 60) return "A minute ago";
if(difference < 3600) return parseInt(difference/60)+" minutes ago";
if(difference <= 1.5*3600) return "One hour ago";
if(difference < 23.5*3600) return Math.round(difference/3600)+" hours ago";
if(difference < 1.5*24*3600) return "One day ago";
if(difference < 8640000000) return Math.round(difference/86400)+" days ago";
var dateArr = pastTime.split(' ');
}
function relativeTime1_tweet(pastTime)
{
var dateArr1 = pastTime.split(' ');
dateArr1[0]=dateArr1[0]+',';
tempdateArr1=dateArr1[1];
tempdateArr2=dateArr1[2];
tempdateArr3=dateArr1[3];
tempdateArr4=dateArr1[4];
tempdateArr5=dateArr1[5];
dateArr1[1]=tempdateArr2;
dateArr1[2]=tempdateArr1;
dateArr1[3]=tempdateArr5;
dateArr1[4]=tempdateArr3;
dateArr1[5]=tempdateArr4;
var blkstr = dateArr1.join(' ');
var origStamp = Date.parse(blkstr);
var curDate = new Date();
var currentStamp = curDate.getTime();
var difference = parseInt((currentStamp - origStamp)/1000);
return difference;
var dateArr = pastTime.split(' ');
}
function myfunc(){
var temparr=[];
var i=0;
j$('#tweet-containertemp .tweet').each(function(){
temparr[i]=parseInt(j$(this).attr('crt-time'));
i++;
});
for(var i=0; i<5;i++)
{
var maxdatatime = Math.min.apply(null,temparr);
j$('#tweet-container_tweet').append(j$('.tweet[crt-time="'+maxdatatime+'"]'));
j$('#tweet-container_tweet .tweet[crt-time="'+maxdatatime+'"]').show();
function removeByValue1(arr, val) {
for(var i=0; i