/**
 * Copyright 2006 - 2011 Eric D. Hough (http://ehough.com)
 * 
 * This file is part of TubePress (http://tubepress.org) and is released 
 * under the General Public License (GPL) version 3
 *
 * Shrink your JS: http://developer.yahoo.com/yui/compressor/
 */
function tubepress_youtube_player(galleryId, videoId) {
   window.location = 'http://www.youtube.com/watch?v=' + videoId;
}

function tubepress_youtube_player_init(baseUrl) { 
    //nada
}

