function changeSWF(swfLocation, divid, width, height){
	swfobject.embedSWF(swfLocation, divid, width, height, "7.0.0");

}
