var css = document.createElement('link');
css.href = "http://www.wnwdesign.co.uk/ge/frame.css";
css.type = "text/css";
css.rel = "stylesheet";
document.getElementsByTagName('head')[0].appendChild(css);


document.write("<" + "iframe id='geframe' frameborder='0' border='0' src='http://www.wnwdesign.co.uk/ge/ge.php'></" + "iframe>");