/* Set common global variables */

var w = window;
var d = document;
var is_supported = d.getElementById && d.getElement ? true : false;

