/* ###############################
	* DEFINE GLOBAL VARIABLES
############################### */

// Note - width and height are the same values from player.html

var options = { src: "http://strut.imambo.com/v1/virtgroup/player.html",
	width: 500,
	height: 400,
    position: "fixed",
    alignVert: {margin:"bottom", amount: 0},
    alignHor: {margin:"right", amount: 0}
};


/* ###############################
	* LOAD create-iframe.js
	* DON'T CHANGE ANYTHING BELOW
############################### */

var js = document.createElement('script');
js.setAttribute("type","text/javascript");
js.setAttribute("src", 'http://strut.imambo.com/v1/js/create-iframe.js');
document.getElementsByTagName("head")[0].appendChild(js);
