// MAIN BANNER CONTROL SCRIPT


function banners_list() {
num_ban = arguments.length
num_def_ban = Math.floor(Math.random()*num_ban);
def_ban = arguments[num_def_ban]
no_ext = def_ban.substr(0,(def_ban.length-4))
m_banner = no_ext
};

banners_list(

// BEGIN BANNER LIST . ONLY .swf 508 x 185 px

'life_school1.swf',
'life_school2.swf',
'life_school3.swf',
'life_school4.swf',
'life_school5.swf'


// END BANNER LIST
);


