Файл: gamele.ru/js/moor_v01.js
Строк: 33
<?php
var d = document;
function view_moor()
{
view_build_top();
d.write('<table cellpadding=0 cellspacing=0 border=0 align=center width=760><tr><td><img src=http://image.neverlands.ru/gameplay/moor/moor.jpg width=760 height=255 border=0></td></tr><tr><td><img src=http://image.neverlands.ru/1x1.gif width=1 height=2></td></tr><tr><td bgcolor=#CCCCCC><table cellpadding=4 cellspacing=1 border=0 width=100%><tr>'+
'<td bgcolor=#FFFFFF align=center width=50%><b><a href="javascript: AjaxGet('items_ajax.php?vcode='+items[0]+'&r='+Math.random()+'');"><font class=category>Приманки/Инвентарь</font></a></b></td>'+
'<td bgcolor=#FFFFFF align=center width=50%><b><a href="javascript: AjaxGet('store_ajax.php?vcode='+store[0]+'&t='+store[1]+'&r='+Math.random()+'');"><font class=category>Ресурсы</font></a></b></td>'+
'</tr></table></td></tr><tr><td><img src=http://image.neverlands.ru/1x1.gif width=1 height=2></td></tr></table><table cellpadding=0 cellspacing=0 border=0 align=center width=760><tr><td bgcolor=#CCCCCC id="Dynamic" width="100%"></td></tr></table>');
view_build_bottom();
}
function StateReady()
{
switch(arr_res[0])
{
case 'ITEMS':
ItemsView();
break;
case 'STORE':
StoreView();
break;
}
}
?>