<%@ LANGUAGE = JScript%> <% Document = new function(){ this.head = {}; this.head.scripts = []; this.head.styles = []; } Document.prototype.addStyle.prototype = function(val){ this.styles[val] = "/adam/" + val; } Document.prototype.addScript.prototype = function(val){ this.styles[val] = "/adam/" + val; } Document.prototype.initHead.prototype = function(){ this.documentType = ''+ this.head.title = "..:: hevenor.com / adam :: .."; this.addStle("styles1.css"); } Document.prototype.drawHead = function(){ Response.Write(this.documentType); Response.Write(""); } %>