//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
var _l = String(document.location);
var _pi = _l.indexOf("#");
var _pq = _l.substring( _pi+1 );
var _pp = _pq.split("&"); 
var i = 0, np = _pp.length;
while( i < np )
{
	_pp[i] = String(_pp[i]).split("=");
	this[_pp[i][0]] = _pp[i][1];
	i++;
}
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
try{ if( password == undefined ) throw new Error("") }catch(e){ password = null; };
try{ if( content == undefined ) throw new Error("") }catch(e){ content = null; };
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
var st_flashvars_components	= ['st_password', password, 'content', content ];
var st_flashvars_sections	= [];
var st_flashvars			= "";

for( var i = 0; i < st_flashvars_components.length; i+=2 )
{
	st_flashvars_sections.push( st_flashvars_components[i] + "=" + st_flashvars_components[i+1] );
}
st_flashvars = st_flashvars_sections.join("&");