<!--email-->

var edress = 'info_at_sincronetmedia_dot_com';

function get_edress(){
var re= /_at_/gi;
edress = edress.replace(re,'@');
var re= /_dot_/gi;
edress = edress.replace(re,'.');
var the_link="mai" + "lto" +":"+edress+"?subject=From%20Sincronet%20Media%20Ltd%20website&body=To%20Sincronet%20Media%20Ltd%2C%0D%0A" ;
window.location=the_link;
}

function writeEmail() {
document.write("<a href='#' onClick='get_edress();return false;'>info@sincronetmedia.com</a>");
}

<!--email-->

<!--bookmark-->

function addbookmark()
{
bookmarkurl="http://www.sincronetmedia.com"
bookmarktitle="Sincronet Media Ltd"
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

<!--bookmark-->

<!--date-->

function takeYear(theDate)
{
 x = theDate.getYear();
 var y = x % 100;
 y += (y < 38) ? 2000 : 1900;
 return y;
}

var today = new Date();
Year = takeYear(today);

function writeCopyright() {
document.write(Year);
}

<!--date-->
