兒子生病ㄌ~!
我好像也病ㄌ~!
病的好不知所措....
兒子昨天發燒...
既然到達ㄌ~!
38.7度...
我ㄉ天阿~!
我嚇死ㄌ~!
至於我呢?
今天才發現我好像也開始流鼻水ㄌ~!
真奇怪ㄌ~!
顧兒子累...
因為怕他發燒...
瘋ㄌ~!
我生病又加上流鼻水...
就真的累ㄌ~!
var requiredMajorVersion = 10;
var requiredMinorVersion = 0;
var requiredRevision = 22;
var hasProductInstall = DetectFlashVer(6, 0, 65);
var hasRequestedVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
if ( hasProductInstall && !hasRequestedVersion )
{
var MMPlayerType = (isIE == true) ? "ActiveX" : "PlugIn";
var MMredirectURL = window.location;
document.title = document.title.slice(0, 47) + " - Flash Player Installation";
var MMdoctitle = document.title;
AC_FL_RunContent(
"src", "http://l.yimg.com/e/serv/video/video_player/playerProductInstall",
"FlashVars", "MMredirectURL="+MMredirectURL+'&MMplayerType='+MMPlayerType+'&MMdoctitle='+MMdoctitle+"",
"width", "100%",
"height", "100%",
"align", "middle",
"id", "BlogCalendar_v2",
"quality", "high",
"wmode", "transparent",
"name", "BlogCalendar_v2",
"allowScriptAccess","always",
"type", "application/x-shockwave-flash",
"pluginspage", "http://www.adobe.com/go/getflashplayer"
);
}
else if (hasRequestedVersion)
{
AC_FL_RunContent(
"src", "http://pic.wretch.cc/serv/video/video_player/BlogCalendar_v2",
"width", "100%",
"height", "100%",
"align", "middle",
"id", "BlogCalendar_v2",
"quality", "high",
"wmode", "transparent",
"name", "BlogCalendar_v2",
"flashvars","weekDataSrc=http://js.wretch.yahoo.net/calendar.php&monthDataSrc=http://js.wretch.yahoo.net/article.php&e=&ownerID=ab123663",
"allowScriptAccess","always",
"type", "application/x-shockwave-flash",
"pluginspage", "http://www.adobe.com/go/getflashplayer"
);
}
else
{
var alternateContent = 'Alternate HTML content should be placed here. '
+ 'This content requires the Adobe Flash Player. '
+ 'Get Flash';
document.write(alternateContent);
}
|