// JavaScript Document

function swapvideo(newindex,newtitle) {

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

	<!-- CUT & PASTE Embed Code Into Page Video:320x240 Compad:300x250-->

        		initFlashProperties(
                		{
                          prog_id : 2941,
                          skin_id : 17,
                          user_id : 166,
                          cust_id : 0,
                          cont_url : [newsrc],	//Replace with URL String
                          autoplay : 1,															//If click to play value=0
                          still_image : "",														//If click to play, provide URL path to click to play image
                          cont_title : [newtitle],									// Replace with content Title
                          server_url : "",
                          video_type : "",
                          video_id : ""
               		 	}
             		);

	<!-- END of Embed Code -->
}

