// 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.Recommend == "undefined") { PGPW.insertScript('http://www.pagepow.com/recommend_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"]["519"] = {"border_color":"990000","success_message_timeout":5,"subject":"A Colleague Thought You'd Find This Page Helpful","text_color":"000000","email_intro_message":"I thought you'd find this info from OfficeVoIPSolutions.com helpful. Enjoy!","font_size":"small","success_message":"Thanks for sharing this page with a friend!","background_color":"F6F6F6","link_text":"Email this page to a colleague"}