//  Generic onload by Brothercake http://www.brothercake.com/
function generic(){initFlowPlayer();}
if(typeof window.addEventListener != 'undefined'){window.addEventListener('load', generic, false);}
else if(typeof document.addEventListener != 'undefined'){document.addEventListener('load', generic, false);}
else if(typeof window.attachEvent != 'undefined'){window.attachEvent('onload', generic);}
else{if(typeof window.onload == 'function'){var existing = onload;
window.onload = function(){existing();generic();};}else{window.onload = generic;}}
