﻿// JavaScript Document
  var varText = ""     
  function addInfo(title,photourl,link){     
    if(varText!=""){     
      varText+="|||";     
    }     
    varText+=title+"|_|"+photourl+"|_|"+link;     
  }     
    addInfo("一年级&nbsp;品生","dgkt_news/1.jpg","http://www.eact.com.cn/classroom/show-id-8140");//图片地址，图片路径，链接地址
	addInfo("二年级&nbsp;数学","dgkt_news/2.jpg","http://www.eact.com.cn/classroom/show-id-4007");//图片地址，图片路径，链接地址 
	addInfo("三年级&nbsp;英语","dgkt_news/3.jpg","http://www.eact.com.cn/classroom/show-id-8276");//图片地址，图片路径，链接地址
	addInfo("四年级&nbsp;音乐","dgkt_news/4.jpg","http://www.eact.com.cn/classroom/show-id-4648");//图片地址，图片路径，链接地址 
    addInfo("六年级&nbsp;美术","dgkt_news/5.jpg","http://www.eact.com.cn/classroom/show-id-4834");//图片地址，图片路径，链接地址           
  //     	
	document.write('<object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="430" height="220">')
	document.write('<param name="movie" value="dgkt_news/flash.swf?info='+varText+'" />')
	document.write('<param name="quality" value="high" />')
	document.write('<param name="bgcolor" value="#ffffff" />')
	document.write('<param name="wmode" value="opaque" />')
	document.write('<!--[if !IE]>-->')
	document.write('<object type="application/x-shockwave-flash" data="dgkt_news/flash.swf?info='+varText+'" width="430" height="220">')
	document.write('<param name="quality" value="high" />')
	document.write('<param name="bgcolor" value="#ffffff" />')	
	document.write('<param name="wmode" value="opaque" />')
	document.write('</object>')
	document.write('<!--<![endif]-->')
	document.write('</object>')