// what's on sky tv

// declare all the common variables

var free 	    = "Free";
var ipswich 	= "Ipswich Town";
var norwich 	= "Norwich City";


// now the fixtures arrays...

var tv_when 	= new Array( "-" );				// "Sun 7th Dec"
var tv_kickoff 	= new Array( "-" );				// "1.00pm"
var tv_fixture 	= new Array( "-" );
var tv_where    = new Array( "Sports Bar" );
var tv_cost	    = new Array( free );
