//* break frames */

setTimeout ("changePage()", 1000);
function changePage()
 {
  if (self.parent.frames.length != 0)
  self.parent.location.href="http://www.real-islam.org";
 }
// end hiding contents /

function invertmenu(elmnt) {
elmnt.style.background="#ccffff"; 
} 

function revertmenu(elmnt) {
elmnt.style.background =""; 
}

function newitem(str)
 {
  endDate = new Date(str);
  if (Date.parse(Date()) < Date.parse(endDate))
  {
   document.write('&nbsp;<img src="img/new.gif" width="33" height="12" border="0" alt="New">');
  }
 }
function upditem(str)
 {
  endDate = new Date(str);
  if (Date.parse(Date()) < Date.parse(endDate))
  {
   document.write('&nbsp;<img src="img/update.gif" width="47" height="10" border="0" alt="Updated">');
  }
 }

