<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#333333";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=170; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="lucida sans unicode";
hdrFontSize="2";
hdrFontColor="olive";
hdrBGColor="black";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="arial unicode ms";
linkFontSize="2.5";
linkBGColor="white";
linkOverBGColor="olive";
linkTarget="_top";
linkAlign="Left";
barBGColor="black";
barFontFamily="lucida sans unicode";
barFontSize="3";
barFontColor="olive";
barVAlign="center";
barWidth=20; // no quotes!!
barText="OUTSERT"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[3]=["NEWS", "", ""] //create header
ssmItems[5]=["Consortium News", "http://www.consortiumnews.com", "_new"]
ssmItems[6]=["Greg Palast", "http://www.gregpalast.com/", "_new"]
ssmItems[7]=["Media Matters", "http://mediamatters.org/index", "_new"]
ssmItems[4]=["<b>Bill Moyers</b>", "http://www.pbs.org/moyers/journal/index-flash.html", ""]
ssmItems[8]=["Palestine Monitor", "http://www.palestinemonitor.org/", "_new"]
ssmItems[9]=["Truthout", "http://www.truthout.org/news/", "_new"]
ssmItems[0]=["LAUGHS"] //create header

ssmItems[1]=["<b>Comedy Central</b>", "http://www.thedailyshow.com/full-episodes/250815/thu-october-1-2009-joy-behar", ""]
ssmItems[2]=["Non Sequitor", "http://www.gocomics.com/nonsequitur", "_new"]

ssmItems[10]=["OPINION"] //create header
ssmItems[12]=["Paul Krugman", "http://topics.nytimes.com/top/opinion/editorialsandoped/oped/columnists/paulkrugman/index.html?inline=nyt-per", "_new"]
ssmItems[11]=["Mike Malloy", "http://www.mikemalloy.com/", "_new"]
ssmItems[13]=[""] //create header








buildMenu();

//-->