// Set up the PGPW object, this will be extended by the full codebase later if (typeof PGPW == "undefined") { var PGPW = { insertScript:function(url){ document.write('') } } if (typeof JQ == "undefined") { PGPW.insertScript('http://www.pagepow.com/javascripts/jquery.js') } // Extend the initial PGPW with the full object PGPW.insertScript('http://www.pagepow.com/javascripts/pgpw.js') } // Finally get to the instance if (typeof PGPW.Quiz == "undefined") { PGPW.insertScript('http://www.pagepow.com/quiz_widgets;source') } // Set up the default options for the widget that will be merged with // the user's options if (typeof PGPW.DefaultOptions == "undefined") { PGPW["DefaultOptions"] = {} } PGPW["DefaultOptions"]["558"] = {"width":500,"border_color":"FFFFFF","text_color":"000000","background_color":"FFFFFF","font_size":"13px","link_color":"993333","correct_message":"Correct! 1 million gold stars* for you! (*gold stars hold no monetary value. They are pretty much imaginary, but good job anyway :)","incorrect_message":"Incorrect. Better luck next time. "}