/**
* Common.js - source for FIVE.tv
* Author: _mR 2008
*/


function getCategory(link)
{
	window.location = link.value;
}

