// your code here
// to execute this, or any other, code press "Execute JS"
(function () {
var here = document.domain;
try {
here = here.replace(/www\./, '');
}
catch(e) {
here = 'the web';
}
alert ("It will be very easy to work on " + here + " with Phoenix!");
})
();
/*
* Visit Phoenix at http://www.pc-facile.com/projects/phoenix/
*/