Doctype HTML Public
Doctype HTML Public
<
>"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
>"html xmlns="http://www.w3.org/1999/xhtml<
>head<
meta http-equiv="Content-Type" content="text/html;<
>/ "charset=utf-8
>/ "meta name="language" content="de<
>/ "meta name="author" content="Gameforge AG<
>/ "meta name="publisher" content="Gameforge AG<
>/ "meta name="copyright" content="Gameforge AG<
>/ " משחק דפדפן,="משחקדפדפןmeta name="page-type" content<
, משחק אסטרטגיה,="משחק דפדפןmeta name="page-topic" content<
>/ "משחק אונליין
>/ "meta name="audience" content="all<
>/ "meta name="Expires" content="never<
משחק, עולם עתיק,="איקריםmeta name="Keywords" content<
>/". משחק, משחק דפדפן, משחק תפקידים, משחק אונליין, שחק בחינם,אסטרטגיה
.="איקרים הוא משחק דפדפן בחינםmeta name="Description" content<
>/ ". לסחור ולכבוש איים, לבנות ערים,המטרה היא להנהיג אומה בעולם העתיק
>/ "meta name="robots" content="index,follow<
>/ "meta name="Revisit" content="After 14 days<
>Delta >/title עולם- >איקריםtitle<
link rel="shortcut icon" href="favicon.ico"<
>"type="image/x-icon
link href="/skin/ik_rtl_common_0.3.0.css" rel="stylesheet"<
>/ "type="text/css" media="screen
link href="/skin/ik_rtl_island_0.3.0.css" rel="stylesheet"<
>/ "type="text/css" media="screen
;}{ = ['LocalizationStrings['resources
'[ = 'חומרLocalizationStrings['resources'[['wood
;'בנייה
;''[ = 'ייןLocalizationStrings['resources'[['wine
;''[ = 'שישLocalizationStrings['resources'[['marble
'[ = 'גבישLocalizationStrings['resources'[['crystal
;'קריסטל
;''[ = 'גופריתLocalizationStrings['resources'[['sulfur
LocalizationStrings['resources'[[0[ =
;['LocalizationStrings['resources'[['wood
LocalizationStrings['resources'[[1[ =
;['LocalizationStrings['resources'[['wine
LocalizationStrings['resources'[[2[ =
;['LocalizationStrings['resources'[['marble
LocalizationStrings['resources'[[3[ =
;['LocalizationStrings['resources'[['crystal
LocalizationStrings['resources'[[4[ =
;['LocalizationStrings['resources'[['sulfur
;}{ = ['LocalizationStrings['warnings
LocalizationStrings['warnings'[['premiumTrader_lacking
;"Storage'[ = "Für folgende Rohstoffe fehlt dir Speicherplatz: $res
LocalizationStrings['warnings'[['premiumTrader_negativ
;"eResource'[ = "Du hast zuwenig $res für diesen Handel
{ = IKARIAM
{ : phpSet
serverTime :
,""1239193230
"currentView : "island
,}
{ : currentCity
{ : resources
wood:
,886
wine:
,308
marble:
,744
crystal:
,739
sulfur:
,} 486
{ : maxCapacity
wood:
,35000
wine:
,33500
marble:
,33250
crystal:
,33250
sulfur:
} 33500
,}
{ : view
{ )(get : function
return
;IKARIAM.phpSet.currentView
,}
)is : function)viewName
{
return
;)IKARIAM.phpSet.currentView == viewName(? true : false
}
}
;}
{ = IKARIAM.time
serverTimeDiff :
)(IKARIAM.phpSet.serverTime*1000-)new Date)((.getTime
;}
**/
switches one item on and the other off.. but only if *
.they share the same groupname
/*
{ = selectGroup
groups:new Array)(, //[groupname[=item
{ )getGroup:function)group
if)typeof)this.groups[group[( ==
{ )""undefined
this.groups[group[ = new
;)(Object
this.groups[group[.activeItem =
;""undefined
this.groups[group[.onActivate =
;}{ )function)obj
this.groups[group[.onDeactivate
;}{ )= function)obj
}
;[return this.groups[group
,}
{ )activate:function)obj, group
;)g = this.getGroup)group
)"if)typeof)g.activeItem( != "undefined
{
;)g.onDeactivate)g.activeItem
}
;g.activeItem=obj
;)g.onActivate)obj
}
;}
selectGroup.getGroup)'cities'(.onActivate =
{ )function)obj
YAHOO.util.Dom.addClass)obj.parentNode,
;)""selected
}
selectGroup.getGroup)'cities'(.onDeactivate =
{ )function)obj
YAHOO.util.Dom.removeClass)obj.parentNode,
;)""selected
}
**/
will COPY all child nodes of the source-node that - *
.are marked with a CSS class to be child nodes of the target
will purge all children of the TARGET element - *
that are marked the same special CSS class at each call, so
previously copied will be deleted before copying new
.expects either an Id or an object - *
/*
function showInContainer)source, target,
{ )exchangeClass
objects or Id-strings, i don't care//
if)typeof source == "string"( } source =
} ;)Dom.get)source
if)typeof target == "string"( }target =
} ;)Dom.get)target
if)typeof exchangeClass != "string"(
} alert)"Error: IKARIAM.showInContainer -< Forgot to add an
} ;)"?exchangeClass
removal//
{ )++for)i=0; i>target.childNodes.length; i
if)typeof)target.childNodes[i[.classNam
{ )e( != "undefined" && target.childNodes[i[.className==exchangeClass
;)[target.removeChild)target.childNodes[i
}
}
clone new//
{ )++for)i=0; i>source.childNodes.length; i
if)typeof)source.childNodes[i[.classNam
{ )e( != "undefined" && source.childNodes[i[.className==exchangeClass
clone =
;)source.childNodes[i[.cloneNode)true
target.insertBefore)clone,
;)target.firstChild.nextSibling
}
}
}
;selectedCity = -1
{ )function selectCity)cityNum, cityId, viewAble
{ )if)selectedCity == cityNum
if)viewAble(
;document.location.href="?view=city&id="+cityId
;"#"=else document.location.href
{ else }
;selectedCity = cityNum
}
showInContainer)"cityLocation"+cityNum,"informa
;)"tion", "cityinfo
showInContainer)"cityLocation"+cityNum,"actions
;)"", "cityactions
var container =
;)"document.getElementById)"cities
;"var citySelectedClass = "selected
}
>"ul class="cityinfo<
li class="name"<>span<
>li/<>קופאנגןspan/< :">שםclass="textLabel
li class="citylevel"<>span<
>span<4>/li/< :">גודל העירclass="textLabel
li class="owner"<>span<
span<susu2/< :">שחקןclass="textLabel
>a
href="?view=sendMessage&type=0&with=40529&destinationCityId=47143&old
img<>"="שלח הודעהView=island" class="messageSend" title
>a/<>/"="שלח הודעהsrc="skin/interface/icon_message_write.gif" alt
a<
href="?view=reportPlayer&avatarName=susu2&avatarId=40529&target=47143
&="דווח שחקן זה למנהלoldView=island" class="reportPlayer" title
>a/<>/ "="דווח שחקןimg src="skin/layout/icon-kick.gif" alt<>"השרת
>li/<
:">נקודותli class="name"<>span class="textLabel<
>span<913>/li/<
>span<->/li/< :">בריתli class="ally"<>span class="textLabel<
>ul/<
>"ul class="cityactions<
li class="diplomacy"<>a<
href="?view=sendMessage&with=40529&destinationCityId=47143&oldView=is
>"="דיפלומטיהland" title
>span<>/a<>/li/<">דיפלומטיהspan class="textLabel<
li class="transport"<>a<
>"="שלח סחורהhref="?view=transport&destinationCityId=47143" title
span<>/a<>//<">שלח סחורהspan class="textLabel<
>li
li class="plunder"<>a<
>"="בזוזhref="?view=plunder&destinationCityId=47143" title
>span<>/a<>/li/<">בזוזspan class="textLabel<
li class="blockade"<>a<
>"="מצור ימיhref="?view=blockade&destinationCityId=47143" title
>span<>/a<>/li/<">הסגר ימיspan class="textLabel<
="אין מרגליםli class="espionage disabled" title<
>"!פנויים
>span<>/li/<">שלח מרגלspan class="textLabel<
li class="defend_city"<>a<
="הגן עלhref="?view=defendCity&destinationCityId=47143" title
>"!העיר
span<>/a<>/l/<!">הגן על העירspan class="textLabel<
>i
li class="defend_port"<>a<
="הגן עלhref="?view=defendPort&destinationCityId=47143" title
>"!הנמל
span<>/a<>/l/<!">הגן על הנמלspan class="textLabel<
>i
>ul/<
>li/<
li id="cityLocation1" class="cityLocation city<
>"level3
>div class="cityimg"<>/div<
>div class="selectimg"<>/div<
>ul/<
>"ul class="cityactions<
li class="diplomacy"<>a<
href="?view=sendMessage&with=46651&destinationCityId=54274&oldView=is
>"="דיפלומטיהland" title
>span<>/a<>/li/<">דיפלומטיהspan class="textLabel<
li class="transport"<>a<
>"="שלח סחורהhref="?view=transport&destinationCityId=54274" title
span<>/a<>//<">שלח סחורהspan class="textLabel<
>li
li class="plunder"<>a<
>"="בזוזhref="?view=plunder&destinationCityId=54274" title
>span<>/a<>/li/<">בזוזspan class="textLabel<
li class="blockade"<>a<
>"="מצור ימיhref="?view=blockade&destinationCityId=54274" title
>span<>/a<>/li/<">הסגר ימיspan class="textLabel<
="אין מרגליםli class="espionage disabled" title<
>"!פנויים
>span<>/li/<">שלח מרגלspan class="textLabel<
li class="defend_city"<>a<
="הגן עלhref="?view=defendCity&destinationCityId=54274" title
>"!העיר
span<>/a<>/l/<!">הגן על העירspan class="textLabel<
>i
li class="defend_port"<>a<
="הגן עלhref="?view=defendPort&destinationCityId=54274" title
>"!הנמל
span<>/a<>/l/<!">הגן על הנמלspan class="textLabel<
>i
>ul/<
>li/<
li id="cityLocation2" class="cityLocation<
>"buildplace
>div class="claim"<>/div<
a<
="האם אתהhref="?view=colonize&islandId=108&position=2" title
span class="textLabel"<>span<>"?רוצה להתיישב כאן
span<>אדמת בנייהclass="before"<>/span
>class="after"<>/span<>/span<>/a
>li/<
li id="cityLocation3" class="cityLocation city<
>"level4
>div class="ownCityImg"<>/div<
>div class="selectimg"<>/div<
>"ul class="cityinfo<
li class="name"<>span<
>li/<>מקסימוסspan/< :">שםclass="textLabel
li class="citylevel"<>span<
>span<4>/li/< :">גודל העירclass="textLabel
li class="owner"<>span<
span<afgan/< :">שחקןclass="textLabel
>>/li
:">נקודותli class="name"<>span class="textLabel<
>span<535>/li/<
>span<->/li/< :">בריתli class="ally"<>span class="textLabel<
>ul/<
>"ul class="cityactions<
>ul/<
>li/<
li id="cityLocation4" class="cityLocation city<
>"level2
>div class="cityimg"<>/div<
>div class="selectimg"<>/div<
>"ul class="cityinfo<
li class="name"<>span<
>li/<>קצריןspan/< :">שםclass="textLabel
li class="citylevel"<>span<
>span<2>/li/< :">גודל העירclass="textLabel
li class="owner"<>span<
;סבגnbsp&>דודspan/< :">שחקןclass="textLabel
a<
href="?view=sendMessage&type=0&with=47958&destinationCityId=55900&old
img<>"="שלח הודעהView=island" class="messageSend" title
>a/<>/"="שלח הודעהsrc="skin/interface/icon_message_write.gif" alt
=דודa href="?view=reportPlayer&avatarName<
avatarId=47958&target=55900&oldView=island" class="reportPlayer"&סבג
img src="skin/layout/icon-kick.gif"<>"="דווח שחקן זה למנהל השרתtitle
>a/<>/ "="דווח שחקןalt
>li/<
:">נקודותli class="name"<>span class="textLabel<
>span<103>/li/<
>span<->/li/< :">בריתli class="ally"<>span class="textLabel<
>ul/<
>"ul class="cityactions<
li class="diplomacy"<>a<
href="?view=sendMessage&with=47958&destinationCityId=55900&oldView=is
>"="דיפלומטיהland" title
>span<>/a<>/li/<">דיפלומטיהspan class="textLabel<
li class="transport"<>a<
>"="שלח סחורהhref="?view=transport&destinationCityId=55900" title
span<>/a<>//<">שלח סחורהspan class="textLabel<
>li
li class="plunder"<>a<
>"="בזוזhref="?view=plunder&destinationCityId=55900" title
>span<>/a<>/li/<">בזוזspan class="textLabel<
li class="blockade"<>a<
>"="מצור ימיhref="?view=blockade&destinationCityId=55900" title
>span<>/a<>/li/<">הסגר ימיspan class="textLabel<
="אין מרגליםli class="espionage disabled" title<
>"!פנויים
>span<>/li/<">שלח מרגלspan class="textLabel<
li class="defend_city"<>a<
="הגן עלhref="?view=defendCity&destinationCityId=55900" title
>"!העיר
span<>/a<>/l/<!">הגן על העירspan class="textLabel<
>i
li class="defend_port"<>a<
="הגן עלhref="?view=defendPort&destinationCityId=55900" title
>"!הנמל
span<>/a<>/l/<!">הגן על הנמלspan class="textLabel<
>i
>ul/<
>li/<
li id="cityLocation5" class="cityLocation<
>"buildplace
>div class="claim"<>/div<
a<
="האם אתהhref="?view=colonize&islandId=108&position=5" title
span class="textLabel"<>span<>"?רוצה להתיישב כאן
span<>אדמת בנייהclass="before"<>/span
>class="after"<>/span<>/span<>/a
>li/<
li id="cityLocation6" class="cityLocation city<
>"level1
>div class="cityimg"<>/div<
>div class="selectimg"<>/div<
>"ul class="cityinfo<
li class="name"<>span<
>li/<>אולימפיקוסspan/< :">שםclass="textLabel
li class="citylevel"<>span<
>span<1>/li/< :">גודל העירclass="textLabel
li class="owner"<>span<
>ינאיאופירspan/< :">שחקןclass="textLabel
a<
href="?view=sendMessage&type=0&with=972&destinationCityId=55711&oldVi
img<>"="שלח הודעהew=island" class="messageSend" title
>a/<>/"="שלח הודעהsrc="skin/interface/icon_message_write.gif" alt
a<
&=ינאיאופירhref="?view=reportPlayer&avatarName
avatarId=972&target=55711&oldView=island" class="reportPlayer"
img src="skin/layout/icon-kick.gif"<>"="דווח שחקן זה למנהל השרתtitle
>a/<>/ "="דווח שחקןalt
>li/<
:">נקודותli class="name"<>span class="textLabel<
>span<19,300>/li/<
li class="ally"<>span<
span<>a/< :">בריתclass="textLabel
>href="?view=allyPage&allyId=759&oldView=island&id=108"<KFA>/a
a<
href="?view=sendAllyMessage&allyId=759&oldView=island&id=108"
img<>"="שלח הודעהclass="messageSend" title
a<>/l/<>/"="שלח הודעהsrc="skin/interface/icon_message_write.gif" alt
>i
>ul/<
>"ul class="cityactions<
li class="diplomacy"<>a<
href="?view=sendMessage&with=972&destinationCityId=55711&oldView=isla
>"="דיפלומטיהnd" title
>span<>/a<>/li/<">דיפלומטיהspan class="textLabel<
li class="transport"<>a<
>"="שלח סחורהhref="?view=transport&destinationCityId=55711" title
span<>/a<>//<">שלח סחורהspan class="textLabel<
>li
li class="plunder"<>a<
>"="בזוזhref="?view=plunder&destinationCityId=55711" title
>span<>/a<>/li/<">בזוזspan class="textLabel<
li class="blockade"<>a<
>"="מצור ימיhref="?view=blockade&destinationCityId=55711" title
>span<>/a<>/li/<">הסגר ימיspan class="textLabel<
="אין מרגליםli class="espionage disabled" title<
>"!פנויים
>span<>/li/<">שלח מרגלspan class="textLabel<
li class="defend_city"<>a<
="הגן עלhref="?view=defendCity&destinationCityId=55711" title
>"!העיר
span<>/a<>/l/<!">הגן על העירspan class="textLabel<
>i
li class="defend_port"<>a<
="הגן עלhref="?view=defendPort&destinationCityId=55711" title
>"!הנמל
span<>/a<>/l/<!">הגן על הנמלspan class="textLabel<
>i
>ul/<
>li/<
li id="cityLocation7" class="cityLocation city<
>"level2
>div class="cityimg"<>/div<
>div class="selectimg"<>/div<
>"ul class="cityinfo<
li class="name"<>span<
>li/<>פוליסspan/< :">שםclass="textLabel
li class="citylevel"<>span<
>span<2>/li/< :">גודל העירclass="textLabel
li class="owner"<>span<
>רואבןspan/< :">שחקןclass="textLabel
a<
href="?view=sendMessage&type=0&with=34345&destinationCityId=39516&old
img<>"="שלח הודעהView=island" class="messageSend" title
>a/<>/"="שלח הודעהsrc="skin/interface/icon_message_write.gif" alt
&=רואבןa href="?view=reportPlayer&avatarName<
avatarId=34345&target=39516&oldView=island" class="reportPlayer"
img src="skin/layout/icon-kick.gif"<>"="דווח שחקן זה למנהל השרתtitle
>a/<>/ "="דווח שחקןalt
>li/<
:">נקודותli class="name"<>span class="textLabel<
>span<785>/li/<
>span<->/li/< :">בריתli class="ally"<>span class="textLabel<
>ul/<
>"ul class="cityactions<
li class="diplomacy"<>a<
href="?view=sendMessage&with=34345&destinationCityId=39516&oldView=is
>"="דיפלומטיהland" title
>span<>/a<>/li/<">דיפלומטיהspan class="textLabel<
li class="transport"<>a<
>"="שלח סחורהhref="?view=transport&destinationCityId=39516" title
span<>/a<>//<">שלח סחורהspan class="textLabel<
>li
li class="plunder"<>a<
>"="בזוזhref="?view=plunder&destinationCityId=39516" title
>span<>/a<>/li/<">בזוזspan class="textLabel<
li class="blockade"<>a<
>"="מצור ימיhref="?view=blockade&destinationCityId=39516" title
>span<>/a<>/li/<">הסגר ימיspan class="textLabel<
="אין מרגליםli class="espionage disabled" title<
>"!פנויים
>span<>/li/<">שלח מרגלspan class="textLabel<
li class="defend_city"<>a<
="הגן עלhref="?view=defendCity&destinationCityId=39516" title
>"!העיר
span<>/a<>/l/<!">הגן על העירspan class="textLabel<
>i
li class="defend_port"<>a<
="הגן עלhref="?view=defendPort&destinationCityId=39516" title
>"!הנמל
span<>/a<>/l/<!">הגן על הנמלspan class="textLabel<
>i
>ul/<
>li/<
li id="cityLocation8" class="cityLocation<
>"buildplace
>div class="claim"<>/div<
a<
="האם אתהhref="?view=colonize&islandId=108&position=8" title
span class="textLabel"<>span<>"?רוצה להתיישב כאן
span<>אדמת בנייהclass="before"<>/span
>class="after"<>/span<>/span<>/a
>li/<
li id="cityLocation9" class="cityLocation city<
>"level1
>div class="cityimg"<>/div<
>div class="selectimg"<>/div<
>"ul class="cityinfo<
li class="name"<>span<
>li/<>פוליסspan/< :">שםclass="textLabel
li class="citylevel"<>span<
>span<1>/li/< :">גודל העירclass="textLabel
li class="owner"<>span<
>אחיהspan/< :">שחקןclass="textLabel
a<
href="?view=sendMessage&type=0&with=48292&destinationCityId=56294&old
img<>"="שלח הודעהView=island" class="messageSend" title
>a/<>/"="שלח הודעהsrc="skin/interface/icon_message_write.gif" alt
&=אחיהa href="?view=reportPlayer&avatarName<
avatarId=48292&target=56294&oldView=island" class="reportPlayer"
img src="skin/layout/icon-kick.gif"<>"="דווח שחקן זה למנהל השרתtitle
>a/<>/ "="דווח שחקןalt
>li/<
:">נקודותli class="name"<>span class="textLabel<
>span<60>/li/<
>span<->/li/< :">בריתli class="ally"<>span class="textLabel<
>ul/<
>"ul class="cityactions<
li class="diplomacy"<>a<
href="?view=sendMessage&with=48292&destinationCityId=56294&oldView=is
>"="דיפלומטיהland" title
>span<>/a<>/li/<">דיפלומטיהspan class="textLabel<
li class="transport"<>a<
>"="שלח סחורהhref="?view=transport&destinationCityId=56294" title
span<>/a<>//<">שלח סחורהspan class="textLabel<
>li
li class="plunder"<>a<
>"="בזוזhref="?view=plunder&destinationCityId=56294" title
>span<>/a<>/li/<">בזוזspan class="textLabel<
li class="blockade"<>a<
>"="מצור ימיhref="?view=blockade&destinationCityId=56294" title
>span<>/a<>/li/<">הסגר ימיspan class="textLabel<
="אין מרגליםli class="espionage disabled" title<
>"!פנויים
>span<>/li/<">שלח מרגלspan class="textLabel<
li class="defend_city"<>a<
="הגן עלhref="?view=defendCity&destinationCityId=56294" title
>"!העיר
span<>/a<>/l/<!">הגן על העירspan class="textLabel<
>i
li class="defend_port"<>a<
="הגן עלhref="?view=defendPort&destinationCityId=56294" title
>"!הנמל
span<>/a<>/l/<!">הגן על הנמלspan class="textLabel<
>i
>ul/<
>li/<
li id="cityLocation10" class="cityLocation<
>"buildplace
>div class="claim"<>/div<
a<
="האם אתהhref="?view=colonize&islandId=108&position=10" title
span class="textLabel"<>span<>"?רוצה להתיישב כאן
span<>אדמת בנייהclass="before"<>/span
>class="after"<>/span<>/span<>/a
>li/<
li id="cityLocation11" class="cityLocation<
>"buildplace
>div class="claim"<>/div<
a<
="האם אתהhref="?view=colonize&islandId=108&position=11" title
span class="textLabel"<>span<>"?רוצה להתיישב כאן
span<>אדמת בנייהclass="before"<>/span
>class="after"<>/span<>/span<>/a
>li/<
li id="cityLocation12" class="cityLocation<
>"buildplace
>div class="claim"<>/div<
a<
="האם אתהhref="?view=colonize&islandId=108&position=12" title
span class="textLabel"<>span<>"?רוצה להתיישב כאן
span<>אדמת בנייהclass="before"<>/span
>class="after"<>/span<>/span<>/a
>li/<
li id="cityLocation13" class="cityLocation<
>"city level4
>div class="cityimg"<>/div<
>div class="selectimg"<>/div<
>"ul class="cityinfo<
li class="name"<>span<
>li/<>נדב התותחspan/< :">שםclass="textLabel
li class="citylevel"<>span<
>span<4>/li/< :">גודל העירclass="textLabel
li class="owner"<>span<
span<puryk8/< :">שחקןclass="textLabel
>a
href="?view=sendMessage&type=0&with=992&destinationCityId=992&oldView
img<>"=="שלח הודעהisland" class="messageSend" title
>a/<>/"="שלח הודעהsrc="skin/interface/icon_message_write.gif" alt
a<
href="?view=reportPlayer&avatarName=puryk8&avatarId=992&target=992&ol
<>"="דווח שחקן זה למנהל השרתdView=island" class="reportPlayer" title
>a/<>/ "="דווח שחקןimg src="skin/layout/icon-kick.gif" alt
>li/<
:">נקודותli class="name"<>span class="textLabel<
>span<2,883>/li/<
li class="ally"<>span<
span<>a/< :">בריתclass="textLabel
>href="?view=allyPage&allyId=994&oldView=island&id=108"<DKC>/a
a<
href="?view=sendAllyMessage&allyId=994&oldView=island&id=108"
img<>"="שלח הודעהclass="messageSend" title
a<>/l/<>/"="שלח הודעהsrc="skin/interface/icon_message_write.gif" alt
>i
>ul/<
>"ul class="cityactions<
li class="diplomacy"<>a<
href="?view=sendMessage&with=992&destinationCityId=992&oldView=island
>" "="דיפלומטיהtitle
>span<>/a<>/li/<">דיפלומטיהspan class="textLabel<
li class="transport"<>a<
>"="שלח סחורהhref="?view=transport&destinationCityId=992" title
span<>/a<>//<">שלח סחורהspan class="textLabel<
>li
li class="plunder"<>a<
>"="בזוזhref="?view=plunder&destinationCityId=992" title
>span<>/a<>/li/<">בזוזspan class="textLabel<
li class="blockade"<>a<
>"="מצור ימיhref="?view=blockade&destinationCityId=992" title
>span<>/a<>/li/<">הסגר ימיspan class="textLabel<
="אין מרגליםli class="espionage disabled" title<
>"!פנויים
>span<>/li/<">שלח מרגלspan class="textLabel<
li class="defend_city"<>a<
="הגן עלhref="?view=defendCity&destinationCityId=992" title
>"!העיר
span<>/a<>/l/<!">הגן על העירspan class="textLabel<
>i
li class="defend_port"<>a<
="הגן עלhref="?view=defendPort&destinationCityId=992" title
>"!הנמל
span<>/a<>/l/<!">הגן על הנמלspan class="textLabel<
>i
>ul/<
>li/<
li id="cityLocation14" class="cityLocation<
>"city level1
>div class="cityimg"<>/div<
>div class="selectimg"<>/div<
>span class="after"<>/span<
>span/<
>a/<
>"ul class="cityinfo<
li class="name"<>span<
>li/<2 >ישראלspan/< :">שםclass="textLabel
li class="citylevel"<>span<
>span<1>/li/< :">גודל העירclass="textLabel
li class="owner"<>span<
>ארנולדspan/< :">שחקןclass="textLabel
a<
href="?view=sendMessage&type=0&with=15085&destinationCityId=28226&old
img<>"="שלח הודעהView=island" class="messageSend" title
>a/<>/"="שלח הודעהsrc="skin/interface/icon_message_write.gif" alt
&=ארנולדa href="?view=reportPlayer&avatarName<
avatarId=15085&target=28226&oldView=island" class="reportPlayer"
img src="skin/layout/icon-kick.gif"<>"="דווח שחקן זה למנהל השרתtitle
>a/<>/ "="דווח שחקןalt
>li/<
:">נקודותli class="name"<>span class="textLabel<
>span<2,039>/li/<
li class="ally"<>span<
span<>a/< :">בריתclass="textLabel
>href="?view=allyPage&allyId=959&oldView=island&id=108"<blood>/a
a<
href="?view=sendAllyMessage&allyId=959&oldView=island&id=108"
img<>"="שלח הודעהclass="messageSend" title
a<>/l/<>/"="שלח הודעהsrc="skin/interface/icon_message_write.gif" alt
>i
>ul/<
>"ul class="cityactions<
li class="diplomacy"<>a<
href="?view=sendMessage&with=15085&destinationCityId=28226&oldView=is
>"="דיפלומטיהland" title
>span<>/a<>/li/<">דיפלומטיהspan class="textLabel<
li class="transport"<>a<
>"="שלח סחורהhref="?view=transport&destinationCityId=28226" title
span<>/a<>//<">שלח סחורהspan class="textLabel<
>li
li class="plunder"<>a<
>"="בזוזhref="?view=plunder&destinationCityId=28226" title
>span<>/a<>/li/<">בזוזspan class="textLabel<
li class="blockade"<>a<
>"="מצור ימיhref="?view=blockade&destinationCityId=28226" title
>span<>/a<>/li/<">הסגר ימיspan class="textLabel<
="אין מרגליםli class="espionage disabled" title<
>"!פנויים
>span<>/li/<">שלח מרגלspan class="textLabel<
="אין כוחותli class="defend_city disabled" title<
>"הגנה זמינים
>span<>/li/<!">הגן על העירspan class="textLabel<
="אין צייli class="defend_port disabled" title<
>"הגנה זמינים
>span<>/li/<!">הגן על הנמלspan class="textLabel<
>ul/<
>li/<
li id="cityLocation15" class="cityLocation<
>"city level4
>div class="cityimg"<>/div<
>div class="selectimg"<>/div<
>"ul class="cityinfo<
li class="name"<>span<
>li/<>ריזן איגלspan/< :">שםclass="textLabel
li class="citylevel"<>span<
>span<4>/li/< :">גודל העירclass="textLabel
li class="owner"<>span<
span<shay123432/< :">שחקןclass="textLabel
>a
href="?view=sendMessage&type=0&with=7011&destinationCityId=32425&oldV
img<>"="שלח הודעהiew=island" class="messageSend" title
>a/<>/"="שלח הודעהsrc="skin/interface/icon_message_write.gif" alt
a<
href="?view=reportPlayer&avatarName=shay123432&avatarId=7011&target=3
="דווח שחקן זה למנהל2425&oldView=island" class="reportPlayer" title
>a/<>/ "="דווח שחקןimg src="skin/layout/icon-kick.gif" alt<>"השרת
>li/<
:">נקודותli class="name"<>span class="textLabel<
>span<8,668>/li/<
li class="ally"<>span<
span<>a/< :">בריתclass="textLabel
>href="?view=allyPage&allyId=856&oldView=island&id=108"<LORD>/a
a<
href="?view=sendAllyMessage&allyId=856&oldView=island&id=108"
img<>"="שלח הודעהclass="messageSend" title
a<>/l/<>/"="שלח הודעהsrc="skin/interface/icon_message_write.gif" alt
>i
>ul/<
>"ul class="cityactions<
li class="diplomacy"<>a<
href="?view=sendMessage&with=7011&destinationCityId=32425&oldView=isl
>"="דיפלומטיהand" title
>span<>/a<>/li/<">דיפלומטיהspan class="textLabel<
li class="transport"<>a<
>"="שלח סחורהhref="?view=transport&destinationCityId=32425" title
span<>/a<>//<">שלח סחורהspan class="textLabel<
>li
li class="plunder"<>a<
>"="בזוזhref="?view=plunder&destinationCityId=32425" title
>span<>/a<>/li/<">בזוזspan class="textLabel<
li class="blockade"<>a<
>"="מצור ימיhref="?view=blockade&destinationCityId=32425" title
>span<>/a<>/li/<">הסגר ימיspan class="textLabel<
="אין מרגליםli class="espionage disabled" title<
>"!פנויים
>span<>/li/<">שלח מרגלspan class="textLabel<
li class="defend_city"<>a<
="הגן עלhref="?view=defendCity&destinationCityId=32425" title
>"!העיר
span<>/a<>/l/<!">הגן על העירspan class="textLabel<
>i
li class="defend_port"<>a<
="הגן עלhref="?view=defendPort&destinationCityId=32425" title
>"!הנמל
span<>/a<>/l/<!">הגן על הנמלspan class="textLabel<
>i
>ul/<
>li/<
>ul/<
>Quaoos>/h3 >מקומות מיוחדים בh3<
>"ul id="islandfeatures<
>"li class="wood level3<
a href="?view=resource&type=resource&id=108"<
>"3 ="יערtitle
>span/<">יערspan class="textLabel<
>a/<
>li/<
>"li class="crystal level2<
a href="?view=tradegood&type=tradegood&id=108"<
>"2 ="מכרה קריסטלtitle
span<>/a<>/li</<">מכרה קריסטלspan class="textLabel<
>">li id="wonder" class="wonder4
="המקדשa href="?view=wonder&id=108" title<
>span<>/a/<">המקדש של אתנהspan class="textLabel<>"של אתנה
>li/<
>ul/<
>div/<
>-- END mainview --!<
Navigational elements for changing the city or the view. May --!<
>-- .perform different actions on every screen
>"div id="cityNav<
form id="changeCityForm"<
>"action="index.php" method="POST
fieldset<
>";style="display:none
input<
>/ "type="hidden" name="action" value="header
input<
>/ "type="hidden" name="function" value="changeCurrentCity
input<
type="hidden" name="actionRequest"
>/ "value="46cc5fdb56b8cb0e65e2116ff9f61512
input<
>/ "type="hidden" name="oldView" value="island
input<
type="hidden" name="id" value="108" /<
>>/fieldset
>div/<
-----------------------------------------------------!<
///////////////////// ADVISORS //////////////////////
>-----------------------------------------------------
>"div id="advisors<
>h3/<>מבטים כללייםh3<
>ul<
> "li id="advCities<
a<
="מבט כללי על העריםhref="?view=tradeAdvisor&oldView=island" title
>"class="normal "והכלכלה
span<
>span/<">עריםclass="textLabel
>a/<
>li/<
>"li id="advMilitary<
a<
href="?view=militaryAdvisorMilitaryMovements&oldView=island"
>"class="normal "="מבט צבא כלליtitle
span<
>span/<">צבאclass="textLabel
>a/<
>li/<
>"li id="advResearch<
a<
"="מבט מחקר כלליhref="?view=researchAdvisor&oldView=island" title
>"class="normal
span<
>span/<">מחקרclass="textLabel
>a/<
>li/<
>"li id="advDiplomacy<
a<
="מבט כללי עלhref="?view=diplomacyAdvisor&oldView=island" title
>"class="normal "ההודעות והדיפלומטיה
span<
>span/<">דיפלומטיהclass="textLabel
>a/<
>li/<
>ul/<
>div/<
>-- ADVISORS END --!<
>div/<
>div/<
-----------------------------------------------------!<
////////////// )JAVASCRIPT )obviously ///////////////
>-----------------------------------------------------
>"script type="text/javascript<
{ )(Event.onDOMReady) function
;)"var links = document.getElementsByTagName)"a
{ )++for)i=0; i>links.length; i
;)[makeButton)links[i
}
;)(ToolTips
;))"replaceSelect)Dom.get)"citySelect
;)}
;var obj_ServerTime = 0
{ )(Event.onDOMReady)function
;)var ev_updateServerTime = setInterval)"updateServerTime)(", 500
;)'obj_ServerTime = document.getElementById)'servertime
;)}
{ )(function updateServerTime
;)(var currTime = new Date
currTime.setTime))1239193230000-startServerTime(+
; ))(currTime.getTime
;)'str = getFormattedDate)currTime.getTime)(, 'd.m.Y G:i:s
;obj_ServerTime.innerHTML = str
}
>script/<
>body/<
>html/<