
// Array of day names
function wcDate(){
var dayNames = new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday");
// Array of month Namesvar
monthNames = new
Array("January","February","March","April","May","June","July","August","September","October","November","			December");
var now = new Date();
document.write(dayNames[now.getDay()] + ", "  + monthNames[now.getMonth()] + " " + now.getDate() + ", 2005" );
}
// end date

// Begin window without toolbar
function NewWindow(mypage, myname, w, h, scroll) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}
//  End 

// Begin new window
function Start(page) {
OpenWin = this.open(page, "CtrlWindow", 
"toolbar=yes,menubar=yes,location=yes,scrollbars=yes,resizable=yes,directories=yes,width=700,height=400");
}
// End window

function copyRight(){
	document.write("2005");
}

function nextMeeting(){
	document.write("October 20, 2005");
}

function meetingLocation(){
	document.write("Alki Community Center");
}

function issueMonth(){
	document.write("October 2005");
}


function eventBold(){
	document.write("Halloween Carnival");
}
function eventDate(){
	document.write("Friday, Oct 28, 2005");
}
function eventMore(){
	document.write("Fun for the whole family! Rain or Shine, we offer a safe alternative to trick or treating. ");
}

function articleDetail(){
	document.write("Emergencies, the DOT, RPZ Approved, Alki Elementary Update, the Alki Advisory Council");
}

function headlineOne(){
	document.write("RPZ Approved");
}
function headlineTwo(){
	document.write("Alki Elementary School");
}
function headlineThree(){
	document.write("Community Matters");
}
function headlineFour(){
	document.write("Wild Bits and Pieces");
}
function headlineFive(){
	document.write("Alki Advisory Council and You!");
}

function headlineSix(){
	document.write("Safety Committee Update");
}
function headlineSeven(){
	document.write("Parks Department Conducts Survey Regarding BEACH FIRES");
}
function headlineEight(){
	document.write("Letters to the Editor");
}
function headlineNine(){
	document.write("");
}
function coverStory(){
	document.write("Emergencies, the DOT and the ACC Meeting");
}
function accAgenda(){
	document.write("Residential Parking Zone - RPZ, WA DOT - Emergency Evacuation, Seattle Monorail Project, Boeing Field and Southwest Airlines, Construction- Zoning- Infrastructure, Your opinions and concerns. ");
}





