var domain = 'hostelcosmos'; 
var suffix = 'com'; 
var page = '/contact/'; 
document.write('<a href="' + 'http' + '://' + 'www.' + domain + '.' + suffix + page + '">Contact us' + '</a>');
