/**
* Friction TV - upload.js
* 
* functions 
* 
* @author  Daniel Mullin daniel@friction.tv
* @version 0.9
* @todo	   ???
* 
*/

/**
 * Friction TV - upload_complete()
 * 
 * capture the upload id and move that user on
 * 
 * @author			Neil Young neil@friction.tv
 * @version			0.9
 * @todo			???
 * 
 * 
 * @param 	int					$days
 * 
 */

function upload_complete(upload_id)
{
	
	window.location='http://' + document.location.hostname + '/debate/add/' + upload_id;

}

// done
