<!--
// date and name loading function.
// c.w.cwcomics.comicgenesis.com
//      c.w.comics@gmail.com

function loadcomiclist()
{
urls =
[
20070401,
20070402,
20070403,
20070404,
20070405,
20070412,
20070419,
20070426,
20070503,
20070510,
20070517,
20070524,
20070531,
20070607,
20070614,
20070621,
20070628,
20070705,
20070712,
20070719,
20070726,
20070802,
20070809,
20070816,
20070823,
20070830,
20070906,
20070913,
20070920,
20070927,
20071004,
20071011,
20071018,
20071025,
20071101,
20071108,
];

names = 
[
'Gunfights',
'Player Pianos',
'Card Battle Games',
'Tokyo',
'Pyramids',
'The Inverse Seriously Law',
'Bad Philosophy',
'Darwin',
'Pop Ups',
'Asteroids',
'Speakerphone',
'Nature Documentaries',
'Commitment Issues',
'Solar Flares',
'The Science Guy',
'Ice Cream',
'Wastefulness',
'Being Outdone',
'Bacon',
'Smug',
'Nose Nuggets',
'Chicken',
'Marketing',
'Chiropractors',
'Shaving',
'Climate',
'Segregation',
'Golf',
'Brain Freeze',
'Toilet Paper',
'One Hit Wonders',
'Paranoia',
'Prompts',
'Humiliation',
'Fossil Fuel',
'Boredom',
];
}
//-->