function insert_SWF_ObjDef (srcURL, theID, height, width, align) {
	//var newSrcURL="";
	var myVars="";
	
	//myVars = "curServerMonth=" + Server_Month + "&curServerYear=" + Server_Year;
	
	// alert ("myVars= " + myVars);
	insertFlashObject(srcURL, theID, height, width, align, myVars);
}

insert_SWF_ObjDef("/misc/movie/teen/T_snack_ideas.swf", "healthSnacking", "320", "375", "middle");


//////////////////////////////
// OLDER CODE //////////////////
///////////////////////
  // Need a new variable definition for EACH MOVIE defined in the article!

 // var myFlashMovie1 = new FlashSound();
 // myFlashMovie1.autostart = true;

 // function embedFlashMovie1 (srcURL, height, width, align) 
 // {
  //    myFlashMovie1.embedSWF(srcURL, height, width, align);  

 // }

 // embedFlashMovie1("/misc/movie/teen/T_snack_ideas.swf?lic=1", "320", "375", "center");



