if ((navigator.userAgent.indexOf('iPhone') != -1) || (navigator.userAgent.indexOf('iPod') != -1)|| (navigator.userAgent.indexOf('Driod') != -1)) {  
document.write("<img src='images/headerg.jpg' />");
}else{ 
	document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='974' height='253'><param name='movie' value='http://www.latranslation.com/wp-content/themes/latranslation/header.swf' /><param name='quality' value='high' /><param name='wmode' value='transparent' /><embed src='http://www.latranslation.com/wp-content/themes/latranslation/header.swf' width='974' height='253' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' wmode='transparent'></embed></object>");
}  

