<script type="text/javascript">
/////////////////////////////////////////////// /////////////
wc = fonction()
{
cette.version = "1.0" ;
}
wc.prototype.msg = fonction(e)
{
alert(cette.version);
}
var d = nouveaux toilettes ;
d.version = "2.5" ;
d.msg();
/////////////////////////////////////////////// /////////////
fonction x()
{
ceci.a = "^_^";
this.b = fonction(f){
alert(this.a + "r" + f);
}
}
var c = nouveau x;
cb("___");
/////////////////////////////////////////////// /////////////
</script>