var OnLoad = "";
window.onload = function() { eval(OnLoad); }
var OnResize = "";
onresize = function() { eval(OnResize); }