");
$('#maincontent').attr("class",page_class(link));
$('#eEdit').attr('href','rte3.php?edit=1&link=' + link);
$('#eNew').attr('href','rte3.php?edit=0&link=' + link);
$('#eDelete').attr('href','delete_page.php?edit=9&link=' + link);
$('#maincontent').slideDown('slow');
});
$('.rte').click( function(e) {
var link = $(this).attr('href');
document.location.href = link;
});
/* For LOCAL links on site pages */
$('.local').on('click', function(e) {
e.preventDefault(); // stops default behaviour
$('#maincontent').slideUp('slow');
var link = $(this).attr('href');
if(link.substring(0,11)=="main.php?p=") {
link = link.substring(11); // To ensure that only page data (not MAIN surround) is loaded
}
// alert("Link="+link);
$('#maincontent').load("loadpage.php?link=" + link);
$('#maincontentjs').load("");
$('#maincontent').attr("class",page_class(link));
$('#eEdit').attr('href','rte3.php?edit=1&link=' + link);
$('#eNew').attr('href','rte3.php?edit=0&link=' + link);
$('#eDelete').attr('href','delete_page.php?edit=9&link=' + link);
$('#maincontent').slideDown('slow');
});
$('#maincontent').on('click','a[href$=".mp3"]' ,function(e) {
e.preventDefault();
var song = $(this).attr('href');
var n = song.split("/");
song = n[n.length - 1]; // Last element
var songlink = "
";
// alert ('MP3 clicked: '+songlink);
$(this).after(songlink);
});
/* ********************************* */
// make sure action works on loaded content
var topic = 1;
$(document).on('click','#switch', function(e) {
e.preventDefault();
if(topic==1) {
topic = 2;
$('.bLatest').removeClass('bActive');
$('.bRecent').addClass('bActive');
$('.tLatest').css('display','none');
$('.tRecent').css('display','block');
} else {
topic = 1;
$('.bLatest').addClass('bActive');
$('.bRecent').removeClass('bActive');
$('.tLatest').css('display','block');
$('.tRecent').css('display','none');
}
});
/* ********************************* */
});
//-->
NetherRealm Studios legend Ed Boon to meet UK fans at the launch of Injustice: Gods Among Us
To celebrate the launch of Injustice: Gods Among Us on the 19th April in the UK, Warner Bros. Interactive Entertainment today announced that Ed Boon, the co-creator of Mortal Kombat and creative director of NetherRealm Studios, will be meeting fans and signing copies of Injustice: Gods Among Us at GAME's Stratford store.
If you're a fan of fighting games or comic books, Ed will be on hand at GAME's Stratford store (Westfield, Stratford City, London E15 2EN) between the hours of 9:30am and 11:00am on the 19th April. To ensure you don't miss out, plan to arrive early as, due to time constraints, copies of the game will be signed on a first come first served basis.
Injustice: Gods Among Us is an all-new title, in development by award-winning NetherRealm Studios. The title debuts a bold new fighting game franchise that introduces a deep, original story featuring a large cast of favourite DC Comics icons such as Batman, Green Arrow, Cyborg, Harley Quinn, Nightwing, Solomon Grundy, Superman, The Flash, Wonder Woman, Green Lantern and many others. Set in a world where the lines between good and evil are blurred, players will experience heroes and villains engaging in epic battles on a massive scale.
TM & © DC Comics. TM & © Warner Bros. Entertainment Inc.