//DO NOT CHANGE
//*******************
randomContent = new Array();
//*******************

//EDIT HERE
//*******************
//EXAMPLE: (add a new line for each item)
//randomContent[randomContent.length] = new Array('IMAGENAME.JPG','CONTENT GOES HERE');

randomContent[randomContent.length] = new Array('','<a href="/Working/rapid_prototyping.php"><img src="/IMG/AD_Prototyping.jpg" alt="Prototypical prototyping : micropenning addresses the need for rapid prototyping" title="Prototypical prototyping : micropenning addresses the need for rapid prototyping" width="235" height="105" /></a>');

randomContent[randomContent.length] = new Array('','<a href="/Applications/medical_devices.php"><img src="/IMG/AD_SmarterDevices.jpg" alt="Smarter medical devices : Micropenning can turn a static devide into a smart device" title="Smarter medical devices : Micropenning can turn a static devide into a smart device" width="235" height="105" /></a>');

randomContent[randomContent.length] = new Array('','<a href="/Micropenning/substrates.php"><img src="/IMG/AD_Substrates.jpg" alt="Substrates galore : Micropenning patterns on any size, shape, or type of surface" title="Substrates galore : Micropenning patterns on any size, shape, or type of surface" width="235" height="105" /></a>');

{
}
//*******************


//DO NOT CHANGE
//*******************
theImage = (Math.ceil(Math.random()*(randomContent.length)))-1;
var featuredProduct='';
featuredProduct += '';
featuredProduct += randomContent[theImage][1] + '';

document.write (featuredProduct);
//*******************