<!-- Begin OPTIONS CODE

// CHANGE ANY OF THESE VARIABLES

// USE lowercase FOR OPTIONS



var flashwidth		= "520"			// WIDTH OF THE FLASH (IN PIXELS)
var flashheight		= "347"			// HEIGHT OF THE FLASH (IN PIXELS)
var flashmode		= "transparent"		// FLASH WMODE | window | opaque | transparent |
var color		= "FFFFFF"		// BACKGROUND COLOR (EDIT IN CSS FILEs)



// MOBILE BROWSER DETECTION IMAGE CHANGER

// YOU DO NOT NEED TO EDIT BELOW THIS LINE

document.write('<div id="flash">');

document.write('<table cellpadding="0" cellspacing="0" border="0" bgcolor="'+color+'" width="'+flashwidth+'" height="'+flashheight+'" class="homeflash"><tr><td align="left" valign="top">');
// MOBILE IPOD IPHONE IPAD DETECTION
if ((navigator.userAgent.indexOf('iPhone') != -1) || (navigator.userAgent.indexOf('iPod') != -1) || (navigator.userAgent.indexOf('iPad') != -1)) 
{ 
document.write('<img src="flash/image1.jpg" width="'+flashwidth+'" height="'+flashheight+'" border="0"><br>');
}
else { 
if 
((navigator.userAgent.indexOf('MSIE') != -1) || 
(navigator.userAgent.indexOf('Firefox') != -1) || 
(navigator.userAgent.indexOf('Chrome') != -1) || 
(navigator.userAgent.indexOf('Safari') != -1) || 
(navigator.userAgent.indexOf('Netscape') != -1) || 
(navigator.userAgent.indexOf('Opera') != -1)) 
{ 
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+flashwidth+'" height="'+flashheight+'" id="imagechanger">');
document.write('<param name="movie" value="imagechanger.swf">');
document.write('<param name="wmode" value="'+flashmode+'">');
document.write('<param name="quality" value="high">');
document.write('<param name="bgcolor" value="#'+color+'">');
document.write('<embed src="imagechanger.swf" quality="high" wmode="'+flashmode+'" bgcolor="#'+color+'" width="'+flashwidth+'" height="'+flashheight+'" name="imagechanger" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object><br>');
}
else {
document.write('<img src="flash/image1.jpg" width="'+flashwidth+'" height="'+flashheight+'" border="0"><br>');
}
}


document.write('</td><td width="220" align="right" valign="top">');

document.write('<center><span class=subtitle1>Omniyat TV is brought to you by</span><br><br><a href="http://www.paramountfinefoods.com" target="_blank"><img src="picts/paramount-small.jpg" width=200>www.paramountfinefoods.com</a><br><br></center>');


new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 4,
  interval: 6000,
  width: 200,
  height: 170,
  theme: {
    shell: {
      background: '#ffffff',
      color: '#ff5900'
    },
    tweets: {
      background: '#fafafa',
      color: '#000000',
      links: '#eb9807'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'default'
  }
}).render().setUser('omniyattv').start();



document.write('</td></tr></table>');
document.write('</div>');


//  End -->
