var el = document.getElementById("header");
var newel = document.createElement("div");
newel.id = "bookmarks";
newel.style.position = "absolute";
newel.style.top = "60px";
newel.style.left = "275px";
newel.innerHTML = '-';
el.appendChild(newel);
function urlencode(str) {
return escape(str).replace(/\+/g,'%2B').replace(/%20/g, '+').replace(/\*/g, '%2A').replace(/\//g, '%2F').replace(/@/g, '%40');
}
var thisUrl = urlencode(window.location);
var thisTitle = urlencode(document.title);
document.write("
Latest News
");
document.write("Basic House Buying Tips
");
document.write("What to Consider for Job Relocation
");
document.write("Simple Steps to Take to a Happy Moving Out
");
document.write("Choosing your Moving Out Vehicle Company
");
document.write("Tips to Save Money when Moving
");
if(document.getElementById('sidebar')&&document.getElementById('sidebar').getElementsByTagName("div"))
document.getElementById('sidebar').getElementsByTagName("div")[0].innerHTML = document.getElementById('sidebar').getElementsByTagName("div")[0].innerHTML+' ';
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'http://connect.facebook.net/en_US/all.js#xfbml=1';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'http://platform.twitter.com/widgets.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();