

























//Flash player live timeout (in seconds)
var glo_warn_delay = 1800;
var glo_warn_timeout = 120;

// Flash player buffer time (in seconds), default 1
glo_stream_buffer_time = 1;

// comment refresh rate (in seconds)
glo_comment_refresh_rate = 60;

//Live, Vods akamai URL
var streamFilePath = "http://video.razor.tv/vods/";
var videoFilePath   = "http://video.razor.tv/vods/";
var liveAudioPath  = "rtmp://livevideo.razor.tv/live";
var liveStreamPath= "rtmp://livevideo.razor.tv/live";

//Stream name
var audio_resolution     = "rzstream-audio@2616";
var streamLowResolution  = "rzstream-lores@2716";
var streamHighResolution = "rzstream-hires@2715";

noVodPerPage=18;
redirect_URL = "http://www.razor.tv";

//External RSS feed
//Only show article description for Straits Times, show full article for AFP
var sites_show_only_description = new Array("straitstimes.com");

