﻿function sspSelectVideo(playerId, videoId) {
	thisPlayer(playerId).sspSelectVideo(videoId);
}

function thisPlayer(playerId) {
	return swfobject.getObjectById(playerId);
}



function popupLightbox(url) {
	var link = $('<a href=\"' + url + '\" >test</a>');
	link.lightBox();
	link.click();	
}