images = new Array(5); images[0] = '
Around the House: 11/21
Around the House: 11/21

Update your kitchen with Home Depot

'; images[1] = '
More Business in General
More Business in General

Health care and Americas jobs crisis

'; images[2] = '
Sick Attitude
Sick Attitude

Outrage over cop killer T-shirt

'; images[3] = '
Fowl Play
Fowl Play

Chicken crashes city council meeting

'; images[4] = '
Cry for Help?
Cry for Help?

Warning signs in teen murder case?

'; index = Math.floor(Math.random() * images.length); document.write(images[index]);