WHOIS Service

iofss.net - information about domain

  • Server Status: available
  • Server IP: 74.220.215.236
  • Server Response Time: 344ms

Site title

مرحبا بكم في موقع معهد العلوم الشرعية

Alexa information

Alexa rank: 5,524,293

Rank Trend

Bounce Trend

DNS Information

Host: Class: Type: IP: TTL: Target: Other:
iofss.net IN SOA 86400 mname: ns1.hostmonster.com
rname: dnsadmin.host236.hostmonster.com
serial: 2011122501
refresh: 86400
retry: 7200
expire: 3600000
minimum-ttl: 300
iofss.net IN TXT 14400
iofss.net IN MX 14400 iofss.net
iofss.net IN A 74.220.215.236 14400
iofss.net IN NS 86400 ns2.hostmonster.com
iofss.net IN NS 86400 ns1.hostmonster.com

Server Location

Site source

Show / hide source
                
<!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">
<head><link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>مرحبا بكم في موقع معهد العلوم الشرعية</title>
<meta name="description" content="يحتل المعهد مكانته من خلال الدور الذي يضطلع به، و الهدف الذي يسعى إليه،وقد تضمنت المادة (3) من المرسوم السلطاني رقم 24/86 الأهداف التي يسعى إليها المعهد. ولا ريب أن سعي المعهد في أداء رسالته العلمية ،ونشر الوعي الديني بين الناس يوجه بذلك الأداء العلمي في شتى مجالات الحياة لتكون وفقا لأحكام الشريعة الإسلامية لتتحقق بذلك العبودية المطلقة لله عز وجل فتسعد البشرية وترقى. وفي إطار هذا الهدف العام يمكن إجمال دور المعهد في المحيطين المحلي و العالمي على النحو الآتي: " />
<meta name="keywords" content="IIS, IIS OMAN, Oman, Muscat, Al Kuwair, Institute of Islamic Science, Institute of Oman, Ministry of Oman, Ministry of Awqaf, Relegious Affairs, Islamic Institute, Sharia sciences, Students of Oman, " />
<style type="text/css">
.gallery em { behavior: url(css/iepngfix.htc); cursor: pointer; }
</style>
<script defer type="text/javascript" src="java/pngfix.js"></script>

<link href="style/style1.css" rel="stylesheet" type="text/css" />
<link href="css/ddsmoothmenu.css" rel="stylesheet" type="text/css" />
<link href="css/ddsmoothmenu-v.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="js/jQuery.css" type="text/css" media="screen" charset="utf-8">
<link href="css/screen.css" rel="stylesheet" type="text/css" />
    
<script type="text/javascript" src="java/jquery.min.js"></script>
<script type="text/javascript" src="java/slides.min.jquery2.js"></script>
<script type="text/javascript" src="java/ddsmoothmenu.js"></script>
<script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
<script language="JavaScript" type="text/javascript" src="js/events.js"></script>

<script type="text/javascript">

    ddsmoothmenu.init({
    mainmenuid: "smoothmenu1", //menu DIV id
    orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v"
    classname: 'ddsmoothmenu', //class added to menu's outer DIV
    //customtheme: ["#1c5a80", "#18374a"],
    contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
})

</script>

    
     <script src="js/slides.min.jquery.js"></script>
    <script>
        $(function(){
            // Set starting slide to 1
            var startSlide = 1;
            // Get slide number if it exists
            if (window.location.hash) {
                startSlide = window.location.hash.replace('#','');
            }
            // Initialize Slides
            $('#slides').slides({
                preload: true,
                preloadImage: 'img/loading.gif',
                generatePagination: true,
                play: 5000,
                pause: 2500,
                speed:800,
                hoverPause: true,
                // Get the starting slide
                start: startSlide,
                animationComplete: function(current){
                    // Set the slide number as a hash
                    window.location.hash = '#' + current;
                }
            });
        });
    </script>
        
    
<script type="text/javascript" src="js/easySlider1.5.js"></script>
    <script type="text/javascript">
        $(document).ready(function(){    
            $("#slider-add").easySlider({
                auto: true,
                continuous: true 
            });
        });    
    </script>
    

    
    
<!--************************************************************************************************************************************************
-->



<script type="text/JavaScript" language="JavaScript">

/* Preload images script */
var myimages=new Array()

function preloadimages(){
    for (i=0;i<preloadimages.arguments.length;i++){
        myimages[i]=new Image();
        myimages[i].src=preloadimages.arguments[i];
    }
}


/* The path of images to be preloaded inside parenthesis: (Extend list as desired.) */
preloadimages("images/PrevYrOff30x30.GIF","images/PrevYrOn30x30.GIF","images/PrevMoOff30x30.GIF","images/PrevMoOn30x30.GIF","images/NextYrOff30x30.GIF","images/NextYrOn30x30.GIF","images/NextMoOff30x30.GIF","images/NextMoOn30x30.GIF");


/***************************************************************************************
    JavaScript Calendar - Digital Christian Design
    //Script featured on and available at JavaScript Kit: http://www.javascriptkit.com
    // Functions
        changedate(): Moves to next or previous month or year, or current month depending on the button clicked.
        createCalendar(): Renders the calander into the page with links for each to fill the date form filds above.
            
***************************************************************************************/

var thisDate = 1;                            // Tracks current date being written in calendar
var wordMonth = new Array("January","February","March","April","May","June","July","August","September","October","November","December");
var today = new Date();                            // Date object to store the current date
var todaysDay = today.getDay() + 1;                    // Stores the current day number 1-7
var todaysDate = today.getDate();                    // Stores the current numeric date within the month
var todaysMonth = today.getUTCMonth() + 1;                // Stores the current month 1-12
var todaysYear = today.getFullYear();                    // Stores the current year
var monthNum = todaysMonth;                        // Tracks the current month being displayed
var yearNum = todaysYear;                        // Tracks the current year being displayed
var firstDate = new Date(String(monthNum)+"/1/"+String(yearNum));    // Object Storing the first day of the current month
var firstDay = firstDate.getUTCDay();                    // Tracks the day number 1-7 of the first day of the current month
var lastDate = new Date(String(monthNum+1)+"/0/"+String(yearNum));    // Tracks the last date of the current month
var numbDays = 0;
var calendarString = "";
var eastermonth = 0;
var easterday = 0;


function changedate(buttonpressed) {
    if (buttonpressed == "prevyr") yearNum--;
    else if (buttonpressed == "nextyr") yearNum++;
    else if (buttonpressed == "prevmo") monthNum--;
    else if (buttonpressed == "nextmo") monthNum++;
    else  if (buttonpressed == "return") { 
        monthNum = todaysMonth;
        yearNum = todaysYear;
    }

    if (monthNum == 0) {
        monthNum = 12;
        yearNum--;
    }
    else if (monthNum == 13) {
        monthNum = 1;
        yearNum++
    }

    lastDate = new Date(String(monthNum+1)+"/0/"+String(yearNum));
    numbDays = lastDate.getDate();
    firstDate = new Date(String(monthNum)+"/1/"+String(yearNum));
    firstDay = firstDate.getDay() + 1;
    createCalendar();
    return;
}


/*function easter(year) {
// feed in the year it returns the month and day of Easter using two GLOBAL variables: eastermonth and easterday
var a = year % 19;
var b = Math.floor(year/100);
var c = year % 100;
var d = Math.floor(b/4);
var e = b % 4;
var f = Math.floor((b+8) / 25);
var g = Math.floor((b-f+1) / 3);
var h = (19*a + b - d - g + 15) % 30;
var i = Math.floor(c/4);
var j = c % 4;
var k = (32 + 2*e + 2*i - h - j) % 7;
var m = Math.floor((a + 11*h + 22*k) / 451);
var month = Math.floor((h + k - 7*m + 114) / 31);
var day = ((h + k - 7*m +114) % 31) + 1;
eastermonth = month;
easterday = day;
}*/
function createCalendar() {
    calendarString = '';
    var daycounter = 0;
    calendarString += '<table width="300" border="0" cellpadding="0" cellspacing="0">';
    calendarString += '<tr>';
    calendarString += '<td bgcolor=\"#ffffff\" align=\"center\" valign=\"center\" width=\"30\" height=\"30\"><a   onMouseOver=\"document.PrevYr.src=\'images\/PrevYrOn30x30\.GIF\';\" onMouseOut=\"document.PrevYr.src=\'images\/PrevYrOff30x30\.GIF\';\" onClick=\"changedate(\'prevyr\')\"><img name=\"PrevYr\" src=\"images\/PrevYrOff30x30\.GIF\" width=\"30\" height=\"30\" border=\"0\" alt=\"Prev Yr\"\/><\/a><\/td>';
    calendarString += '<td bgcolor=\"#ffffff\" align=\"center\" valign=\"center\" width=\"30\" height=\"30\"><a  onMouseOver=\"document.PrevMo.src=\'images\/PrevMoOn30x30\.GIF\';\" onMouseOut=\"document.PrevMo.src=\'images\/PrevMoOff30x30\.GIF\';\" onClick=\"changedate(\'prevmo\')\"><img name=\"PrevMo\" src=\"images\/PrevMoOff30x30\.GIF\" width=\"30\" height=\"30\" border=\"0\" alt=\"Prev Mo\"\/><\/a><\/td>';
    calendarString += '<td bgcolor=\"#ffffff\" align=\"center\" valign=\"center\" width=\"128\" height=\"30\" colspan=\"3\"><b>' + wordMonth[monthNum-1] + '&nbsp;&nbsp;' + yearNum + '<\/b><\/td>';
    calendarString += '<td bgcolor=\"#ffffff\" align=\"center\" valign=\"center\" width=\"30\" height=\"30\"><a onMouseOver=\"document.NextMo.src=\'images\/NextMoOn30x30\.GIF\';\" onMouseOut=\"document.NextMo.src=\'images\/NextMoOff30x30\.GIF\';\" onClick=\"changedate(\'nextmo\')\"><img name=\"NextMo\" src=\"images\/NextMoOff30x30\.GIF\" width=\"30\" height=\"30\" border=\"0\" alt=\"Next Mo\"\/><\/a><\/td>';
    calendarString += '<td bgcolor=\"#ffffff\"  align=\"center\" valign=\"center\" width=\"30\" height=\"30\"><a  onMouseOver=\"document.NextYr.src=\'images\/NextYrOn30x30\.GIF\';\" onMouseOut=\"document.NextYr.src=\'images\/NextYrOff30x30\.GIF\';\" onClick=\"changedate(\'nextyr\')\"><img name=\"NextYr\" src=\"images\/NextYrOff30x30\.GIF\" width=\"30\" height=\"30\" border=\"0\" alt=\"Next Yr\"\/><\/a><\/td>';
    calendarString += '<\/tr>';
    calendarString += '<tr>';calendarString += '<td bgcolor=\"#ffffff\" height=\"4\"><\/td>';calendarString += '<\/tr>';
    calendarString += '<tr class=\"dys\">';
    calendarString += '<td bgcolor=\"#afafaf\" font color=\"#ffffff\" align=\"center\" valign=\"center\" width=\"40\" height=\"22\" >Sun<\/td>';
    calendarString += '<td bgcolor=\"#afafaf\" align=\"center\" valign=\"center\" width=\"40\" height=\"22\">Mon<\/td>';
    calendarString += '<td bgcolor=\"#afafaf\" align=\"center\" valign=\"center\" width=\"40\" height=\"22\">Tue<\/td>';
    calendarString += '<td bgcolor=\"#afafaf\" align=\"center\" valign=\"center\" width=\"40\" height=\"22\">Wed<\/td>';
    calendarString += '<td bgcolor=\"#afafaf\" align=\"center\" valign=\"center\" width=\"40\" height=\"22\">Thu<\/td>';
    calendarString += '<td bgcolor=\"#afafaf\" align=\"center\" valign=\"center\" width=\"40\" height=\"22\">Fri<\/td>';
    calendarString += '<td bgcolor=\"#afafaf\" align=\"center\" valign=\"center\" width=\"40\" height=\"22\">Sat<\/td>';
    calendarString += '<\/tr>';
    calendarString += '<tr>';calendarString += '<td bgcolor=\"#ffffff\" height=\"4\"><\/td>';calendarString += '<\/tr>';

    thisDate == 1;

    for (var i = 1; i <= 6; i++) {
        calendarString += '<tr>';
        for (var x = 1; x <= 7; x++) {
            daycounter = (thisDate - firstDay)+1;
            thisDate++;
            if ((daycounter > numbDays) || (daycounter < 1)) {
                calendarString += '<td align=\"center\" bgcolor=\"#ffffff\" height=\"17\" width=\"40\">&nbsp;<\/td>';
            } else {
                if (checkevents(daycounter,monthNum,yearNum,i,x) || ((todaysDay == x) && (todaysDate == daycounter) && (todaysMonth == monthNum))){
                    if ((todaysDay == x) && (todaysDate == daycounter) && (todaysMonth == monthNum)) {
                        calendarString += '<td align=\"center\" bgcolor=\"#87b6c3\" height=\"17\" width=\"40\"><a href=\"javascript:showevents(' + daycounter + ',' + monthNum + ',' + yearNum + ',' + i + ',' + x + ')\" class="evnt">' + daycounter + '<\/a><\/td>';
                    }
                     else    calendarString += '<td align=\"center\" bgcolor=\"#f78503\" height=\"17\" width=\"40\"  ><a href=\"javascript:showevents(' + daycounter + ',' + monthNum + ',' + yearNum + ',' + i + ',' + x + ')\" class="evnt" i>' + daycounter+ '<\/a><\/td>';
                } else {
                    calendarString += '<td align=\"center\" bgcolor=\"#ffffff\" height=\"17\" width=\"40\" class="date">' + daycounter + '<\/td>';
                }
            }
        }
        calendarString += '<\/tr>';
    }

    <!--calendarString += '<tr><td colspan=\"7\" nowrap align=\"center\" valign=\"top\" bgcolor=\"transparent\" width=\"280\" height=\"15\" ><a href=\"javascript:changedate(\'return\')\" class="today">إظهار التاريخ الحالي<\/a><\/td><\/tr>--><\/table>';

    var object=document.getElementById('calendar');
    object.innerHTML= calendarString;
    thisDate = 1;
}

function checkevents(day,month,year,week,dayofweek) {
var numevents = 0;
var floater = 0;

    for (var i = 0; i < events.length; i++) {
        if (events[i][0] == "W") {
            if ((events[i][2] == dayofweek)) numevents++;
        }
        else if (events[i][0] == "Y") {
            if ((events[i][2] == day) && (events[i][1] == month)) numevents++;
        }
        else if (events[i][0] == "F") {
            if ((events[i][1] == 3) && (events[i][2] == 0) && (events[i][3] == 0) ) {
                easter(year);
                if (easterday == day && eastermonth == month) numevents++;
            } else {
                floater = floatingholiday(year,events[i][1],events[i][2],events[i][3]);
                if ((month == 5) && (events[i][1] == 5) && (events[i][2] == 4) && (events[i][3] == 2)) {
                    if ((floater + 7 <= 31) && (day == floater + 7)) {
                        numevents++;
                    } else if ((floater + 7 > 31) && (day == floater)) numevents++;
                } else if ((events[i][1] == month) && (floater == day)) numevents++;
            }
        }
        else if ((events[i][2] == day) && (events[i][1] == month) && (events[i][3] == year)) {
            numevents++;
        }
    }

    if (numevents == 0) {
        return false;
    } else {
        return true;
    }
}


function showevents(day,month,year,week,dayofweek) {
    
    
var theevent = "";
var floater = 0;

    for (var i = 0; i < events.length; i++) {
        // First we'll process recurring events (if any):
        if (events[i][0] != "") {
            if (events[i][0] == "D") {
            }
            if (events[i][0] == "W") {
                if ((events[i][2] == dayofweek)) {
                theevent += "Events of: \n" + day +'/'+ month +'/'+ year + '\n';
                theevent += events[i][6] + '\n';
                theevent += 'Start Time: ' + events[i][4] + '\n';
                theevent += 'Ending Time: ' + events[i][5] + '\n';
                theevent += 'Description: ' + events[i][7] + '\n';
                theevent += '\n -------------- \n\n';
                    
                dhtmlwindow.open('divbox', 'div', 'somediv', ' The Event  ', 'width=300px,height=170px,left=500px,top=400px,resize=1,scrolling=1' ) ;
            document.forms.eventform.eventlist.value = theevent;
                }
            }
            if (events[i][0] == "M") {
            }
            if (events[i][0] == "Y") {
                if ((events[i][2] == day) && (events[i][1] == month)) {
                theevent += "Events of "  + day +'/'+ month +'/'+ year + '\n';
                theevent += events[i][6] +'\n';
                //theevent += 'Start Time: ' + events[i][4] + '\n';
                //theevent += 'Ending Time: ' + events[i][5] + '\n';
                theevent += 'Description: ' + events[i][7] + '\n';
                theevent += '\n -------------- \n\n';
                        <!--document.forms.eventform.eventlist.value = theevent;-->
            dhtmlwindow.open('divbox', 'div', 'somediv', ' The Event  ', 'width=300px,height=170px,left=500px,top=400px,resize=1,scrolling=1' ) ;
            document.forms.eventform.eventlist.value = theevent;
                }
            }
            if (events[i][0] == "F") {
                if ((events[i][1] == 3) && (events[i][2] == 0) && (events[i][3] == 0) ) {
                    if (easterday == day && eastermonth == month) {
                        theevent += "Events of: \n" + month +'/'+ day +'/'+ year + '\n';
                        theevent += events[i][6] + '\n';
                        theevent += 'Start Time: ' + events[i][4] + '\n';
                        theevent += 'Ending Time: ' + events[i][5] + '\n';
                        theevent += 'Description: ' + events[i][7] + '\n';
                        theevent += '\n -------------- \n\n';
                        dhtmlwindow.open('divbox', 'div', 'somediv', ' The Event  ', 'width=300px,height=170px,left=500px,top=400px,resize=1,scrolling=1' ) ;
            document.forms.eventform.eventlist.value = theevent;
                    } 
                } else {
                    floater = floatingholiday(year,events[i][1],events[i][2],events[i][3]);

                    if ((month == 5) && (events[i][1] == 5) && (events[i][2] == 4) && (events[i][3] == 2)) {
                        if ((floater + 7 <= 31) && (day == floater + 7)) {
                            theevent += "Events of: \n" + month +'/'+ day +'/'+ year + '\n';
                            theevent += events[i][6] + '\n';
                            theevent += 'Start Time: ' + events[i][4] + '\n';
                            theevent += 'Ending Time: ' + events[i][5] + '\n';
                            theevent += 'Description: ' + events[i][7] + '\n';
                            theevent += '\n -------------- \n\n';
                            dhtmlwindow.open('divbox', 'div', 'somediv', ' The Event  ', 'width=300px,height=170px,left=500px,top=400px,resize=1,scrolling=1' ) ;
            document.forms.eventform.eventlist.value = theevent;
            
                        } else if ((floater + 7 > 31) && (day == floater)) {
                            theevent += "Events of: \n" + month +'/'+ day +'/'+ year + '\n';
                            theevent += events[i][6] + '\n';
                            theevent += 'Start Time: ' + events[i][4] + '\n';
                            theevent += 'Ending Time: ' + events[i][5] + '\n';
                            theevent += 'Description: ' + events[i][7] + '\n';
                            theevent += '\n -------------- \n\n';
                        dhtmlwindow.open('divbox', 'div', 'somediv', ' The Event  ', 'width=300px,height=170px,left=500px,top=400px,resize=1,scrolling=1' ) ;
            document.forms.eventform.eventlist.value = theevent;
            
                        }
                    } else if ((events[i][1] == month) && (floater == day)) {
                        theevent += "Events of: \n" + month +'/'+ day +'/'+ year + '\n';
                        theevent += events[i][6] + '\n';
                        theevent += 'Start Time: ' + events[i][4] + '\n';
                        theevent += 'Ending Time: ' + events[i][5] + '\n';
                        theevent += 'Description: ' + events[i][7] + '\n';
                        theevent += '\n -------------- \n\n';
                        dhtmlwindow.open('divbox', 'div', 'somediv', ' The Event  ', 'width=300px,height=170px,left=500px,top=400px,resize=1,scrolling=1' ) ;
            document.forms.eventform.eventlist.value = theevent;
                    }
                }
        }
        }
        // Now we'll process any One Time events happening on the matching month, day, year:
        else if ((events[i][2] == day) && (events[i][1] == month) && (events[i][3] == year)) {
            theevent += "Events of: \n" + month +'/'+ day +'/'+ year + '\n';
            theevent += events[i][6] + '\n';
            theevent += 'Start Time: ' + events[i][4] + '\n';
            theevent += 'Ending Time: ' + events[i][5] + '\n';
            theevent += 'Description: ' + events[i][7] + '\n';
            theevent += '\n -------------- \n\n';
            dhtmlwindow.open('divbox', 'div', 'somediv', ' The Event  ', 'width=300px,height=170px,left=500px,top=400px,resize=1,scrolling=1' ) ;
            document.forms.eventform.eventlist.value = theevent;
        }
    }
    if (theevent == "") dhtmlwindow.open('divbox', 'div', 'somediv2', ' The Event  ', 'width=300px,height=170px,left=500px,top=400px,resize=1,scrolling=1' ) ;
    
    
    
    
}

function floatingholiday(targetyr,targetmo,cardinaloccurrence,targetday) {
// Floating holidays/events of the events.js file uses:
//    the Month field for the Month (here it becomes the targetmo field)
//    the Day field as the Cardinal Occurrence  (here it becomes the cardinaloccurrence field)
//        1=1st, 2=2nd, 3=3rd, 4=4th, 5=5th, 6=6th occurrence of the day listed next
//    the Year field as the Day of the week the event/holiday falls on  (here it becomes the targetday field)
//        1=Sunday, 2=Monday, 3=Tuesday, 4=Wednesday, 5=Thurday, 6=Friday, 7=Saturday
//    example: "F",    "1",    "3",    "2", = Floating holiday in January on the 3rd Monday of that month.
//
// In our code below:
//     targetyr is the active year
//     targetmo is the active month (1-12)
//     cardinaloccurrence is the xth occurrence of the targetday (1-6)
//     targetday is the day of the week the floating holiday is on
//        0=Sun; 1=Mon; 2=Tue; 3=Wed; 4=Thu; 5=Fri; 6=Sat
//        Note: subtract 1 from the targetday field if the info comes from the events.js file
//
// Note:
//    If Memorial Day falls on the 22nd, 23rd, or 24th, then we add 7 to the dayofmonth to the result.
//
// Example: targetyr = 2052; targetmo = 5; cardinaloccurrence = 4; targetday = 1
//    This is the same as saying our floating holiday in the year 2052, is during May, on the 4th Monday
//
var firstdate = new Date(String(targetmo)+"/1/"+String(targetyr));    // Object Storing the first day of the current month.
var firstday = firstdate.getUTCDay();    // The first day (0-6) of the target month.
var dayofmonth = 0;    // zero out our calendar day variable.

    targetday = targetday - 1;

    if (targetday >= firstday) {
        cardinaloccurrence--;    // Subtract 1 from cardinal day.
        dayofmonth = (cardinaloccurrence * 7) + ((targetday - firstday)+1);
    } else {
        dayofmonth = (cardinaloccurrence * 7) + ((targetday - firstday)+1);
    }
return dayofmonth;
}

</script>

<script language="JavaScript" src="js/gen_validatorv31.js" type="text/javascript"></script>



<script language=JavaScript> 
function clickIE() {
if (document.all) {
return false;
}




function clickNS(e) {
if (document.layers||(document.getElementById&&!document.all)) { 
if (e.which==2||e.which==3) {
return false;
}
}

if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS;

else{
document.onmouseup=clickNS;
document.oncontextmenu=clickIE;

document.oncontextmenu=new Function("return false") 
</script>

<script language="javascript" type="text/javascript">
<!--
function mypopup(url,type,sam) 
{
    window.open(url,type,sam);
}
// -->
</script>


</head>

<body onload="changedate('return')">


<table width="965" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr valign="top">
    <td dir="rtl" ><a href="index.php"><img src="images/logo.png" width="366" height="160" border="0" style="float:right; margin-right:10px;" /></a>
    <form action="search.html" id="cse-search-box">
        <div id="bnr-link" style="color:#888888; font:bold 11px Arial;">
          <input type="text" name="q" value=" "  style="width:180px; height:16px; float:right; border:solid 1px #e4e4e4; margin:0 0 3px 0; " />
          <input type="hidden" name="cx" value="011974409408712426956:5wq2c-ege2q" />
          <input type="hidden" name="cof" value="FORID:11" />
          <input type="hidden" name="ie" value="UTF-8" />
          <input type="submit" name="sa" value=""  class="search-btn"  />
<!--<a href="#" style="font-size:14px;">عربي </a>&nbsp; |     &nbsp;<a href="english/index.php">English</a>-->
<table width="100" border="0" align="left" cellpadding="0" cellspacing="0">
  <tr>
        <td valign="top" align="left" ><a href="https://mail.iis.edu.om/owa" target="_blank" title="E-mail"><div class="email-icon"></div></a></td>
        <td valign="top"  align="left"><a href="english/index.php" title="Language - ENG"><div class="eng-icon"></div></a></td>
  </tr>
</table></div>    </form></td>
  </tr>
  <tr>
    <td valign="top" style="padding-right:22px;" ><div id="smoothmenu1" class="ddsmoothmenu">
      <ul >
        <li><a href="index.php"  id="current"> &nbsp;&nbsp; الرئيسية &nbsp;&nbsp;</a></li>
        <li ><a href="#">عن المعهد &nbsp;&nbsp; </a>
          <ul>
            <li><a href="about.html">عن المعهد</a></li>
            <li ><a href="org.html">المؤسسة </a></li>
            <li><a href="board.html">مجلس الإدارة</a></li>
            <!--<li><a href="#">Objective & Policy</a></li>
            <li><a href="#">Vision & Mission</a></li>-->
          </ul>
        </li>
        <li><a href="#">البرامج &nbsp;&nbsp;</a>
          <ul>
            <li><a href="academic.html"> البرامج الأكاديمية</a></li>
            <li><a href="bachelor.html">برامج البكالوريوس</a></li>
            <li><a href="diploma.html">برنامج الدبلوم </a></li>
          </ul>
        </li>
        <li><a href="#">خدمات الطالب &nbsp;&nbsp;</a>
          <ul>
            <li><a href="services.html">الخدمات والمرافق</a></li>
            <li><a href="activities.html">الإنشطة الطلابية</a></li>
          </ul>
        </li>
        <li><a href="#" > الوحدات الإدارية والأكاديمية &nbsp;&nbsp;</a>
          <ul>
            <li><a href="admin-affairs.html"> الشؤون الإدارية</a></li>
            <li><a href="edu-affairs.html">الشؤون التعليمية</a></li>
            <li><a href="fin-affairs.html">الشؤون المالية</a></li>
            <li><a href="it.html">تقنية المعلومات</a></li>
            <li><a href="admission.html">القبول والتسجيل</a></li>
            <li><a href="stu-services.html">خدمات الطلاب</a></li>
            <li><a href="library-unit.html">المكتبة</a></li>
          </ul>
        </li>
        <li><a href="#">الخدمات الإلكترونية &nbsp;&nbsp;</a>
          <ul>
           <li><a href="library.html">المكتبة</a></li>
            <li><a href="e-library.html">المكتبة الإلكترونية</a></li>
            <li><a href="registration.html">برنامج القبول والتسجيل</a></li>
            <li><a href="http://iofssonline.net/absents/login.asp" target="_blank">برنامج الغياب للسكن الداخلي</a></li>
          </ul>
        </li>
        <!--   <li><a href="research.html">Research&nbsp;&nbsp;</a></li>-->
 <li><a href="#" >المجلة الإلكترونية &nbsp;&nbsp;</a></li>
        <li ><a href="contact.php" style="border:none;">اتصل بنا &nbsp;&nbsp;</a>
          <!--<ul>
            <li><a href="#">Contact by Mail</a></li>
            <li><a href="#">Telphone Contact</a></li>
             <li><a href="#">Location Map</a></li>
              <li><a href="#">Feedback</a></li>
            </ul>-->
        </li>
      </ul>
    </div></td>
  </tr>
  <tr>
        <td height="280" align="center" valign="bottom" ><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="830" height="230" align="top"  style="margin-top:50px; clear:both; " >
      <param name="movie" value="iis-2.swf" />
      <param name="quality" value="high" />
      <!--<param name="wmode" value="transparent" />
      <param name="swfversion" value="6.0.65.0" />-->
      <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
      <param name="expressinstall" value="Scripts/expressInstall.swf" />
      
      <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
      <!--[if !IE]>-->
      <object data="iis-2.swf" type="application/x-shockwave-flash" width="830" height="230">
        <!--<![endif]-->
        <param name="quality" value="high" />
        <param name="wmode" value="transparent" />
       <!-- <param name="swfversion" value="6.0.65.0" />
        <param name="expressinstall" value="Scripts/expressInstall.swf" />-->
        <param name="SCALE" value="exactfit" />
        <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
        <div>
          <span style="color:#f3f3f3; font:Arial bold 12px;">الرجاء تثبيت برنامج Adobe Flash Player<br />
          Content on this page requires a newer version of Adobe Flash Player.</span>
          <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" align="top" /></a></p>
        </div>
        <!--[if !IE]>-->
      </object>
      <!--<![endif]-->
    </object></td>
  </tr>
</table>

<table width="100%" border="0" cellspacing="0" cellpadding="0" >
  <tr>
    <td valign="top" bgcolor="#ffffff"><table width="965" border="0" align="center" cellpadding="0" cellspacing="0"  >
      <tr>
        <td valign="top" dir="rtl"  style="padding:20px 0 30px 0;"   > 
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="46%" rowspan="2" valign="top"  style="background:url(images/logo-bg3.gif) no-repeat left top; "><!-- style="background:url(images/logo-bg.gif) no-repeat right; "--> <!--<p class="welcome">مرحبا بكم في  <span style="color:#888888;"> موقع المعهد</span></p>-->
        
          <p style="float:right; margin-top:25px; z-index:100; "><img src="images/sultanq.jpg" width="204" height="359" style="float:right; margin-left:25px; " />لقد أولى صاحب الجلالة السلطان قابوس بن سعيد المعظم – حفظه الله و رعاه عناية فائقة بتدريس العلوم الشرعية،حيث كان الدين و الخلق الرفيع ركنين أساسيين في بناء حضارة عمان العصرية ،وقد أكد جلالته على ذلك في خطابه السامي حين قال:" نبني و نعمر ونرفع صرح العمران شامخاً و نشيد لعمان حضارة  عصرية راسخة الأركان على أساس صلب من الدين و الأخلاق والعلم النافع" وعليه فقد أصدر جلالته – حفظه الله – المرسوم السلطاني رقم 24/86 بإنشاء معهد القضاء الشرعي والوعظ والإرشاد، ويتبع وزارة العدل والأوقاف والشؤون الإسلامية آنذاك،ليضطلع بهذه المهمة العظيمة ، في تخريج كفاءات واعية بحقيقة الدين ،وقادرة على استيعاب معطيات الحضارة المعاصرة و مشكلاتها المتجددة،في ظل المحافظة على القيم الوطنية والمثل الأخلاقية استلهاما من مبادئ الإسلام وواقع التراث الحضاري عموماً والعماني على وجه الخصوص. <a href="about.html" class="commonlink">+&nbsp;لمزيد من التفاصيل</a>     </p> <!-- <div style="background:url(images/logo-bg.gif) no-repeat right; width:273px; height:269px; position:absolute; left: 434px; top: 528px;"></div>--></td>
            
            
            
    <td valign="top" dir="ltr">    
    
    
<div id="container2" >    <span style="position:absolute; z-index:3000; font-size:12px; top: 171px; left: 26px;"><a href="news.php#updates" class="readall">قراءة جميع الأخبار</a></span>
    
        <div id="example">
        <img src="img/example-frame.png" width="579" height="235" alt="Example Frame" id="frame"> 
              
                      
            <div id="slides" style="z-index:2000;">
            <a href="#" class="prev"><img src="images/prev.jpg"  alt="Arrow Prev" width="24" height="15"></a>
            <a href="#" class="next"><img src="images/next.jpg" alt="Arrow Next" width="24" height="15"></a>                

                <div class="slides_container">              
                    <div class="slide">                       
                
                        <h1>   &#1608;&#1601;&#1583; &#1571;&#1605;&#1585;&#1610;&#1603;&#1610; &#1610;&#1586;&#1608;&#1585; &#1575;&#1604;&#1605;&#1593;&#1607;&#1583;<br />  <span style="color:#888888; font:normal 10px arial;">March 12 2012 02:59</span></h1>                      
                        <p style="font-size:13px;">&#1575;&#1587;&#1578;&#1602;&#1576;&#1604; &#1601;&#1590;&#1610;&#1604;&#1577; &#1575;&#1604;&#1588;&#1610;&#1582;/ &#1593;&#1610;&#1587;&#1609; &#1576;&#1606; &#1610;&#1608;&#1587;&#1601; &#1575;&#1604;&#1576;&#1608;&#1587;&#1593;&#1610;&#1583;&#1610; &#1608;&#1601;&#1583;&#1575;&#1611; &#1575;&#1605;&#1585;&#1610;&#1603;&#1610;&#1575; &#1576;&#1605;&#1603;&#1578;&#1576;&#1577;&#1548; &#1581;&#1610;&#1579; &#1578;&#1571;&#1578;&#1610; &#1607;&#1584;&#1607; &#1575;&#1604;&#1586;&#1610;&#1575;&#1585;&#1577; &#1604;&#1604;&#1578;&#1593;&#1585;&#1601; &#1593;&#1604;&#1609; &#1575;&#1604;&#1605;&#1593;&#1607;&#1583; &#1608;&#1575;&#1604;&#1575;&#1587;&#1604;&#1575;&#1605; &#1576;&#1588;&#1603;&#1604; &#1593;&#1575;&#1605;&#1548; &#1571;&#1610;&#1590;&#1575; &#1602;&#1575;&#1605;&#1608;&#1575; &#1576;&#1586;&#1610;&#1575;&#1585;&#1577; &#1604;&#1605;&#1603;&#1578;&#1576;&#1577; &#1575;&#1604;&#1605;&#1593;&#1607;&#1583; &#1608;&#1575;&#1604;&#1575;&#1591;&#1604;&#1575;&#1593; &#1593;&#1604;&#1609; &#1576;&#1593;&#1590; &#1575;&#1604;&#1603;&#1578;&#1576; &#1601;&#1610; &#1575;&#1604;&#1605;&#1603;&#1578;&#1576;&#1577;.    </p>
                        <p><a href="news.php?title=46" class="commonlink"> قراءة المزيد من التفاصيل &rsaquo; </a></p>
                              
            <div id="slides" style="z-index:2000;">
            <a href="#" class="prev"><img src="images/prev.jpg"  alt="Arrow Prev" width="24" height="15"></a>
            <a href="#" class="next"><img src="images/next.jpg" alt="Arrow Next" width="24" height="15"></a>                

                <div class="slides_container">              
                    <div class="slide">                       
                
                        <h1>   &#1605;&#1601;&#1578;&#1610; &#1580;&#1605;&#1607;&#1608;&#1585;&#1610;&#1577; &#1603;&#1608;&#1587;&#1608;&#1601;&#1575; &#1610;&#1586;&#1608;&#1585; &#1575;&#1604;&#1605;&#1593;&#1607;&#1583;<br />  <span style="color:#888888; font:normal 10px arial;">March 12 2012 02:57</span></h1>                      
                        <p style="font-size:13px;">&#1575;&#1587;&#1578;&#1602;&#1576;&#1604; &#1601;&#1590;&#1610;&#1604;&#1577; &#1575;&#1604;&#1588;&#1610;&#1582;/ &#1593;&#1610;&#1587;&#1609; &#1576;&#1606; &#1610;&#1608;&#1587;&#1601; &#1575;&#1604;&#1576;&#1608;&#1587;&#1593;&#1610;&#1583;&#1610;&#1548; &#1605;&#1601;&#1578;&#1610; &#1603;&#1608;&#1587;&#1608;&#1601;&#1575; &#1582;&#1604;&#1575;&#1604; &#1586;&#1610;&#1575;&#1585;&#1578;&#1607; &#1604;&#1604;&#1605;&#1593;&#1607;&#1583; &#1581;&#1610;&#1579; &#1602;&#1575;&#1605; &#1601;&#1590;&#1610;&#1604;&#1577; &#1575;&#1604;&#1588;&#1610;&#1582; &#1576;&#1575;&#1604;&#1578;&#1585;&#1581;&#1610;&#1576; &#1576;&#1575;&#1604;&#1590;&#1610;&#1601; &#1608;&#1578;&#1576;&#1575;&#1583;&#1604; &#1575;&#1604;&#1581;&#1583;&#1610;&#1579; &#1605;&#1593;&#1607; &#1581;&#1608;&#1604; &#1575;&#1604;&#1571;&#1605;&#1608;&#1585; &#1575;&#1604;&#1578;&#1610; &#1578;&#1607;&#1605; &#1575;&#1604;&#1580;&#1575;&#1606;&#1576;&#1610;&#1606;&#1548; &#1608;&#1582;&#1604;&#1575;&#1604; &#1575;&#1604;&#1586;&#1610;&#1575;&#1585;&#1577; &#1602;&#1575;&#1605; &#1576;&#1580;&#1608;&#1604;&#1577; &#1583;&#1575;&#1582;&#1604; &#1575;&#1604;&#1605;&#1593;&#1607;&#1583; &#1604;&#1604;&#1578;&#1593;&#1585;&#1601; &#1593;&#1604;&#1609; &#1575;&#1604;&#1605;&#1585;&#1575;&#1601;&#1602; &#1608;&#1575;&#1604;&#1582;&#1583;&#1605;&#1575;&#1578; &#1575;&#1604;&#1605;&#1608;&#1580;&#1608;&#1583;&#1577; &#1576;&#1575;&#1604;&#1605;&#1593;&#1607;&#1583;&#1548; &#1581;&#1610;&#1579; &#1571;&#1593;&#1585;&#1576; &#1575;&#1604;&#1590;&#1610;&#1601; &#1593;&#1606; &#1575;&#1585;&#1578;&#1610;&#1575;&#1581;&#1577; &#1604;&#1581;&#1587;&#1606; &#1575;&#1604;&#1575;&#1587;&#1578;&#1602;&#1576;&#1604; &#1608;&#1575;&#1604;&#1590;&#1610;&#1575;&#1601;&#1577; &#1605;&#1593;&#1585;&#1576;&#1575; &#1593;&#1606; &#1575;&#1593;&#1580;&#1575;&#1576;&#1607; &#1576;&#1605;&#1575; &#1588;&#1575;&#1607;&#1583;&#1577;.    </p>
                        <p><a href="news.php?title=45" class="commonlink"> قراءة المزيد من التفاصيل &rsaquo; </a></p>
                              
            <div id="slides" style="z-index:2000;">
            <a href="#" class="prev"><img src="images/prev.jpg"  alt="Arrow Prev" width="24" height="15"></a>
            <a href="#" class="next"><img src="images/next.jpg" alt="Arrow Next" width="24" height="15"></a>                

                <div class="slides_container">              
                    <div class="slide">                       
                
                        <h1>  &#1575;&#1604;&#1571;&#1593;&#1604;&#1575;&#1606; &#1593;&#1606; &#1606;&#1578;&#1575;&#1574;&#1580; &#1591;&#1604;&#1576;&#1577; &#1608;&#1591;&#1575;&#1604;&#1576;&#1575;&#1578; &#1575;&#1604;&#1583;&#1576;&#1604;&#1608;&#1605; &#1608;&#1575;&#1604;&#1576;&#1603;&#1604;&#1608;&#1585;&#1610;&#1608;&#1587; &#1604;&#1604;&#1601;&#1589;&#1604; &#1575;&#1604;&#1583;&#1585;&#1575;&#1587;&#1610; &#1575;&#1604;&#1582;&#1585;&#1610;&#1601; 1433 &#1607;&#1600;<br />  <span style="color:#888888; font:normal 10px arial;">January 30 2012 03:51</span></h1>                      
                        <p style="font-size:13px;">&#1576;&#1581;&#1605;&#1583; &#1605;&#1606; &#1575;&#1604;&#1604;&#1607; &#1608;&#1578;&#1608;&#1601;&#1610;&#1602;&#1577; &#1578;&#1605; &#1575;&#1604;&#1571;&#1606;&#1578;&#1607;&#1575;&#1569; &#1605;&#1606; &#1571;&#1583;&#1585;&#1575;&#1580; &#1606;&#1578;&#1575;&#1574;&#1580; &#1591;&#1604;&#1576;&#1577; &#1608;&#1591;&#1575;&#1604;&#1576;&#1575;&#1578; &#1575;&#1604;&#1583;&#1576;&#1604;&#1608;&#1605; &#1608;&#1575;&#1604;&#1576;&#1603;&#1604;&#1608;&#1585;&#1610;&#1608;&#1587; &#1604;&#1604;&#1601;&#1589;&#1604; &#1575;&#1604;&#1583;&#1585;&#1575;&#1587;&#1610; &#1575;&#1604;&#1582;&#1585;&#1610;&#1601; 1433 &#1607;&#1600; &#1593;&#1604;&#1609; &#1576;&#1585;&#1606;&#1575;&#1605;&#1580; &#1575;&#1604;&#1602;&#1576;&#1608;&#1604; &#1608;&#1575;&#1604;&#1578;&#1587;&#1580;&#1610;&#1604;    </p>
                        <p><a href="news.php?title=44" class="commonlink"> قراءة المزيد من التفاصيل &rsaquo; </a></p>
                              
            <div id="slides" style="z-index:2000;">
            <a href="#" class="prev"><img src="images/prev.jpg"  alt="Arrow Prev" width="24" height="15"></a>
            <a href="#" class="next"><img src="images/next.jpg" alt="Arrow Next" width="24" height="15"></a>                

                <div class="slides_container">              
                    <div class="slide">                       
                
                        <h1>&#1580;&#1583;&#1608;&#1604; &#1575;&#1605;&#1578;&#1581;&#1575;&#1606; &#1584;&#1608;&#1610; &#1575;&#1604;&#1571;&#1593;&#1584;&#1575;&#1585; (&#1571;&#1606;&#1575;&#1579;) &#1604;&#1604;&#1601;&#1589;&#1604; &#1575;&#1604;&#1571;&#1608;&#1604; &#1604;&#1604;&#1593;&#1575;&#1605; &#1575;&#1604;&#1583;&#1585;&#1575;&#1587;&#1610; ( 32-1433&#1607;&#1600;/ 2011/2012&#1605; )<br />  <span style="color:#888888; font:normal 10px arial;">January 21 2012 16:59</span></h1>                      
                        <p style="font-size:13px;">&#1580;&#1583;&#1608;&#1604; &#1575;&#1605;&#1578;&#1581;&#1575;&#1606; &#1584;&#1608;&#1610; &#1575;&#1604;&#1571;&#1593;&#1584;&#1575;&#1585; (&#1571;&#1606;&#1575;&#1579;) &#1604;&#1604;&#1601;&#1589;&#1604; &#1575;&#1604;&#1571;&#1608;&#1604; &#1604;&#1604;&#1593;&#1575;&#1605; &#1575;&#1604;&#1583;&#1585;&#1575;&#1587;&#1610; ( 32-1433&#1607;&#1600;/ 2011/2012&#1605; )    </p>
                        <p><a href="news.php?title=43" class="commonlink"> قراءة المزيد من التفاصيل &rsaquo; </a></p>
                              
            <div id="slides" style="z-index:2000;">
            <a href="#" class="prev"><img src="images/prev.jpg"  alt="Arrow Prev" width="24" height="15"></a>
            <a href="#" class="next"><img src="images/next.jpg" alt="Arrow Next" width="24" height="15"></a>                

                <div class="slides_container">              
                    <div class="slide">                       
                
                        <h1>&#1580;&#1583;&#1608;&#1604; &#1575;&#1605;&#1578;&#1581;&#1575;&#1606; &#1584;&#1608;&#1610; &#1575;&#1604;&#1571;&#1593;&#1584;&#1575;&#1585; (&#1584;&#1603;&#1608;&#1585;) &#1604;&#1604;&#1601;&#1589;&#1604; &#1575;&#1604;&#1571;&#1608;&#1604; &#1604;&#1604;&#1593;&#1575;&#1605; &#1575;&#1604;&#1583;&#1585;&#1575;&#1587;&#1610; ( 32-1433&#1607;&#1600;/ 2011/2012&#1605; )<br />  <span style="color:#888888; font:normal 10px arial;">January 20 2012 01:53</span></h1>                      
                        <p style="font-size:13px;">&#1580;&#1583;&#1608;&#1604; &#1575;&#1605;&#1578;&#1581;&#1575;&#1606; &#1584;&#1608;&#1610; &#1575;&#1604;&#1571;&#1593;&#1584;&#1575;&#1585; (&#1584;&#1603;&#1608;&#1585;) &#1604;&#1604;&#1601;&#1589;&#1604; &#1575;&#1604;&#1571;&#1608;&#1604; &#1604;&#1604;&#1593;&#1575;&#1605; &#1575;&#1604;&#1583;&#1585;&#1575;&#1587;&#1610; ( 32-1433&#1607;&#1600;/ 2011/2012&#1605; )    </p>
                        <p><a href="news.php?title=42" class="commonlink"> قراءة المزيد من التفاصيل &rsaquo; </a></p>
                              
            <div id="slides" style="z-index:2000;">
            <a href="#" class="prev"><img src="images/prev.jpg"  alt="Arrow Prev" width="24" height="15"></a>
            <a href="#" class="next"><img src="images/next.jpg" alt="Arrow Next" width="24" height="15"></a>                

                <div class="slides_container">              
                    <div class="slide">                       
                
                        <h1>   &#1575;&#1604;&#1578;&#1602;&#1608;&#1610;&#1605; &#1575;&#1604;&#1583;&#1585;&#1575;&#1587;&#1610; &#1604;&#1593;&#1575;&#1605; 32/1433&#1607;&#1600; - 2011/2012&#1605; &#1575;&#1604;&#1601;&#1589;&#1604; &#1575;&#1604;&#1583;&#1585;&#1575;&#1587;&#1610; &#1575;&#1604;&#1579;&#1575;&#1606;&#1610;(&#1604;&#1604;&#1591;&#1604;&#1576;&#1577; &#1608;&#1575;&#1604;&#1591;&#1575;&#1604;&#1576;&#1575;&#1578;)<br />  <span style="color:#888888; font:normal 10px arial;">January 10 2012 09:55</span></h1>                      
                        <p style="font-size:13px;">    </p>
                        <p><a href="news.php?title=40" class="commonlink"> قراءة المزيد من التفاصيل &rsaquo; </a></p>
                                        
                  </div>                                                        
                </div>                
            </div>            
        </div>        
    </div>
    
    
    </td>
  </tr>
  <tr><td align="right" valign="top" dir="ltr" >
<div id="container-add">

        <div id="content">
    
        <div id="slider-add">
            <ul>                
                <li><a href="#"><img src="image/01.jpg" alt="www.iis.edu.om" /></a></li>
                <li><a href="#"><img src="image/02.jpg" alt="www.iis.edu.om" /></a></li>
                <li><a href="#"><img src="image/03.jpg" alt="www.iis.edu.om" /></a></li>
                    
            </ul>
        </div>
            
    

    </div>

</div></td></tr>
</table>

        </td>
        </tr>
        
        <tr>
          <td style="background-color:#f3f3f3; padding:30px; border:solid 1px #e3e3e3; position:relative;"><h4 dir="rtl">&nbsp;الشكاوى <span style="color:#888888;"> والمقترحات</span></h4><table width="302" border="0" cellspacing="0" cellpadding="0" style="margin:0; float:right;" dir="rtl">
  <tr>
    <td><img src="images/cube-top.gif" width="302" height="6" /></td>
  </tr>
  <tr>
    <td height="177" style="background:url(images/cube-middle.gif) repeat-y top left; width:302px;"><table dir="rtl" width="85%" border="0" align="center" cellpadding="0" cellspacing="0"  style=" font-size:11px; text-align:right;">
      <span style="text-align:center;">
                </span>
      <form action="/index.php" method="post" name="suggestion_form" id="suggestion_form">
        <tr>
          <td colspan="2" align="center" valign="top" style="color:#888888; font-size:14px;">نتصل بك قريبا</td>
        </tr>
        <tr>
          <td height="16"  colspan="2" align="center" valign="top" style="color:#FF0000; font:normal 12px Tahoma;"><span id='suggestion_form_errorloc' class='err' ></span>
            </td>
        </tr>
        <tr>
          <td width="30%" height="22">الاسم<font color="#FF0000">*</font> : </td>
          <td width="70%" height="22" align="left"><input name="name" type="text" id="name"  value='' style="width:175px; height:15px; background:#f9f9f9; border:solid 1px #c7c7c7; font:normal 11px Thahoma,arial; color:#343333; padding-left:3px; "/></td>
        </tr>
        <!--  <tr>
                          <td height="25">Phone No<font color="#FF0000">*</font> : </td>
                          <td align="left"><input name="phone" type="text" id="phone" style="width:220px; height:18px; border:solid 1px #aaaaaa; background:#E4E4E4; font:normal 11px Thahoma,arial; color:#343333; padding-left:3px; " onkeypress="return digitonly(this,event)"/></td>
                        </tr>-->
        <tr>
          <td height="22">البريد الإلكتروني<font color="#FF0000">*</font> : </td>
          <td align="left"><input name="email" type="text" id="email" value=''  style="width:175px; height:15px; border:solid 1px #c7c7c7; background:#f9f9f9; font:normal 11px Thahoma,arial; color:#343333; padding-left:3px;"/></td>
        </tr>
        <tr>
          <td height="22">لتعليق<font color="#FF0000">*</font> :</td>
          <td valign="middle"><textarea  name="message" cols="3" rows="2" id="message" style="width:175px; height:27px;  border:solid 1px #c7c7c7; background:#f9f9f9; font:normal 11px Thahoma,arial; color:#343333; padding-left:3px; float:left;"></textarea></td>
        </tr>
        <tr>
          <td height="22" valign="top">ادخل الرمز الصحيح &nbsp;<span style="color:#ff0000;">*:</span></td>
          <td><input id="6_letters_code" name="6_letters_code" type="text"  style="width:70px; height:14px; border:solid 1px #cccccc; background:#f9f9f9; font:normal 11px Thahoma,arial; color:#343333;  float:right; margin:2px 0 0 10px;" />
            <img src="captcha_code_file-sug.php?rand=2114946769" alt="" id='captchaimg' style=" margin:2px 0 0 0; float:right;  " /> <a href='javascript: refreshCaptcha();' >
              <div class="code-btn" style="margin:3px 0; float:left; "></div>
            </a></td>
        </tr>
        <tr>
          <td height="39" colspan="2" align="right" valign="top" style="padding-right:75px;  "><label>
            <p>
              <input type="submit" name="submit"  onclick="login()"  value="أرسل لنا" style="background: url(images/submit.gif); no-repeat; width:65px; height:21px; border:none; color:#888888;"/>
              &nbsp;
              <input name="clear" type="reset"  style="background: url(images/submit.gif); no-repeat; width:65px; height:21px; border:none; color:#888888;"  value="مسح"/>
              </label>
            </p></td>
        </tr>
      </form>
    </table></td>
  </tr>
  <tr>
    <td><img src="images/cube-bottom.gif" width="302" height="5" /></td>
  </tr>
</table>
          
         
          <div id="cube" style="margin-right:15px; position:relative;  padding:10px 1px 1px 1px; "><h4 style="position:absolute; top:-29px; right:6px;"> التقويم</h4><div id="calendar" ></div>
          
          <div style="position:absolute; left:114px; bottom:15px;"><a href="javascript:changedate('return')" class="today">إظهار التاريخ الحالي</a></div>
          
              
            <!--  <div style="position:absolute; left:0; bottom:-95px; z-index:0;"  >
<form id="eventform" name="eventform" action="msa" method="get" >
                    <textarea name="eventlist" cols="5" rows="6"   style="width:300px; border:none; background:#fff; font:normal 11px Thahoma,arial; border:solid 1px #CCC; color:#343333; padding:8px;" ></textarea>
                </form></div>-->
          </div>
          <!--<div id="balloon2" class="balloonstyle" style="width: 350px; background-color: lightyellow">
Award winning JavaScript tutorials and over 400+ free scripts.
</div>-->
         
        <table width="265" border="0" cellspacing="0" cellpadding="0" style="float:left;">
  <tr>
   <td height="50"  valign="top"><a href="http://www.iofssonline.net" target="_blank"><img src="images/admission-icon.gif" width="261" height="39" /></a></td>
   
  </tr>
  <tr>
    <td height="50" valign="top"><a href="http://www.iofss.net/library/index.php" target="_blank"><img src="images/library-icon.gif" width="261" height="39" /></a></td>
  </tr>
  <tr>
  <td height="50" valign="top"><a href="http://iofssonline.net/absents/login.asp" target="_blank"><img src="images/absence-icon.gif" width="261" height="39" /></a></td>
  </tr>
  <tr>
    <td height="50"  valign="top">   <a href="gallery.html"><img src="images/photogallery-icon.gif" width="261" height="39" /></a></td>
  </tr>
</table>
      
          </td></tr>
      <tr>
        <td colspan="2" valign="top" height="30" >
              <div id="somediv" style="display:none; " ><form id="eventform" name="eventform" action="index.php" method="get" >
                    <textarea name="eventlist"  rows="10" cols="8"   style="width: 270px; border:none; background: none; font:normal 11px Arial;  color:#343333; padding:10px; margin:0; " ></textarea>
                </form></div>
                  <div id="somediv2" style="display:none; "><p style="padding:10px; font-size:11px;">No events to show !!</p></div>
        
        <div style="position:relative;"><a href="index.php"><img src="images/home-return.png" width="136" height="26" border="0"  style="position:absolute;  top:17px; right:0;"/></a></div>
        
        </td>
      </tr>
    </table>
    </td>
  </tr>
  <tr>
    <td>
      <table width="965" border="0" align="center" cellpadding="0" cellspacing="0" dir="rtl">
        <tr>
           <td valign="top" id="footer2" style="padding-top:30px; font-size:11px; "><!--<a href="mailcontact.html">الاتصال عن طريق المراسلة   </a>&nbsp;&nbsp; |&nbsp;&nbsp;-->
             <a href="contact.php"> اتصل بنا</a>&nbsp;&nbsp;  |&nbsp;&nbsp; <a href="sitemap.html">خارطة الموقع</a>&nbsp;&nbsp; | &nbsp;&nbsp; <a href="feedback.php">الملاحظات</a>
             <table width="250" border="0" align="right" cellpadding="0" cellspacing="0" style="float:left;">
               <tr>
                 <!--<td width="70%" align="left"><a href="#"><img src="images/blog-icon1.jpg" width="20" height="40" s /></a></td>-->
                 <td width="15%" align="left"><a href="http://www.facebook.com/pages/IIS-OMAN/144128062349963" target="_blank"><img src="images/blog-icon2.jpg" alt="" width="20" height="40" border="0" style="float:left; " /></a> <a href="http://www.youtube.com/iisedu" target="_blank"><img src="images/youtube-icon.gif" alt="" width="48" height="36" border="0"  style="margin-left:10px;" /></a></td>
                 <!--  <td width="15%" align="left"><a href="#"><img src="images/blog-icon3.jpg" alt="" width="20" height="40" /></a></td>-->
               </tr>
             </table>
             <!--<div style="position:relative; float:right;"><img src="images/blog-icon.jpg" width="125" height="40" border="0" usemap="#icon" style="position:absolute; left: -126px; top: -11px;" /></div>-->
             <p>&nbsp;</p></td>
        </tr>   
        
         <tr>
          <td height="50" valign="top" id="footer" style="padding-top:15px; font-size:11px; border-top:dotted 1px #999;"><a href="http://www.iis.edu.om">iis.edu.om </a>. Copyright  @   2011  all rights reserved.   Design and developed by Institute of `shari’a sciences</td>
        </tr>
      
      </table>
    </td>
  </tr>
</table>
<script type="text/javascript">

swfobject.registerObject("FlashID");</script>


<script language="JavaScript">
// Code for validating the form
// Visit http://www.javascript-coder.com/html-form/javascript-form-validation.phtml
// for details
var frmvalidator  = new Validator("suggestion_form");
//remove the following two lines if you like error message box popups
frmvalidator.EnableOnPageErrorDisplaySingleBox();
frmvalidator.EnableMsgsTogether();

frmvalidator.addValidation("name","req"," أدخل الإسم"); 
frmvalidator.addValidation("email","req","أدخل البريد الإلكتروني "); 
frmvalidator.addValidation("message","req","اطبع رسالتك"); 
frmvalidator.addValidation("email","email","أدخل البريد الإلكتروني صالح"); 
</script>
<script language='JavaScript' type='text/javascript'>
function refreshCaptcha()
{
    var img = document.images['captchaimg'];
    img.src = img.src.substring(0,img.src.lastIndexOf("?"))+"?rand="+Math.random()*1000;
}
</script>
<script type="text/javascript" src="windowfiles/dhtmlwindow.js"></script>
<link rel="stylesheet" href="windowfiles/dhtmlwindow.css" type="text/css" />


</body>
</html>
Go to top

About QuoBuzz.com

Our site strives to provide helpful information to our readers.  By offering not only fact-based whois information, but also an informative overview of each website, we seek to give you a broad view of how each site operates.  Every day our writers and researchers work together to find all of the most up-to-date information about each website we feature.  Our goal is to create a space where you will gain the most information for your time, because in our view, our time is spent saving others’ time.  Rather than spending hours scouring the web for the information you seek, you will be able to find it all in one well-organized space, allowing you more time to enjoy browsing the web at your leisure.

Read on

What they say about us!

This site has been a great resource for me. The ease of use, wide variety of information, as well as the great layout are a refreshing change to the standard, bulky sites I have used in the past. Here I am able to find everything I need in one site, without spending hours sifting through little bits of information across the Internet. This has led to improving my own productivity, because I spend far less time searching all over the place for the content I need. I definitely see a strong future for this site and will continue to use it for my needs.

eRic000 - eRic Design

More...