<!-- بداية كود اخر مواضيع العضو -->
<script type="text/javascript">
var CopyrightNotice='The last Topics category for forumotion. Copyright
';
$(function () {
$.ajax({
url: "/feed/?f={FORUM_ID}",
success: function (a) {
$(".postbody:first").after('<center><br /> <div align="center" class="postbody"> الموضوع
الأصلي : <a href="topic-t{TOPIC_ID}.htm">{TOPIC_TITLE}
</a> //
المصدر: <a href="/">منتديات الشباب العربي</a>
</div>
<div class="clear"></div>
<div class="clear"></div>
<div class="clear_both"></div>
<div align="center" style" width:60%;background:#eee;border:1px
solid #ddd;padding:4px;margin-right : 30px margin-top:5px; font-size:
13px; font-family: Tahoma;font-weight: bold;"><br />
<div id="cungchuyenmuc" style="font-weight: bold;padding:10px
20px;background:#fff;border:1px solid #ddd;"><div
class="title">اخر مواضيع القسم</div><br
/></div></div></center>');
12 < $(a).find("title").length ? so = 12 : so = $(a).find("title").length;
for (i = 2; i < so; i++) $('<a href="' +
$(a).find("link:eq(" + i + ")").text() + '">' + $(a).find("title:eq("
+ i + ")").text() + "</a><br/>").appendTo("#cungchuyenmuc")
}
})
});
</script>
<!-- نهاية كود اخر مواضيع العضو -->