function makeNews(c,con,l,f){
this.copy = c;
this.content = con;
this.link = l;
this.follow = f;
this.write = writeNews;
}
function writeNews(){
var str = '';
str += '';
str += ''+this.copy + '
';
str += this.content + '
';
str += '' + this.follow + '';
return str;
}
var newsArray = new Array();
newsArray[0] = new makeNews('March 18 CultureMIX','
Save the Dates! 3 state-wide workshops for Artists (click for info).