/**
 * @author  MyBilet™ 2009
 * @version 1
 */	
function loadWidget(color,opening) {
	opening = opening||"boxOffice";
	var _domain = "http://www.mybilet.com";	
	var _text = '<iframe marginheight="0" marginwidth="0" scrolling="no" ';
	_text+='id="myBiletWidgetFrame" name="myBiletWidgetFrame" ';
	_text+='style="padding:0;margin:0;width:221px;height:390px;overflow:hidden" src="'+_domain+'/widget/widget.php?site='+document.domain+'&page='+window.location.href+'&startWith='+opening+'&color='+color+'" ';
	_text+='width="221px" height="390px" allowTransparency="true" frameborder="0">';
	document.getElementById('myBiletWidget').innerHTML = _text;
}