<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB_LIKE} {NAMESPACE_FB} {NAMESPACE_BBCODE}>
<head>
<title>{SITENAME_TITLE}{PAGE_TITLE}</title>
<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-script-type" content="text/javascript" />
<meta http-equiv="content-style-type" content="text/css" />
<!-- BEGIN switch_compat_meta -->
<meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" />
<!-- END switch_compat_meta -->
<!-- BEGIN switch_canonical_url -->
<link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" />
<!-- END switch_canonical_url -->
{META_FAVICO}
{META}
{META_FB_LIKE}
<meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
{T_HEAD_STYLESHEET}
{CSS}
<link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
<link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
<script src="{JQUERY_PATH}" type="text/javascript"></script>
<script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
<!-- BEGIN switch_fb_login -->
<script src="http://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script>
<script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script>
<!-- END switch_fb_login -->
<!-- BEGIN switch_ticker -->
<link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" />
<script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>
<!-- END switch_ticker -->
<!-- BEGIN switch_ticker_new -->
<script src="{JS_DIR}jquery/jcarousel/jquery.jcarousel.js" type="text/javascript"></script>
<script type="text/javascript">//<![CDATA[
/* Definir le sens de direction en fonction du panneau admin */
var tickerDirParam = "{switch_ticker.DIRECTION}";
var slid_vert = false;
var auto_dir = 'next';
var h_perso = parseInt({switch_ticker.HEIGHT});
switch( tickerDirParam )
{
case 'top' :
slid_vert = true;
break;
case 'left':
break;
case 'bottom':
slid_vert = true;
auto_dir = 'prev';
break;
case 'right':
auto_dir = 'prev';
break;
default:
slid_vert = true;
}
$(document).ready(function() {
var w_cont = $('#fa_ticker_container').width();
if (w_cont > 0)
{
$('#fa_ticker_container').width(w_cont);
/* Affichage de la liste */
$('#fa_ticker_content').css('display','block');
/* Calcul des dimensions du conteneur et des elements */
var width_max = $('ul#fa_ticker_content').width();
var width_item = Math.floor(width_max / {switch_ticker.SIZE});
var height_max = h_perso;
/* Calcul de la hauteur maximale du conteneur en fonction des elements et de la hauteur personnalisee dans l'admin */
$('ul#fa_ticker_content li').each( function () {
if ($(this).height() > height_max)
{
height_max = $(this).height();
}
} );
/* Redimensionnement des elements et des images trop larges */
$('ul#fa_ticker_content li').width(width_item).height(height_max).find('img').each(function () {
if ($(this).width() > width_item)
{
var ratio = $(this).width() / width_item;
var new_height = Math.round($(this).height() / ratio);
$(this).height(new_height).width(width_item);
}
});
/* Redimensionnement et centrage du conteneur en mode vertical */
if (slid_vert)
{
$('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto');
}
/* Initialisation du caroussel */
$('#fa_ticker_content').jcarousel({
vertical: slid_vert,
wrap: 'circular',
auto: {switch_ticker.STOP_TIME},
auto_direction: auto_dir,
scroll: 1,
size: {switch_ticker.SIZE},
height_max: height_max,
animation: {switch_ticker.SPEED}
});
}
else
{
$('ul#fa_ticker_content li:not(:first)').css('display','none');
$('ul#fa_ticker_content li:first').css('list-style','none').css('text-align','center');
}
});
//]]>
</script>
<!-- END switch_ticker_new -->
<script type="text/javascript">//<![CDATA[
$(document).ready(function(){
<!-- BEGIN switch_enable_pm_popup -->
pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
if(pm != null) { pm.focus(); }
<!-- END switch_enable_pm_popup -->
<!-- BEGIN switch_report_popup -->
report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}');
if(report != null) { report.focus(); }
<!-- END switch_report_popup -->
<!-- BEGIN switch_ticker -->
$(document).ready(function() {
Ticker.start({
height : {switch_ticker.HEIGHT},
spacing : {switch_ticker.SPACING},
speed : {switch_ticker.SPEED},
direction : '{switch_ticker.DIRECTION}',
pause : {switch_ticker.STOP_TIME}
});
});
<!-- END switch_ticker -->
});
<!-- BEGIN switch_login_popup -->
var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = true, logInBackgroundClass = false;
<!-- END switch_login_popup -->
<!-- BEGIN switch_login_popup -->
$(document).ready( function() {
$(window).resize(function() {
var windowWidth = document.documentElement.clientWidth;
var popupWidth = $("#login_popup").width();
var mypopup = $("#login_popup");
$("#login_popup").css({
"left": windowWidth/2 - popupWidth/2
});
});
});
<!-- END switch_login_popup -->
//]]>
</script>
{GREETING_POPUP}
<!-- BEGIN switch_ticker_new -->
<style>
.jcarousel-skin-tango .jcarousel-item {
text-align:center;
width: 10px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
margin-right: {switch_ticker.SPACING}px;
}
.jcarousel-skin-tango .jcarousel-item-vertical {
margin-bottom: {switch_ticker.SPACING}px;
}
</style>
<!-- END switch_ticker_new -->
{HOSTING_JS}
<!-- BEGIN google_analytics_code -->
<script type="text/javascript">
//<![CDATA[
var _gaq = _gaq || [];
_gaq.push(['_setAccount', '{G_ANALYTICS_ID}']);
_gaq.push(['_trackPageview']);
_gaq.push(['_trackPageLoadTime']);
<!-- BEGIN google_analytics_code_bis -->
_gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']);
_gaq.push(['b._trackPageview']);
<!-- END google_analytics_code_bis -->
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
//]]>
</script>
<!-- END google_analytics_code -->
</head>
<body background="{T_BODY_BACKGROUND}" bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
<!-- BEGIN hitskin_preview -->
<div id="hitskin_preview" style="display: block;">
<h1><img src="http://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> <em>Hit</em>skin.com</h1>
<div class="content">
<p>
{hitskin_preview.L_THEME_SITE_PREVIEW}
<br />
<span>{hitskin_preview.U_INSTALL_THEME}<a href="http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
</p>
</div>
</div>
<!-- END hitskin_preview -->
<!-- BEGIN switch_login_popup -->
<div id="login_popup" style="z-index: 10000 !important;">
<table class="forumline" width="{LOGIN_POPUP_WIDTH}" height="{LOGIN_POPUP_HEIGHT}" border="0" cellspacing="1" cellpadding="0">
<tr height="25">
<td class="catLeft">
<span class="genmed module-title">{SITENAME}</span>
</td>
</tr>
<tr height="{LOGIN_POPUP_MSG_HEIGHT}">
<td class="row1" align="left" valign="top">
<div id="login_popup_buttons">
<form action="{S_LOGIN_ACTION}" method="get">
<input type="submit" class="mainoption" value="{L_LOGIN}" />
<input type="button" class="mainoption" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
<input id="login_popup_close" type="button" class="button" value="{L_DONT_DISPLAY_AGAIN}" />
</form>
</div>
<span class="genmed">{LOGIN_POPUP_MSG}</span>
</td>
</tr>
</table>
</div>
<!-- END switch_login_popup -->
<a name="top"></a>
{JAVASCRIPT}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="rtl" lang="ar">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1256" />
<meta name="generator" content="vBulletin 3.8.7" />
<meta name="keywords" content="انمي , أنمي , , منتديات كل الانمي , , صور انمي , تقارير انمي , تحميل الانمي , الانمي المترجم , دورات , مستلزمات المصمم , دروس المصمم , العاب الكترونية , cartoon , anime , anime toon , manga , " />
<meta name="description" content="انمي , أنمي , كل الانمي , منتديات كل الانمي , صور انمي , تقارير انمي , تحميل الانمي , مستلزمات المصمم , دروس المصمم , العاب الكترونية , cartoon , anime , anime toon , manga , " />
<script type="text/javascript">var bburl = '';</script><script type="text/javascript" src="http://www.anime-tooon.com/mwaextraedit4/mwaextraedit4settings.js"></script> <script type="text/javascript" src="http://www.anime-tooon.com/mwaextraedit4/poem.js"></script> <script type="text/javascript" src="http://www.anime-tooon.com/mwaextraedit4/read.js"></script> <script type="text/javascript" src="http://www.anime-tooon.com/mwaextraedit4/type.js"></script> <script language="JavaScript1.2">
function flashit(){
if (!document.all)
return
if (myexample.style.borderColor=="blue")
myexample.style.borderColor="red"
else
myexample.style.borderColor="blue"
}
setInterval("flashit()", 400)
</script> <script src="http://www.anime-tooon.com/mwaextraedit4/rainbow.js"></script>
<style type="text/css" id="vbulletin_css">
/**
* vBulletin 3.8.7 CSS
* Style: 'ANIME-TOON-2014'; Style ID: 60
*/
@import url("http://www.anime-tooon.com/clientscript/vbulletin_css/style-ee2023c6-00060.css");
</style>
<link rel="stylesheet" type="text/css" href="http://www.anime-tooon.com/clientscript/vbulletin_important.css?v=387" />
<script type="text/javascript" src="http://www.anime-tooon.com/clientscript/yui/yahoo-dom-event/yahoo-dom-event.js?v=387"></script>
<script type="text/javascript" src="http://www.anime-tooon.com/clientscript/yui/connection/connection-min.js?v=387"></script>
<script type="text/javascript">
var SESSIONURL = "";
var SECURITYTOKEN = "guest";
var IMGDIR_MISC = "http://www.anime-tooon.com/Anime-Toon/misc";
var vb_disable_ajax = parseInt("0", 10);
</script>
<script type="text/javascript" src="http://www.anime-tooon.com/clientscript/vbulletin_global.js?v=387"></script>
<script type="text/javascript" src="http://www.anime-tooon.com/clientscript/vbulletin_menu.js?v=387"></script>
<link rel="alternate" type="application/rss+xml" title="منتديات انمي تون ® ANIME TOON RSS Feed" href="external.php?type=RSS2" />
<!--
/*************************************\
/*====================================
Style Name: ANIME-TOON V1.0
Version: 1.0
Author: Za3im [ khaled ]
Mail:
khaledalza3im@gmail.com \*====================================
\*************************************/
-->
<link rel="stylesheet" type="text/css" href="http://www.anime-tooon.com/Anime-Toon/css/css.css">
<link rel="stylesheet" type="text/css" href="http://www.anime-tooon.com/Anime-Toon/color/1.css" media="all">
<link rel="alternate stylesheet" type="text/css" title="c2" media="screen" href="http://www.anime-tooon.com/Anime-Toon/color/2.css">
<link rel="alternate stylesheet" type="text/css" title="c3" media="screen" href="http://www.anime-tooon.com/Anime-Toon/color/3.css">
<link rel="alternate stylesheet" type="text/css" title="c4" media="screen" href="http://www.anime-tooon.com/Anime-Toon/color/4.css">
<link rel="alternate stylesheet" type="text/css" title="c5" media="screen" href="http://www.anime-tooon.com/Anime-Toon/color/5.css">
<link rel="alternate stylesheet" type="text/css" title="c6" media="screen" href="http://www.anime-tooon.com/Anime-Toon/color/6.css">
<link rel="alternate stylesheet" type="text/css" title="c7" media="screen" href="http://www.anime-tooon.com/Anime-Toon/color/7.css">
<link rel="alternate stylesheet" type="text/css" title="c8" media="screen" href="http://www.anime-tooon.com/Anime-Toon/color/8.css">
<link rel="alternate stylesheet" type="text/css" title="c9" media="screen" href="http://www.anime-tooon.com/Anime-Toon/color/9.css">
<link rel="alternate stylesheet" type="text/css" title="c10" media="screen" href="http://www.anime-tooon.com/Anime-Toon/color/10.css">
<link rel="alternate stylesheet" type="text/css" title="c11" media="screen" href="http://www.anime-tooon.com/Anime-Toon/color/11.css">
<link rel="alternate stylesheet" type="text/css" title="c12" media="screen" href="http://www.anime-tooon.com/Anime-Toon/color/12.css">
<link rel="alternate stylesheet" type="text/css" title="c13" media="screen" href="http://www.anime-tooon.com/Anime-Toon/color/13.css">
<link rel="alternate stylesheet" type="text/css" title="c14" media="screen" href="http://www.anime-tooon.com/Anime-Toon/color/14.css">
<link rel="alternate stylesheet" type="text/css" title="c15" media="screen" href="http://www.anime-tooon.com/Anime-Toon/color/15.css">
<link rel="alternate stylesheet" type="text/css" title="c16" media="screen" href="http://www.anime-tooon.com/Anime-Toon/color/16.css">
<link rel="alternate stylesheet" type="text/css" title="c17" media="screen" href="http://www.anime-tooon.com/Anime-Toon/color/17.css">
<link rel="alternate stylesheet" type="text/css" title="c18" media="screen" href="http://www.anime-tooon.com/Anime-Toon/color/18.css">
<link rel="alternate stylesheet" type="text/css" title="c19" media="screen" href="http://www.anime-tooon.com/Anime-Toon/color/19.css">
<link rel="alternate stylesheet" type="text/css" title="c20" media="screen" href="http://www.anime-tooon.com/Anime-Toon/color/20.css">
<link rel="alternate stylesheet" type="text/css" title="c21" media="screen" href="http://www.anime-tooon.com/Anime-Toon/color/21.css">
<link rel="alternate stylesheet" type="text/css" title="c22" media="screen" href="http://www.anime-tooon.com/Anime-Toon/color/22.css">
<script src="http://www.anime-tooon.com/Anime-Toon/js/jquery.min.js"></script>
<script src="http://www.anime-tooon.com/Anime-Toon/js/jquery.infinitecarousel3.min.js"></script>
<script src="http://www.anime-tooon.com/Anime-Toon/js/jquery.easing.1.3.js"></script>
<script src="http://www.anime-tooon.com/Anime-Toon/js/jquery.tipsy.js"></script>
<script src="http://www.anime-tooon.com/Anime-Toon/js/jquery.carouFredSel-5.5.0.js"></script>
<script src="http://www.anime-tooon.com/Anime-Toon/js/styleswitch.js"></script>
<script src="http://www.anime-tooon.com/Anime-Toon/js/tabcontent.js"></script>
<script src="http://www.anime-tooon.com/Anime-Toon/js/jquery.js"></script>
<script type="text/javascript">
$(function(){
$('.carousel1').infiniteCarousel({
imagePath: 'http://www.anime-tooon.com/Anime-Toon/img/',
transitionSpeed:600,
displayTime: 4000,
internalThumbnails: false,
thumbnailType: "count",
customClass: "myCarousel",
progressRingColorOpacity: "0,0,0,.9",
progressRingBackgroundOn: false,
margin:2,
easeLeft: "easeOutBounce",
easeRight:"easeOutBounce",
inView: 4,
advance: 2,
autoPilot: true,
prevNextInternal: false,
autoHideCaptions: false
});
$('.carousel2').infiniteCarousel({
imagePath: 'http://www.anime-tooon.com/Anime-Toon/img/',
transitionSpeed:600,
displayTime: 4000,
internalThumbnails: false,
thumbnailType: "count",
customClass: "myCarousel",
progressRingColorOpacity: "0,0,0,.9",
progressRingBackgroundOn: false,
margin: 2,
easeLeft: "easeOutBounce",
easeRight:"easeOutBounce",
inView: 4,
advance: 2,
autoPilot: true,
prevNextInternal: false,
autoHideCaptions: false
});
});
</script><link rel="stylesheet" type="text/css" href="vietvbb/topx/vietvbb_topx.css" />
<script type="text/javascript" src="vietvbb/topx/vietvbb_topx2.js"></script>
<link href="android-app://com.quoord.tapatalkpro.activity/tapatalk/anime-tooon.com?location=index" rel="alternate" />
<link href="ios-app://307880732/tapatalk/anime-tooon.com?location=index" rel="alternate" />
<meta property="al:android:package" content="com.quoord.tapatalkpro.activity" />
<meta property="al:android:url" content="tapatalk://anime-tooon.com?location=index" />
<meta property="al:android:app_name" content="Tapatalk" />
<meta property="al:ios:url" content="tapatalk://anime-tooon.com?location=index" />
<meta property="al:ios:app_store_id" content="307880732" />
<meta property="al:ios:app_name" content="Tapatalk" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@tapatalk" />
<meta name="twitter:title" content="" />
<meta name="twitter:description" content="" />
<meta name="twitter:app:id:iphone" content="307880732" />
<meta name="twitter:app:url:iphone" content="tapatalk://anime-tooon.com?location=index" />
<meta name="twitter:app:id:ipad" content="307880732" />
<meta name="twitter:app:url:ipad" content="tapatalk://anime-tooon.com?location=index" />
<meta name="twitter:app:id:googleplay" content="com.quoord.tapatalkpro.activity" />
<meta name="twitter:app:url:googleplay" content="tapatalk://anime-tooon.com?location=index" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<title>منتديات كل الانمي ® ANIME TOON</title>
</head>
<body>
<script type="text/javascript">if (typeof(tapatalkDetect) == "function") tapatalkDetect()</script>
<div class="colors_box"><div class="img-color"></div>
<div class="colors">
<a href="javascript:chooseStyle('none', 60)" class="c1" style="background:#4997c9;">
</a>
<a href="javascript:chooseStyle('c2', 60)" class="c2" style="background:#8d38c9;">
</a>
<a href="javascript:chooseStyle('c3', 60)" class="c3" style="background:#F660AB;">
</a>
<a href="javascript:chooseStyle('c4', 60)" class="c4" style="background:#cc333f;">
</a>
<a href="javascript:chooseStyle('c5', 60)" class="c5" style="background:#f87217;">
</a>
<a href="javascript:chooseStyle('c6', 60)" class="c6" style="background:#119d55;">
</a>
<a href="javascript:chooseStyle('c7', 60)" class="c7" style="background:#2B60DE;">
</a>
<a href="javascript:chooseStyle('c8', 60)" class="c8" style="background:#FDD017;">
</a>
<a href="javascript:chooseStyle('c9', 60)" class="c9" style="background:#3BB9FF;">
</a>
<a href="javascript:chooseStyle('c10', 60)" class="c10" style="background:#9172EC;">
</a>
<a href="javascript:chooseStyle('c11', 60)" class="c11" style="background:#AFC7C7;">
</a>
<a href="javascript:chooseStyle('c12', 60)" class="c12" style="background:#57E964;">
</a>
<a href="javascript:chooseStyle('c13', 60)" class="c13" style="background:#82CAFA;">
</a>
<a href="javascript:chooseStyle('c14', 60)" class="c14" style="background:#e4578d;">
</a>
<a href="javascript:chooseStyle('c15', 60)" class="c15" style="background:#41403e;">
</a>
<a href="javascript:chooseStyle('c16', 60)" class="c16" style="background:#fa7881;">
</a>
<a href="javascript:chooseStyle('c17', 60)" class="c17" style="background:#995664;">
</a>
<a href="javascript:chooseStyle('c18', 60)" class="c18" style="background:#a1765a;">
</a>
<a href="javascript:chooseStyle('c19', 60)" class="c19" style="background:#817339;">
</a>
<a href="javascript:chooseStyle('c20', 60)" class="c20" style="background:#4E9258;">
</a>
<a href="javascript:chooseStyle('c21', 60)" class="c21" style="background:#7D053F;">
</a>
<a href="javascript:chooseStyle('c22', 60)" class="c22" style="background:#48aca1;">
</a>
</div>
</div>
<div id="top">
<div class="pag">
<ul class="top-nav">
<li><a href="#" class="a">البوابة</a></li>
<li><a href="http://allanime.3oloum.com/" class="b">الرئيسية</a></li>
<li><a href="/register" class="c">تسجيل</a></li>
<li><a href="/profile?mode=editprofile" class="d">
لوحة التحكم</a></li>
<li><a href="/contact" class="e">اتصل بنا</a></li>
<li><a href="/profile?mode=sendpassword" class="f">
أسترجاع العضويه</a></li>
</ul>
<div class="serch">
<form action="search.php?do=process" method="post" id="search">
<input type="hidden" name="do" value="process" />
<input type="hidden" name="quicksearch" value="1" />
<input type="hidden" name="childforums" value="1" />
<input type="hidden" name="exactname" value="1" />
<input type="hidden" name="s" value="" />
<input type="hidden" name="securitytoken" value="guest" />
<input type="text" class="bginput-3" name="query" tabindex="1001" onblur="if(this.value=='')this.value='البحث..' " onfocus="if(this.value=='البحث..')this.value=''" value="البحث..">
<input type="submit" id="bu" class="button9" value="" tabindex="1004" original-title="إبحث"/>
</form>
</div>
</div>
</div>
<div class="nav">
<div id="login">
<td class="alt2" nowrapa="nowrap" style="padding:0px">
<!-- BEGIN switch_user_logged_in -->
<!-- login -->
<div class="login-box">
<ul class="login_details">
<li class="username"><a href="/profile?mode=editprofile">
<img class="img-it" src="http://up.dev-point.com/uploads1/bf64c8dacc3c1.png" original-title="تغيير الصورة الرمزية" border="0">
<img class="img-or" src="http://up.dev-point.com/uploads1/bf64c8dacc3c1.png" original-title="تغيير الصورة الرمزية" border="0">
</a><span>مرحباً بكـ <a original-title="{LOGGED_AS}">{LOGGED_AS}</a>.</span></li>
<li>
<a href="/profile?mode=editprofile">
<div original-title="لوحة التحكم" class="ed-pro"></div>
</a>
</li>
<li>
<a href="/privmsg?folder=inbox">
<div class="new-ra" original-title="رسائل خاصة جديدة"></div> </a>
<div class="notifications">1</div>
</li>
<li>
<a href="/privmsg?folder=inbox">
<div class="old-za" original-title="رسائل الزوار"> </div> </a>
</li>
<li>
<a href="/profile?mode=editprofile&nid=140&page_profil=friendsfoes">
<div class="old-sa" original-title="طلب صداقة"></div> </a>
</li>
<li>
<a href="/profile?mode=editprofile&page_profil=avatars">
<div class="old-ta" original-title="تعليقات على الصور"></div> </a>
</li>
<li class="end" original-title="تسجيل الخروج">
<a href="{U_LOGIN_LOGOUT}" onclick="return log_out('هل أنت متأكد برغبتك في الخروج من المنتدى؟')"><div class="log-out"></div></a>
</li>
</ul>
</div> <!--//login_forum-->
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_user_logged_out -->
<form action="login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, 0)">
<script type="text/javascript" src="http://www.anime-tooon.com/clientscript/vbulletin_md5.js?v=387"></script>
<div class="aaa" border="0">
<div class="use"><div class="use2"></div></div>
<input type="text" class="bginput1" style="font-size: 11px" name="username" id="username" size="10" accesskey="u" tabindex="101" value="اسم العضو" onfocus="if (this.value == 'اسم العضو') this.value = '';" />
<div class="pass"><div class="pass2"></div></div>
<input type="password" class="bginput2" style="font-size: 11px" name="password" id="password" size="10" tabindex="102" value="xxxxxxxxx" onfocus="if (this.value == 'xxxxxxxxx') this.value = '';" />
<label for="cb_cookieuser_navbar"><input class="rem" type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" /></label>
<span class="remb">تذكرني !!</span>
<div class="log"><input type="submit" class="button8" name="login" value="" tabindex="104" ></div>
</div>
<input type="hidden" name="s" value="" />
<input type="hidden" name="securitytoken" value="guest" />
<input type="hidden" name="do" value="login" />
<input type="hidden" name="md5password" />
<input type="hidden" name="md5password_utf" />
</form>
<!-- END switch_user_logged_out -->
</td>
</div>
<div class="icon-char">
<ul>
<a href="http://ask.fm/"><li original-title="ask.fm" class="sda" id="in1"></li></a>
<a href="https://www.facebook.com/"><li original-title="تابعنا على فيس بوك " class="sda" id="in2"></li></a>
<a href="https://twitter.com/"><li original-title="تابعنا على تويتر" class="sda" id="in3"></li></a>
<a href="http://feeds.feedburner.com/"><li original-title="تغذية الموقع" class="sda" id="in4"></li></a>
<a href="https://plus.google.com/"><li original-title="تابعنا على جوجل" class="sda" id="in5"></li></a>
</ul>
</div>
</div>
<div class="pag2">
<div class="logo">
<a href="http://allanime.3oloum.com/"><img src="http://i18.servimg.com/u/f18/19/23/40/95/logo10.png" /></a>
</div>
</div>
<div id="mid">
<br/>
<div align="center">
<div class="wbBorderRad bar">
<div class="baritem">حصريات كل الانمي</div>
<a class="hed1" href="http://allanime.3oloum.com/"></a>
<a class="show1" href="http://allanime.3oloum.com/"></a>
</div>
<div dir="ltr" class="wbBorderRad1"><ul class="carousel1">
<li><a href="#"><img src="http://www.anime-tooon.com/Anime-Toon\img/7mlh4.png" height="100" width="200" /></a></li>
قريبا
<li><a href="#"><img src="http://www.anime-tooon.com/Anime-Toon\img/7mlh4.png" height="100" width="200" /></a></li>
قريبا
<li><a href="#"><img src="http://www.anime-tooon.com/Anime-Toon\img/7mlh4.png" height="100" width="200" /></a></li>
قريبا
<li><a href="#"><img src="http://www.anime-tooon.com/Anime-Toon\img/7mlh4.png" height="100" width="200" /></a></li>
قريبا
<li><a href="#"><img src="http://www.anime-tooon.com/Anime-Toon\img/7mlh4.png" height="100" width="200" /></a></li>
قريبا
<li><a href="#"><img src="http://www.anime-tooon.com/Anime-Toon\img/7mlh4.png" height="100" width="200" /></a></li>
قريبا
<li><a href="#"><img src="http://www.anime-tooon.com/Anime-Toon\img/7mlh4.png" height="100" width="200" /></a></li>
قريبا
<li><a href="#"><img src="http://www.anime-tooon.com/Anime-Toon\img/7mlh4.png" height="100" width="200" /></a></li>
قريبا
<li><a href="#"><img src="http://www.anime-tooon.com/Anime-Toon\img/7mlh4.png" height="100" width="200" /></a></li>
قريبا
<li><a href="#"><img src="http://www.anime-tooon.com/Anime-Toon\img/7mlh4.png" height="100" width="200" /></a></li>
قريبا
</ul></div><br />
<div class="wbBorderRad bar">
<div class="baritem">ابداعات الاعضاء</div>
<a class="hed2" href="#"></a>
<a class="show2" href="#"></a>
</div>
<div dir="ltr" class="wbBorderRad2"><ul class="carousel2">
<li><a href="#"><img src="http://www.anime-tooon.com/Anime-Toon\img/7mlh4.png" height="100" width="200" /></a></li>
قريبا
<li><a href="#"><img src="http://www.anime-tooon.com/Anime-Toon\img/7mlh4.png" height="100" width="200" /></a></li>
قريبا
<li><a href="#"><img src="http://www.anime-tooon.com/Anime-Toon\img/7mlh4.png" height="100" width="200" /></a></li>
قريبا
<li><a href="#"><img src="http://www.anime-tooon.com/Anime-Toon\img/7mlh4.png" height="100" width="200" /></a></li>
قريبا
<li><a href="#"><img src="http://www.anime-tooon.com/Anime-Toon\img/7mlh4.png" height="100" width="200" /></a></li>
قريبا
<li><a href="#"><img src="http://www.anime-tooon.com/Anime-Toon\img/7mlh4.png" height="100" width="200" /></a></li>
قريبا
<li><a href="#"><img src="http://www.anime-tooon.com/Anime-Toon\img/7mlh4.png" height="100" width="200" /></a></li>
قريبا
<li><a href="#"><img src="http://www.anime-tooon.com/Anime-Toon\img/7mlh4.png" height="100" width="200" /></a></li>
قريبا
<li><a href="#"><img src="http://www.anime-tooon.com/Anime-Toon\img/7mlh4.png" height="100" width="200" /></a></li>
قريبا
<li><a href="#"><img src="http://www.anime-tooon.com/Anime-Toon\img/7mlh4.png" height="100" width="200" /></a></li>
قريبا
</ul></div></div>
<div align="center">
<div class="page" style="width:100%; text-align:right">
<div style="padding:0px 5px 0px 5px">
<br />
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%">
<table cellpadding="0" cellspacing="0" border="0">
<tr valign="bottom">
<td><a href="http://allanime.3oloum.com/" accesskey="1"><img src="http://www.anime-tooon.com/Anime-Toon/img/nav.png" alt="العودة" border="0" /></a></td>
<td> </td>
<td width="100%"><span>منتديات كل الانمي ®</span></td>
</tr>
</table>
</td>
</tr>
</table>
<br />
<div class="vbmenu_popup" id="navbar_search_menu" style="display:none;margin-top:3px" align="right">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">البحث في المنتدى</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<form action="/search" method="post">
<input type="hidden" name="do" value="process" />
<input type="hidden" name="quicksearch" value="1" />
<input type="hidden" name="childforums" value="1" />
<input type="hidden" name="exactname" value="1" />
<input type="hidden" name="s" value="" />
<input type="hidden" name="securitytoken" value="guest" />
<div><input type="text" class="bginput" name="query" size="25" tabindex="1001" /><input type="submit" class="button" value="إذهب" tabindex="1004" /></div>
<div style="margin-top:6px">
<label for="rb_nb_sp0"><input type="radio" name="showposts" value="0" id="rb_nb_sp0" tabindex="1002" checked="checked" />عرض
المواضيع</label>
<label for="rb_nb_sp1"><input type="radio" name="showposts" value="1" id="rb_nb_sp1" tabindex="1003" />عرض
المشاركات</label>
</div>
</form>
</td>
</tr>
<tr>
<td class="vbmenu_option"><a href="/tags" rel="nofollow">بحث
بالكلمة الدلالية </a></td>
</tr>
<tr>
<td class="vbmenu_option"><a href="/search" accesskey="4" rel="nofollow">
البحث المتقدم</a></td>
</tr>
<tr>
<td class="vbmenu_option"><a href="/search">البحث
عن مشاركات الشكر</a></td>
</tr>
</table>
</div>
<br /> <br />
<div class="vbmenu_popup" id="pagenav_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead" nowrap="nowrap">الذهاب إلى الصفحة...</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<form action="index.php" method="get" onsubmit="return this.gotopage()" id="pagenav_form">
<input type="text" class="bginput" id="pagenav_itxt" style="font-size:11px" size="4" />
<input type="button" class="button" id="pagenav_ibtn" value="إذهب" />
</form>
</td>
</tr>
</table>
</div>
<table class="tborder2" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat" colspan="5">أهلا وسهلا بك إلى منتديات كل الانمي ® </td>
</tr>
<tr>
<!-- BEGIN switch_user_logged_out -->
<td class="alt1" colspan="5">
أهلا وسهلا بك زائرنا الكريم، إذا كانت هذه زيارتك الأولى للمنتدى، فيرجى التكرم
بزيارة صفحة التعليمـــات،<a href="/faq"><strong> بالضغط هنا</strong></a>.
كما يشرفنا أن تقوم <a href="/register" rel="nofollow"><strong>بالتسجيل
بالضغط هنا</strong></a> إذا رغبت بالمشاركة في المنتدى، أما إذا رغبت بقراءة
المواضيع والإطلاع فتفضل بزيارة القسم الذي ترغب أدناه.
</td>
<!-- END switch_user_logged_out -->
</tr>
</thead>
</table>
<br />
<!-- BEGIN switch_logo_left -->
<td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
<!-- END switch_logo_left -->
<td align="center" width="100%" valign="middle">
<!-- BEGIN switch_logo_center -->
<a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a>
<br />
<!-- END switch_logo_center -->
<div class="maintitle">{MAIN_SITENAME}</div>
<br />
<span class="gen">{SITE_DESCRIPTION}<br /> </span>
</td>
<!-- BEGIN switch_logo_right -->
<td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
<!-- END switch_logo_right -->
</tr>
</table>
<table cellspacing="0" cellpadding="0" border="0" align="{MENU_POSITION}">
<tr>
<td align="{MENU_POSITION}"{MENU_NOWRAP}>{GENERATED_NAV_BAR}</td>
</tr>
</table>
<div style="clear: both;"></div>
<!-- BEGIN switch_ticker_new -->
<div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline">
<tr>
<td align="left" class="row1">
<div id="fa_ticker_container">
<ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display:none;">
<!-- BEGIN ticker_row -->
<li>{switch_ticker.ticker_row.ELEMENT}</li>
<!-- END ticker_row -->
</ul>
</div>
</td>
</tr>
</table>
</div>
<!-- END switch_ticker_new -->
<!-- BEGIN switch_ticker -->
<div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline">
<tr>
<td align="left" class="row1">
<div id="fa_ticker_container">
<div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;">
<div class="fa_ticker_content">
<!-- BEGIN ticker_row -->
<div>{switch_ticker.ticker_row.ELEMENT}</div>
<!-- END ticker_row -->
</div>
</div>
</div>
</td>
</tr>
</table>
</div>
<!-- END switch_ticker -->
<div id="page-body">
<div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
<table cellpadding="0" cellspacing="0" width="100%" class="three-col">
<tbody>
<tr>
<td valign="top" width="{C1SIZE}">
<div id="{ID_LEFT}">
<!-- BEGIN giefmod_index1 -->
{giefmod_index1.MODVAR}
<!-- BEGIN saut -->
<div style="height:{SPACE_ROW}px"></div>
<!-- END saut -->
<!-- END giefmod_index1 -->
</div>
</td>
<td valign="top" width="100%">
<!-- BEGIN html_validation -->
</td>
</tr>
</tbody>
</table>
</div>
</div>
</td>
</tr>
</table>
</body>
</html>
<!-- END html_validation -->