///////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
//  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" , "TRACKING_INFO" , "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/","/bannerads/usf/hcrm","img"
);


// ads to be displayed in top right corner FULL
var ads2 = new adArray(
"/ashrm/images/ads/ad_loyola1009.gif","http://onlinemj.luc.edu/mjlanding.cfm?utm_source=ashrm&amp;utm_medium=banner","/bannerads/loyola/onlinemj","img",
"/ashrm/images/ads/UIC_ps468x60.jpg","http://www.uiconlinedegrees.com/Patient-Safety-Leadership-ASHRM.aspx","/bannerads/uic/ps","img"

);

// ads to be displayed in bottom left corner HALF
var ads3 = new adArray(
"/ashrm/images/ads/eStore_half_Banner.jpg","http://www.ashrm.org/ashrm/online_store/new_online_store.shtml","/bannerads/onlinestore/ashrm","img",
"/ashrm/images/ads/ConcordHealthLaw_ASHRM_234x60.jpg","http://onlinemj.luc.edu/mjlanding.cfm?utm_source=ASHRM&utm_medium=banner","bannerads/ConcordHealthLaw/ad","img"
);

// ads to be displayed in bottom right corner FULL
var ads4 = new adArray(
"/ashrm/images/ads/470x60ASHRM","http://www.endurance.bm/bannerads/ashrm.html","/bannerads/ashrm/ad","flash",
"http://www.brianflatgard.com/bonnamy/bonnamy-ASHRM-01.gif","http://www.bonnamyllc.com/","/bannerads/bonnamyllc/homepage","img",
"/ashrm/images/ads/HCRM_ELPS_banner.jpg","http://pd.dce.ufl.edu/health-care-risk-management-patient-safety.aspx ","/bannerads/uf/nov7_2011","img"

);


