top.jaintro_array = new Array();

top.jaintro = function(){

   this.value = '';

   var header_style = '<html><head><title></title><link REL=stylesheet HREF="' + top.domain + top.page_jaintro.stylesheet + '" TYPE="text/css">';
   var header_no_style = '<html><head><title></title>';

   if(!top.page_jaintro.stylesheet)
   {
		this.value += header_no_style;
   }
   else
   {
		this.value += header_style;
   }

   this.value += top.header + top.jaintro_text1 + top.footer;
   this.controlvalue  = top.generic_con;
   this.edited = false;
}

top.jaintro.prototype.init = function() {}

top.jaintro.prototype.output = function(){}

