///////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
//  NOTE:
//  If a Flash file is being linked, do not include the .swf part of the file name; this will cause the
//  file to link incorrectly and will not display. The filetype declaration (3rd array argument)
//  must be defined as "flash" for the script to properly pick up the file as well.
//
//  New item declaration goes as follows:
//  "PATH_TO_FILE" , "URL_TO_LINK_TO" , "AD_TYPE" ,  <-- this final comma is not used for the final ad item
//
///////////////////////////////////////////////////////////////////////////////////////////////////////////////

// ads to be displayed in top left corner HALF
var ads1 = new adArray(
"/ashrm/images/ads/ad_USF120809.gif","http://www.cme.hsc.usf.edu/hcrm/","img"
);

// ads to be displayed in top right corner FULL
var ads2 = new adArray(
"/ashrm/images/ads/468x60_corecreate2","http://www.recothrom.com","flash",
"/ashrm/images/ads/ad1002_loyola.gif","http://onlinemj.luc.edu/feb10/index.cfm?utm_source=ashrm&utm_medium=banner","img"
);

// ads to be displayed in bottom left corner HALF
var ads3 = new adArray(
"/ashrm/images/ads/ad090317_UF.gif","http://hcrm.dce.ufl.edu","img"
);

// ads to be displayed in bottom right corner FULL
var ads4 = new adArray(
"/ashrm/images/ads/ad_stanford0709.gif","http://src.stanfordhospital.org","img",
"/ashrm/images/ads/470x60ASHRM","http://www.endurance.bm/bannerads/ashrm.html","flash"
);