// HTML5: JavaScript Detection
// http://www.w3schools.com/html/html5_geolocation.asp
// http://diveintohtml5.info/geolocation.html
// http://krister.fi/jquery.geolocator/
// http://www.sitepoint.com/geolocation-jquery-api-geoplugin
// http://www.geoplugin.com/webservices/javascript

// PHP: Geolocation Detection
// http://php.net/manual/en/book.geoip.php
// https://github.com/maxmind/
// https://packagist.org/packages/geoip/geoip
// https://packagist.org/packages/geoip2/geoip2
</script>

<?php 
js_add_jquery_plugin("jgrowl");
?>

<script type="text/javascript">

(function($){

      $(document).ready(function(){

        $.jGrowl("<br />You are currently running: <br /><br /><strong>Platform Browser</strong> <br /><br /><strong>Version</strong> <br />0.01<br /><br /><strong>Build</strong> <br /> rc-alpha-build-20120430",
          {
            header: 'System Notification',
            theme: 'smoke',
            lifetime: 5000,
            sticky: false
          }
function notification_growl()
{
    js_add_jquery_plugin_css("jgrowl");
    js_add_jquery_plugin("jgrowl");
}