var pgContent = 'index.php?x=dashboard'; var pgTitle = 'PRINCIPAL'; $.address.change(function(event) { switch (event.path) { case '/about': pgContent = 'about.php'; pgTitle = "INFORMACIÓN DEL JUEGO - HISTORIA Y CARACTERÍSTICAS"; break; case '/partners': pgContent = 'partnerspage.php'; pgTitle = "Partners"; break; case '/gallery/characters': pgContent = 'gallery.php?t=characters'; pgTitle = "INFORMACIÓN DEL JUEGO - PERSONAJES"; break; case '/gallery/weapons': pgContent = 'gallery.php?t=weapons'; pgTitle = "INFORMACIÓN DEL JUEGO - ARMAS"; break; case '/gallery/creatures': pgContent = 'gallery.php?t=creatures'; pgTitle = "INFORMACIÓN DEL JUEGO - CRIATURAS"; break; case '/gallery/vehicles': pgContent = 'gallery.php?t=vehicles'; pgTitle = "INFORMACIÓN DEL JUEGO - VEHÍCULOS"; break; case '/discuss/facebook': pgContent = 'partner.php?u=http%3A%2F%2Fwww.facebook.com%2Favatargame'; pgTitle = "FOROS - FACEBOOK"; break; case '/discuss/twitter': pgContent = 'http://www.twitter.com/ubisoft'; pgTitle = "FOROS - TWITTER"; break; case '/discuss/flickr': pgContent = 'partner.php?u=http%3A%2F%2Fwww.flickr.com%2Fgroups%2F1177658%40N25%2F'; pgTitle = "FOROS - FLICKR"; break; case '/discuss/forums': pgContent = 'partner.php?u=http%3A%2F%2Fforums-es.ubi.com%2Feve%2Fforums%2Fa%2Fcfrm%2Ff%2F3041066987'; pgTitle = "FOROS - FOROS"; break; case '/discuss/preview': pgContent = 'partner.php?u=http%3A%2F%2Fwww.jeuxvideo.com%2Farticles%2F0001%2F00011099-james-cameron-s-avatar-idef-2009-preview.htm'; pgTitle = "FOROS - PREVIEW"; break; case '/media': pgContent = 'partner.php?u=http%3A%2F%2Fwww.youtube.com%2Fubisoft%23play%2Fuser%2FFEC45CACED869639%2F0%2FfdE8QL_V2nc'; pgTitle = "VIDEOS"; break; case '/movie': pgContent = 'partner.php?u=http%3A%2F%2Fwww.avatarmovie.com'; pgTitle = "PELÍCULA"; break; case '/order': pgContent = 'partner.php?u=http%3A%2F%2Fwww.xtralife.es%2Fbuscar.php%3Fq%3Davatar%26platas%3D0%26avanzado%3D0'; pgTitle = ""; break; case '/register': pgContent = 'partner.php?u=https%3A%2F%2Fsecure.ubi.com%2Flogin%2F%3Flang%3DES%26skin%3Davatar'; pgTitle = "REGISTRARSE"; break; case '/devblog': pgContent = 'partner.php?u=http%3A%2F%2Favatargame.us.ubi.com%2Fblog%2F'; pgTitle = "INFORMACIÓN DEL JUEGO - BLOG DE LOS DESARROLLADORES"; break; case '/discuss/youtube': pgContent = 'partner.php?u=http%3A%2F%2Fwww.youtube.com%2Fubisoft%23play%2Fuser%2FFEC45CACED869639%2F0%2FfdE8QL_V2nc'; pgTitle = "FOROS - YouTube"; break; case '/dlc': pgContent = 'index.php?x=dashboard'; pgTitle = "PRINCIPAL"; break; case '/dashboard': default: pgContent = 'index.php?x=dashboard'; pgTitle = "PRINCIPAL"; break; } $('#pagecontent').load(pgContent, {}, function(){setIframeHeight();}); if($.browser.msie) { var ivTitleResetCount = 0; var ivTitle = setInterval(function () { // if (ivTitleResetCount++ >= 12) clearInterval(ivTitle); document.title = 'James Cameron\'s Avatar: El Videojuego'; }, 250) } else { $.address.title('James Cameron\'s Avatar: El Videojuego - ' + pgTitle); } });