images = new Array(1);
images[0] = "<a href = 'index.html'><img src='images/img_header_010.jpg' alt='DMC - College Foundation' border='0'></a>";
images[1] = "<a href = 'index.html'><img src='images/img_header_007.jpg' alt='DMC - College Foundation' border='0'></a>";
images[2] = "<a href = 'index.html'><img src='images/img_header_006.jpg' alt='DMC - College Foundation' border='0'></a>";
images[3] = "<a href = 'index.html'><img src='images/img_header_004.jpg' alt='DMC - College Foundation' border='0'></a>";
//images[4] = "<a href = 'miss_dmc_2010.html'><img src='images/img_header_can8.jpg' alt='Miss DMC 2010 - Jae June Maningo' border='0'></a>";
///images[4] = "<a href = 'index.html'><img src='images/img_header_007.jpg' alt='DMC - College Foundation' border='0'></a>";
//images[5] = "<a href = 'index.html'><img src='images/img_header_002.jpg' alt='DMC - College Foundation' border='0'></a>";
//images[12] = "<a href = 'miss_dmc_2010.html'><img src='images/img_header_can9.jpg' alt='Miss DMC 2010 - Jenn Michel Josue' border='0'></a>"
//images[13] = "<a href = 'miss_dmc_2010.html'><img src='images/img_header_can10.jpg' alt='Miss DMC 2010 - Fitz Sheena Ann Aranas' border='0'></a>";
//images[14] = "<a href = 'miss_dmc_2010.html'><img src='images/img_header_can11.jpg' alt='Miss DMC 2010 - Jingle Vallecer' border='0'></a>";
//images[15] = "<a href = 'miss_dmc_2010.html'><img src='images/img_header_nizza.jpg' alt='Miss DMC 2010 - Nizza Nova Usin' border='0'></a>";
index = Math.floor(Math.random() * images.length);
document.write(images[index]);
