function includeModuleCallBack(videourl, siteurl){
	if (videourl.substr(videourl.length-3) == "flv"){
		document.write("<object width=\"268\" height=\"222\" id=\"myMovie\">\n");
		document.write("<param name=\"movie\" value=\"http://www.youtube.com/v/ri0-OzlKO7k&hl=fr&fs=1\"></param>\n");
		document.write("<param name=\"allowFullScreen\" value=\"true\"></param>\n");
		document.write("<param name=\"allowscriptaccess\" value=\"always\"></param>\n");
		document.write("<embed src=\""+siteurl+"design/plain_site/images/flash/player.swf?url_video="+videourl+"\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"268\" height=\"200\"></embed>\n");
		document.write("</object>\n");
	}
	else if (videourl.substr(videourl.length-2) == "rm" || videourl.substr(videourl.length-3) == "smi" || videourl.substr(videourl.length-3) == "rpm" || videourl.substr(0,4) == "rtsp"){
		document.write("<script src=\""+siteurl+"design/plain_site/javascript/detection_media.js\" type=\"text/javascript\"></script>");

		document.write("<script language=javascript>\n");
		document.write("var RealIsInstalled = detectReal();\n");
		document.write("if(RealIsInstalled==false){\n");
		document.write("document.write(\"<span><a href='http://france.real.com/realmusic/?&src=ZG.fr.idx' target='_blank'>Pour voir la vidéo, veuillez télécharger Real Player ici</a></span>\");");
		document.write("}\n");
		document.write("</script>\n");

		document.write("<object id=\"myMovie\" classid=\"clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA\" width=\"268\" height=\"200\">\n");
		document.write("<param name=\"controls\" value=\"ImageWindow\"></param>\n");
		document.write("<param name=\"console\" value=\"Clip2\">\n");
		document.write("<param name=\"autostart\" value=\"true\">\n");
		document.write("<param name=\"src\""+videourl+"\" value=\"true\">\n");
		document.write("<embed src=\""+videourl+"\"type=\"audio/x-pn-realaudio-plugin\" console=\"Clip2\" controls=\"ImageWindow\" autostart=\"true\" width=\"268\" height=\"222\"></embed>\n");
		document.write("</object>\n");

		document.write("<object id=\"video1\" classid=\"clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA\" height=\"20\" width=\"320\" id=\"myMovie\"> \n");
		document.write("<param name=\"controls\" value=\"ControlPanel\">\n");
		document.write("<param name=\"console\" value=\"Clip2\">\n");
		document.write("<embed type=\"audio/x-pn-realaudio-plugin\" console=\"Clip2\" controls=\"ControlPanel\" height=\"50\" width=\"268\" autostart=\"true\" id=\"myMovie\">\n");
		document.write("</object>\n");
	}
}
