#!/bin/sh
#This script is created by ssparser automatically. The parser first created by MaoShouyan
printf "Content-type: text/html;charset=gb2312
Cache-Control: no-cache

"
echo -n "";
if [ "${PALANG}" = "en" ]; then
	LANG_001="iXCache"
	LANG_002="Video content"
	LANG_003="File type"
	LANG_004="YouKu"
	LANG_005="TengXun"
	LANG_006="iQiYi"
	LANG_007="LeShi"
	LANG_008="MangGuo"
	LANG_009="Sohu"
	LANG_010="FengHuang"
	LANG_011="Mobile Video"
fi
CGI_browsertitle="${LANG_001:=Ƶվļ}"
. ../../common/common.sh

echo -n "
<script type=\"text/javascript\" src=\"/img/common.js\"></script>
<body>
<br>
<table class=bgurl width=310 border=0 cellspacing=1 cellpadding=1 bgcolor=\"#ffffff\">
<tr id=tblhdr>
	<td width=100  align=center>${LANG_002:=Ƶ}</td>
	<td width=*   align=center>${LANG_003:=ļ}</td>
</tr>
<tr id=row1 height=22>
	<td align=center>${LANG_004:=ſ}</td>
	<td align=left>&nbsp;flv, mp4</td>
</tr>	
<tr id=row2 height=22>
	<td align=center>${LANG_005:=Ѷ}</td>
	<td align=left>&nbsp;mp4</td>
</tr>
<tr id=row1 height=22>
	<td align=center>${LANG_006:=}</td>
	<td align=left>&nbsp;f4v</td>
</tr>
<tr id=row2 height=22>
	<td align=center>${LANG_007:=}</td>
	<td align=left>&nbsp;ts</td>
</tr>
<tr id=row1 height=22>
	<td align=center>${LANG_008:=â}</td>
	<td align=left>&nbsp;fhv</td>
</tr>
<tr id=row1 height=22>
	<td align=center>${LANG_009:=Ѻ}</td>
	<td align=left>&nbsp;mp4</td>
</tr>
<tr id=row1 height=22>
	<td align=center>${LANG_010:=Ƶ}</td>
	<td align=left>&nbsp;mp4</td>
</tr>
<tr id=row1 height=22>
	<td align=center>${LANG_011:=ֻƵ}</td>
	<td align=left>&nbsp;ts</td>
</tr>
</table>
</body>
</html>
";