
<!-- Start

// NOTE: If you use a ' add a slash before it like this \'

document.write('<span class="copytext">&nbsp;&copy; Copyright ');
{
var d=new Date()
document.write(d.getFullYear());
}

document.write('<a href="#"> A Days Work Inc</a> ');

document.write('All Rights Reserved<br>');



//  End -->