// JavaScript Document

function swapvideo(newindex,newtitle) {

var newsrc = "http://www.chalutzproductions.com/FeedMeBubbe/Download/FLASH/feedme_Episode" + newindex + ".flv";

initFlashProperties(
{
prog_id : 2941,
skin_id : 17,
user_id : 166,
cust_id : 0,
cont_url : [
newsrc
],
autoplay : 1,
still_image : "",
cont_title : [
newtitle,
],
video_type : "",
video_id : "",
iframe_url : ""
}
);

}
