<!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>
<script type="text/javascript">
$(function () {
if (Number($("a.mainmenu[href^='/privmsg'] strong").text()) > 0) {
var a = $("a.mainmenu[href^='/privmsg'] strong").text();
var b = confirm(" لديك " + a + " رساله جديده .");
if (b == true) {
location.href = '/privmsg?folder=inbox'
};
};
});
</script>
<script type="text/javascript">
$(function () {
if ($("#i_icon_mini_new_message").length) {
var pm = $("#i_icon_mini_new_message").attr("alt").match(/d+/);
if (confirm(" لديك" + pm + " رساله جديده.")) location.href = '/privmsg?folder=inbox'
};
});
</script>
<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 -->
ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING}, {switch_ticker.SPEED}, '{switch_ticker.DIRECTION}', {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="" /> Hit<em>skin</em>.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">
<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}
<!-- CSS Stylesheet -->
<style type="text/css" id="vbulletin_css">
/**
* Ahlamontada - phpBB2 ؛ CSS
* Style: 'رمضآن 2013 | تحويل تويكس !'; Style ID: 3
*/
body
{
background: url('http://i39.servimg.com/u/f39/13/00/04/44/ncdnna11.jpg');
color: #5e4a31;
font: bold 14px simplified arabic;
margin: 0px;
padding: 0px;
}
a:link, body_alink
{
color: #5e4a31;
text-decoration: none;
}
a:visited, body_avisited
{
color: #5e4a31;
text-decoration: none;
}
a:hover, a:active, body_ahover
{
color: #5e4a31;
text-decoration: none;
}
.page
{
background: url('http://i39.servimg.com/u/f39/13/00/04/44/ncdnna11.jpg');
color: #5e4a31;
}
.page a:hover, .page a:active, .page_ahover
{
color: #80705c;
}
td, th, p, li
{
font: 11px tahoma;
}
.tborder
{
background: #f9f9f9 url('http://i38.servimg.com/u/f38/16/61/49/25/bg111.jpg');
color: #FFFFFF;
}
.tcat
{
background: #DEDFD9 url('http://i39.servimg.com/u/f39/13/00/04/44/dxxab310.jpg');
color: #FFFFFF;
font: bold 12px tahoma;
text-align:center;
}
.tcat a:link, .tcat_alink
{
color: #FFFFFF;
text-decoration: none;
}
.tcat a:visited, .tcat_avisited
{
color: #FFFFFF;
text-decoration: none;
}
.tcat a:hover, .tcat a:active, .tcat_ahover
{
color: #FFFFFF;
text-decoration: bold;
}
.thead
{
background: #DEDFD9 url('http://i39.servimg.com/u/f39/13/00/04/44/f2fpvk10.jpg');
color: #FFFFFF;
font: bold 11px tahoma;
}
.thead a:link, .thead_alink
{
color: #FFFFFF;
}
.thead a:visited, .thead_avisited
{
color: #FFFFFF;
}
.thead a:hover, .thead a:active, .thead_ahover
{
color: #FFFFFF;
text-decoration: bold;
}
.tfoot
{
background: #DEDFD9 url('http://i39.servimg.com/u/f39/13/00/04/44/dxxab310.jpg');
color: #a09383;
font: none 11px tahoma;
}
.tfoot a:link, .tfoot_alink
{
color: #a09383;
text-decoration: none;
}
.tfoot a:visited, .tfoot_avisited
{
color: #a09383;
text-decoration: none;
}
.tfoot a:hover, .tfoot a:active, .tfoot_ahover
{
color: #776a5b;
text-decoration: none;
}
.alt1, .alt1Active
{
background: #EFEFEF url('http://i38.servimg.com/u/f38/16/61/49/25/bg111.jpg');
color: #baac9e;
font: bold 12px tahoma;
border-bottom: 1px dashed #e5e0d1;
}
.alt1 a:hover, .alt1 a:active, .alt1_ahover, .alt1Active a:hover, .alt1Active a:active, .alt1Active_ahover
{
color: #e49a65;
}
.alt2, .alt2Active
{
background: #EFEFEF url('http://i38.servimg.com/u/f38/16/61/49/25/bg111.jpg');
color: #baac9e;
border-bottom: 1px dashed #e5e0d1;
}
.alt2 a:hover, .alt2 a:active, .alt2_ahover, .alt2Active a:hover, .alt2Active a:active, .alt2Active_ahover
{
color: #765b88;
}
.inlinemod
{
color: #e6715a;
}
.wysiwyg
{
background: #EFEFEF url('http://i38.servimg.com/u/f38/16/61/49/25/bg111.jpg');
color: #baa794;
font: 11px tahoma;
margin: 5px 10px 10px 10px;
padding: 0px;
}
.wysiwyg a:link, .wysiwyg_alink
{
color: #baa794;
}
.wysiwyg a:visited, .wysiwyg_avisited
{
color: #baa794;
}
.wysiwyg a:hover, .wysiwyg a:active, .wysiwyg_ahover
{
color: #baa794;
}
textarea, .bginput
{
background: #ffffff;
color: #baa794;
font: 11px tahoma;
border: 1px solid #e8dfd6;
border-left: 4px solid #e8dfd6;
border-right: 4px solid #e8dfd6;
margin: 1px;
}
.bginput option, .bginput optgroup
{
font-size: 11px;
font-family: tahoma;
}
.button
{
background: #EFEFEF url('http://i39.servimg.com/u/f39/13/00/04/44/dxxab310.jpg');
color: #99836e;
font: 11px tahoma;
border: 1px solid #99836e;
border-left: 4px solid #99836e;
border-right: 4px solid #99836e;
margin: 1px;
}
select
{
font: 11px tahoma;
}
option, optgroup
{
font-size: 11px;
font-family: tahoma;
}
.smallfont
{
font: 11px tahoma;
}
.time
{
background: #FFFFFF;
color: #e2935d;
font: 10px tahoma;
}
.navbar
{
color: #5e4a31;
font: 11px tahoma;
}
.highlight
{
color: #80705c;
}
.fjsel
{
background: #dfa44c;
color: #FFFFFF;
}
.fjdpth0
{
background: #f5eee7;
color: #b5a18e;
}
.panel
{
background: #EFEFEF url('http://i38.servimg.com/u/f38/16/61/49/25/bg111.jpg');
color: c7b5a2;
padding: 0px;
border: 0px outset;
}
.panel a:link, .panel_alink
{
color: c7b5a2;
}
.panel a:visited, .panel_avisited
{
color: c7b5a2;
}
.panel a:hover, .panel a:active, .panel_ahover
{
color: #927d68;
text-decoration: bold;
}
.panelsurround
{
background: #EFEFEF url('http://i38.servimg.com/u/f38/16/61/49/25/bg111.jpg');
color: #927d68;
}
legend
{
color: #e6715a;
font: 11px tahoma;
}
.vbmenu_control
{
background: #DEDFD9 url('http://i38.servimg.com/u/f38/16/61/49/25/310.jpg');
color: #a09383;
font: 11px tahoma;
padding: 3px 6px 3px 6px;
white-space: nowrap;
}
.vbmenu_control a:link, .vbmenu_control_alink
{
color: #a09383;
}
.vbmenu_control a:visited, .vbmenu_control_avisited
{
color: #a09383;
}
.vbmenu_control a:hover, .vbmenu_control a:active, .vbmenu_control_ahover
{
color: #776a5b;
}
.vbmenu_popup
{
background: #DEDFD9 url('http://i38.servimg.com/u/f38/16/61/49/25/bg111.jpg');
color: #a09383;
}
.vbmenu_option
{
background: #EFEFEF url('http://i38.servimg.com/u/f38/16/61/49/25/bg111.jpg');
color: #ccc0b3;
font: 11px tahoma;
white-space: nowrap;
cursor: pointer;
}
.vbmenu_option a:link, .vbmenu_option_alink
{
color: #ccc0b3;
text-decoration: none;
}
.vbmenu_option a:visited, .vbmenu_option_avisited
{
color: #ccc0b3;
text-decoration: none;
}
.vbmenu_option a:hover, .vbmenu_option a:active, .vbmenu_option_ahover
{
color: #aa9987;
text-decoration: none;
}
.vbmenu_hilite
{
background: #FFFFFF;
color: #dfa44c;
font: 11px tahoma;
white-space: nowrap;
cursor: pointer;
}
.vbmenu_hilite a:link, .vbmenu_hilite_alink
{
color: #dfa44c;
}
.vbmenu_hilite a:visited, .vbmenu_hilite_avisited
{
color: #dfa44c;
}
.vbmenu_hilite a:hover, .vbmenu_hilite a:active, .vbmenu_hilite_ahover
{
color: #c7882b;
}
.container {width: 100%; margin: 0px auto;}
.s-d_02{
background-image:url('http://i39.servimg.com/u/f39/13/00/04/44/yc9zkt11.jpg');
background-repeat:repeat;
height:243px;
}
.s-d_03{
background-image:url('http://i39.servimg.com/u/f39/13/00/04/44/pnuzmb11.jpg');
height:243px;
width:88px;
background-repeat:no-repeat;
float:right;
position:relative;
}
.s-d_01{
background-image:url('http://i39.servimg.com/u/f39/13/00/04/44/yjgmvx11.jpg');
height:243px;
width:85px;
background-repeat:no-repeat;
float:left;
position:relative;
}
a.a1
{
position:absolute;
right: 147px; top: 28px; width: 20px; height: 22px;
}
a.a2
{
position:absolute;
right: 127px; top: 28px; width: 20px; height: 22px;
}
a.a3
{
position:absolute;
right: 107px; top: 28px; width: 20px; height: 22px;
}
a.a4
{
position:absolute;
right: 87px; top: 28px; width: 20px; height: 22px;
}
a.a0
{
position:absolute;
right: 67px; top: 28px; width: 20px; height: 22px;
}
a.a6
{
position:absolute;
right: 168px; bottom: 79px; width: 42px; height: 16px;
}
a.a7
{
position:absolute;
right: 127px; bottom: 79px; width: 42px; height: 16px;
}
.s-d_011{
background-image:url('http://i39.servimg.com/u/f39/13/00/04/44/bcgc8511.jpg');
height:243px;
width:820px;
background-repeat:no-repeat;
margin:auto;
position:relative;
}
.content-left {padding-left:85px; background-image: url('http://i39.servimg.com/u/f39/13/00/04/44/fltrdq11.jpg');
background-repeat:repeat; background-position: left;
}
.content-right {padding-right:88px; background-image: url('http://i39.servimg.com/u/f39/13/00/04/44/ftbnlp11.jpg');
background-repeat: repeat; background-position: right;
}
.content {width: 100%; margin: 0px auto; background-color:#C2C1BC; background-image:url('http://i39.servimg.com/u/f39/13/00/04/44/ncdnna11.jpg');
background-repeat:repeat;
}
#footer {
background-image: url('http://i39.servimg.com/u/f39/13/00/04/44/bs2dc910.jpg');
height:120px;
width:100%;
background-repeat:repeat-x;
}
#footer_right {
background-image: url('http://i39.servimg.com/u/f39/13/00/04/44/bx3yup10.jpg');
height:120px;
width:88px;
float:right;
background-repeat:no-repeat;
}
#footer_left {
background-image:url('http://i39.servimg.com/u/f39/13/00/04/44/nkxv4310.jpg');
height:120px;
width:85px;
float:left;
background-repeat:no-repeat;
position:relative;
}
#footer .footer_mid{
background-image:url('http://i39.servimg.com/u/f39/13/00/04/44/fvia1i11.jpg');
height:136px;
width:235px;
background-repeat:no-repeat;
margin:auto;
position:relative;
}
a.a5
{
position:absolute;
left: 1px; bottom: 1px; width: 315px; height: 65px;
}
html
{
scrollbar-base-color: #f0ebe1;
scrollbar-highlight-color: #f0ebe1;
scrollbar-shadow-color: #f0ebe1;
scrollbar-3dlight-color: #f0ebe1;
scrollbar-darkshadow-color: #f0ebe1;
scrollbar-arrow-color: #db9d56;
scrollbar-track-color: #5b4d62;
}
.bdr130button {
padding: 1px;
border: none;
}
.rainbow{ behavior: url('massy/rainbow.htc') }
.saleh-info {
font-family: Tahoma;
font-size: 12px;
font-weight: bold;
color: #000000;
background-image: url('');
background-color: #EAEEFB;
background-repeat: no-repeat;
background-position: right 10px;
border: 1px solid #203FAA;
padding: 15px 65px 10px 5px;
display: block;
}
.saleh-caution {
font-family: Tahoma;
font-size: 12px;
font-weight: bold;
color: #000000;
background-image: url('');
background-repeat: no-repeat;
background-color: #FFFFCC;
background-position: right 10px;
border: 1px solid #990000;
padding: 15px 65px 10px 5px;
}
.saleh-warning {
font-family: Tahoma;
font-size: 12px;
font-weight: bold;
color: #000000;
background-image: url('');
background-color: #FFCCCC;
background-repeat: no-repeat;
background-position: right 10px;
border: 1px solid #FF0000;
padding: 15px 65px 10px 5px;
}
.shakeimage{
position:relative
}
P {
FONT: 11px tahoma
}
A:link {
COLOR: #5e4a31; TEXT-DECORATION: none
}
</style>
<link rel="stylesheet" type="text/css" href="clientscript/vbulletin_important.css?v=384" />
<!-- / CSS Stylesheet -->
<script type="text/javascript" src="clientscript/yui/yahoo-dom-event/yahoo-dom-event.js?v=384"></script>
<script type="text/javascript" src="clientscript/yui/connection/connection-min.js?v=384"></script>
<script type="text/javascript">
<!--
var SESSIONURL = "";
var SECURITYTOKEN = "guest";
var IMGDIR_MISC = "ramadan2/misc";
var vb_disable_ajax = parseInt("1", 10);
// -->
</script>
<script type="text/javascript" src="clientscript/vbulletin_global.js?v=384"></script>
<script type="text/javascript" src="clientscript/vbulletin_menu.js?v=384"></script>
</script>
<!-- نهاية الهيدر-->
<title> مجتمع فلسفة مزاج - تويكس
</title>
</head>
<body>
<div class="container">
<div class="s-d_02">
<div class="s-d_03">
</div>
<div class="s-d_01">
</div>
<div class="s-d_011">
<a class="a1" href="http://www.theb3st.com/" title="Tumblr" target="_blank"></a>
<a class="a2" href="http://www.theb3st.com/" title="Twitter" target="_blank"></a>
<a class="a3" href="http://www.theb3st.com/" title="Flickr" target="_blank"></a>
<a class="a4" href="http://www.theb3st.com/" title="Sha3r" target="_blank"></a>
<a class="a0" href="http://www.theb3st.com/" title="BlackBerry" target="_blank"></a>
</div>
</div>
<div class="content-left">
<div class="content-right">
<div class="content">
<!-- content table -->
<!-- open content container -->
<div align="center">
<div class="page" style="width:100%; text-align:right">
<div style="padding:0px 25px 0px 25px" align="right">
<br />
<br />
<!-- breadcrumb, login, pm info -->
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%">
<div class="navbar" style="font-size:11pt"><a href="index.php" accesskey="1"><img class="inlineimg" src="http://2img.net/i/fa/empty.gif" alt="" border="0" /></a>
<a class="nav" href="{U_INDEX}">
<div class="nav"><img src="http://i79.servimg.com/u/f79/16/61/49/25/navbit10.gif" class="inlineimg" alt="" border="0" height="" width="" /> {L_INDEX} </a>{NAV_CAT_DESC}</div>
<font face="tahoma"><span style="font-size: 10pt"<font-weight="blod"><img src="http://i15.servimg.com/u/f15/16/61/49/25/navbit11.gif" height="" width="" /><font size="2"><strong>{PAGE_TITLE}</strong></font></span></font>
</div>
</td>
<td class="alt2" nowrap="nowrap" style="padding:0px">
<!-- BEGIN switch_user_logged_out -->
<form action="/login" method="post" name="form_login">
<script type="text/javascript" src="clientscript/vbulletin_md5.js?v=386"></script>
<table cellpadding="0" cellspacing="3" border="0">
<tr>
<td class="smallfont" style="white-space: nowrap;"><label for="navbar_username">اسم العضو</label></td>
<td><input type="text" class="bginput" style="font-size: 11px" name="username" id="Post" size="10" accesskey="u" tabindex="101" value="اسم العضو" onfocus="if (this.value == 'اسم العضو') this.value = '';" /></td>
<td class="smallfont" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="autologin" value="1" tabindex="103" id="Post" accesskey="c" />حفظ البيانات؟</label></td>
</tr>
<tr>
<td class="smallfont"><label for="navbar_password">كلمة المرور</label></td>
<td><input type="password" class="bginput" style="font-size: 11px" name="password" id="Post"size="10" tabindex="102" /></td>
<td><input type="submit" name="login" class="button" value="تسجيل الدخول" tabindex="104" title="ادخل اسم العضو وكلمة المرور الخاصة بك في الحقول المجاورة لتسجيل الدخول, أو اضغط على رابط 'التسجيل' لإنشاء حساب خاص بك." accesskey="s" /></td>
</tr>
</table>
<input type="hidden" name="s" value="94ca5d1ad1eec92fb211ce73d5b364b5" />
<input type="hidden" name="securitytoken" value="guest" />
<input type="hidden" name="do" value="login" />
<input type="hidden" name="vb_login_md5password" />
<input type="hidden" name="vb_login_md5password_utf" />
</form>
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in -->
<strong>{LOGGED_AS} منور المنتدى بوجودك</strong><br />
<span class="time">{CURRENT_TIME}</span>
<div><span id="notifications">{LAST_VISIT_DATE}</span></div>
<td style="display: none !important;" align="{MENU_POSITION}"{MENU_NOWRAP}>
{GENERATED_NAV_BAR}
<!-- END switch_user_logged_in -->
</td>
</tr>
</table>
<!-- / breadcrumb, login, pm info -->
<!-- nav buttons bar -->
<div class="tborder" style="padding:1px; border-top-width:0px">
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr align="center">
<!-- BEGIN switch_user_logged_out -->
<td class="vbmenu_control"><a href="/register" rel="nofollow"><img src="http://i39.servimg.com/u/f39/13/00/04/44/1310.png" border="0" alt="التسجيل" class="inlineimg" /></a></td>
<td class="vbmenu_control"><a rel="help" href="/faq" accesskey="5"><img src="http://i39.servimg.com/u/f39/13/00/04/44/1111.png" border="0" alt="التعليمات" class="inlineimg" /></a></td>
<td class="vbmenu_control"><a rel="help" href="/memberlist" accesskey="5"><img src="http://i39.servimg.com/u/f39/13/00/04/44/221.png" border="0" alt="الأعضاء" class="inlineimg" /></a></td>
<td class="vbmenu_control"><a id="navbar_search" href="/search" accesskey="4" rel="nofollow"><img src="http://i39.servimg.com/u/f39/13/00/04/44/416.png" border="0" alt="البحث" class="inlineimg" /></a> </td>
<td class="vbmenu_control"><a href="/contact" rel="nofollow"><img src="http://i39.servimg.com/u/f39/13/00/04/44/1411.png" border="0" alt="إتصل بنا" class="inlineimg" /></a></td>
<!-- END switch_user_logged_out -->
<td valign="top" width="100%">
<div id="center">
<br><br>
<!-- BEGIN giefmod_index1 -->
{giefmod_index1.MODVAR}
<!-- BEGIN saut -->
<div style="height:{SPACE_ROW}px"></div>
<!-- END saut -->
<!-- END giefmod_index1 -->
</div>
</td></tr><tr>
<!-- BEGIN switch_user_logged_in -->
<td class="vbmenu_control"><a href="/profile?mode=editprofile"><img src="http://i39.servimg.com/u/f39/13/00/04/44/o10.png" border="0" alt="مكتبي" class="inlineimg" /></a></td>
<td class="vbmenu_control"><a href="/h14-page" accesskey="2"><img src="http://i39.servimg.com/u/f39/13/00/04/44/812.png" border="0" alt="المجموعات" class="inlineimg" /></a></td>
<td class="vbmenu_control"><a href="/h3-page" accesskey="2"><img src="http://i39.servimg.com/u/f39/13/00/04/44/911.png" border="0" alt="الأوسمة" class="inlineimg" /></a></td>
<td class="vbmenu_control"><a href="/search.forum?search_id=egosearch" rel="nofollow" accesskey="9"><img src="http://i39.servimg.com/u/f39/13/00/04/44/513.png" border="0" alt="مشاركاتي" class="inlineimg" /></a><script type="text/javascript"> vbmenu_register("usercptools"); </script></td>
<td class="vbmenu_control"><a href="/privmsg" rel="nofollow" accesskey="9"><img src="http://i39.servimg.com/u/f39/13/00/04/44/612.png" border="0" alt="البريد" class="inlineimg" /></a><script type="text/javascript"> vbmenu_register("usercptools"); </script></td>
<td class="vbmenu_control"><a href="login?logout=true"><img src="http://i39.servimg.com/u/f39/13/00/04/44/1010.png" border="0" alt="خروج" class="inlineimg" /></a></td>
<!-- END switch_user_logged_in -->