function ownStartUp()
{
	str = location.href;
	pos = str.indexOf('vid=');
	
	if (pos!=-1) document.getElementById('video_'+str.substr(pos+4)).onclick();
}
