(
function(){

//
// misc
//

var mainDelay=5000;
var camsURL= "http://cams.oiccam.com/live/";
//
// these must be set by the caller
//
// var oic_cam_client = "23052106210";
// var oic_cam_cid = "cuetes";
// var oic_cam_width = "440";
// var oic_cam_height = "360";

//
// these are not used yet
//
var oic_cam_color_border = "FDFFCA";
var oic_cam_color_bg = "FDFFCA";
var oic_cam_color_link = "0000FF";
var oic_cam_color_url = "0000FF";
var oic_cam_color_text = "000000";

function wf() {
    document.write('<IFRAME src="' +camsURL+'live_'+oic_cam_cid+'.html"');
    document.write(' width="440" height="360" marginwidth="0" marginheight="0" align="middle" scrolling="no">');
    document.write("<\/IFRAME>");
}

wf();

}
)
()
