WELCOME TO MSALAMAR.ORG WEB MASTER & RECOVERY PAGE


SCROLLING BANNER

<DIV align=center><FONT color=#666000>
<MARQUEE loop=15 width="75%" bgColor=#fffff0><STRONG>WELCOME TO MUSLIM STUDENTS ASSOCIATION OF LAMAR UNIVERSITY IN BEAUMONT, TEXAS - SERVING THE GOLDEN TRIANGLE AREA SINCE 1970 EST. </STRONG></MARQUEE></FONT></DIV>



INSTANT MSA ALERTS TEXT MARK

<EMBED name=TM-Flash-Widget pluginspage=http://www.macromedia.com/go/getflashplayer align=middle src=http://flash.textmarks.com/flash/widgets-01/desc-sub-01.swf?v=2.52a-BETA width=200 height=300 type=application/x-shockwave-flash allowScriptAccess="sameDomain" wmode="transparent" bgcolor="#ffffff" quality="high" flashvars="tm=MSALAMAR&amp;Tint1Col=bdbda3&amp;Tint1Pct=100">
<DIV style="FONT-SIZE: 11px; FONT-FAMILY: arial, sans-serif"><A href="http://www.textmarks.com/widget/gallery/"></A></DIV>

 


BRAVENET PASSWORD

<!-- Start Bravenet.com Service Code -->
<DIV align=center>
<SCRIPT src="http://pub11.bravenet.com/passwd/jsinclude.php?usernum=866659192&amp;cpv=2" type=text/javascript></SCRIPT>
</DIV><!-- End Bravenet.com Service Code -->




QURAN FLASH

<IFRAME src="http://www.quranflash.com/en/quranflash-affiliate1.html" width=1000 scrolling=no height=715> </IFRAME>


REGULAR DATE


<SCRIPT language=JavaScript>

<!-- Begin

// Get today's current date.
var now = new Date();

// Array list of days.
var days = new Array('Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday');

// Array list of months.
var months = new Array('January','February','March','April','May','June','July','August','September','October','November','December');

// Calculate the number of the current day in the week.
var date = ((now.getDate()<10) ? "0" : "")+ now.getDate();

// Calculate four digit year.
function fourdigits(number) {
 return (number < 1000) ? number + 1900 : number;
        }

// Join it all together
today =  days[now.getDay()] + ", " +
         months[now.getMonth()] + " " +
         date + ", " +
         (fourdigits(now.getYear())) ;

// Print out the data.
document.write(today);

//  End -->
</SCRIPT>
<!-- Script Size:  1.30 KB -->


ISLAMIC DATE:


<SCRIPT language=JavaScript>

var fixd;

function isGregLeapYear(year)
{
return year%4 == 0 && year%100 != 0 || year%400 == 0;
}


function gregToFixed(year, month, day)
{
var a = Math.floor((year - 1) / 4);
var b = Math.floor((year - 1) / 100);
var c = Math.floor((year - 1) / 400);
var d = Math.floor((367 * month - 362) / 12);

if (month <= 2)
e = 0;
else if (month > 2 && isGregLeapYear(year))
e = -1;
else
e = -2;

return 1 - 1 + 365 * (year - 1) + a - b + c + d + e + day;
}

function Hijri(year, month, day)
{
this.year = year;
this.month = month;
this.day = day;
this.toFixed = hijriToFixed;
this.toString = hijriToString;
}

function hijriToFixed()
{
return this.day + Math.ceil(29.5 * (this.month - 1)) + (this.year - 1) * 354 +
Math.floor((3 + 11 * this.year) / 30) + 227015 - 1;
}

function hijriToString()
{
var months = new Array("Muharram","Safar","Rabi-AlAwwal","Rabi-AlThani","Jumada Al-Ula","Jumada Al-Thani","Rajab","Shaban","Ramadan","Shawwal","Dhul Qadah","Dhul Hijjah");
return this.day + " " + months[this.month - 1]+ " " + this.year;
}

function fixedToHijri(f)
{
var i=new Hijri(1100, 1, 1);
i.year = Math.floor((30 * (f - 227015) + 10646) / 10631);
var i2=new Hijri(i.year, 1, 1);
var m = Math.ceil((f - 29 - i2.toFixed()) / 29.5) + 1;
i.month = Math.min(m, 12);
i2.year = i.year;
i2.month = i.month;
i2.day = 1;
i.day = f - i2.toFixed() + 1;
return i;
}

var tod=new Date();
var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday");
var monthname=new Array("January","February","March","April","May"," June","July","August","September","October","November","December");

var y = tod.getFullYear();
var m = tod.getMonth();
var d = tod.getDate();
var dow = tod.getDay();
document.write(weekday[dow] + " " + d + " " + monthname[m] + " " + y);
m++;
fixd=gregToFixed(y, m, d);
var h=new Hijri(1421, 11, 28);
h = fixedToHijri(fixd);
document.write(" CE | " + h.toString() + " AH   ");

</SCRIPT>