var CopyrightNotice = 'Friend request notification for Ahlamontada
phpBB3 and Invision boards. Copyright
️ 2012 by Maly Mzaj & Gatex
Teem. All Rights Reserved. Use and/or modification of this script is
allowed, provided this entire copyright notice remains in the original
or modified script.';
function setupbox() {
var z=document.getElementById('newfriend');
if (z.getElementsByTagName('FIELDSET')[2].childNodes[0].childNodes[1].childNodes[0].tagName!='EM') {
z.innerHTML='<b>اقبل طلبات الصداقة الواردة لديك !</b><br><a
href="/profile?mode=editprofile&page_profil=friendsfoes">أضغط
هنا لأستقبال
الطلبات</a><br><img
alt="http://r20.imgfast.net/users/2015/15/05/13/smiles/172425.gif"
src="http://r20.imgfast.net/users/2015/15/05/13/smiles/172425.gif">';
document.getElementById('ddrequest').style.display='block';
}
else {z.innerHTML='';}
}
$(function() {
x=document.createElement('div');
x.id='ddrequest';
x.style.display='none';
x.innerHTML='<div id="newfriend"></div><a
style="cursor:pointer" class="button2"
onclick="$('#ddrequest').fadeOut()">أغلق النافذة</a>';
document.body.insertBefore(x,document.body.firstChild);
$('#newfriend').load('/profile?mode=editprofile&page_profil=friendsfoes
#main-content fieldset', function() {setupbox();});
});