﻿var viedoList = [
  { fileName: "s7hdbm65v-g", description: "MIMIO可攜式電子白板 電子互動學習體驗 仁愛堂田家炳小學 "}, 
 { fileName: "QiKl4oi2F9k", description: "「啟慧中國語文」網上閱讀計劃: 梁文燕紀念中學(沙田) 老師分享推廣網上閱讀心得"}, 
 { fileName: "PEOtawUTkbo", description: "聰穎教育 香港區 2010-2011 電子學習世紀之星 頒獎典禮 "}, 
 { fileName: "WpPZrjx1E9E", description: "聰穎教育 澳門區 2010-2011聰穎閱讀之星 頒獎典禮 "},  
 { fileName: "Gew7S-dAnyE", description: "MySmartPets「Smart Points 獎品換領計劃」頻道 - 2012年1月13日"}, 
 { fileName: "HQ-ycDstQ1k", description: "MySmartPets「Smart Points 獎品換領計劃」頻道 - 2012年1月20日"}, 
 { fileName: "ytsNWbC_vS8", description: "MySmartPets「Smart Points 獎品換領計劃」頻道 - 2012年1月27日"},
 { fileName: "QNtmf5JUlow", description: "MySmartPets「Smart Points 獎品換領計劃」頻道 - 2012年2月3日"} 


];

function getvideo(num) {
    if (num == -1) num = viedoList.length - 1;
    return viedoList[num];
}
