/* Any JavaScript here will be loaded for all users on every page load. */
/* special treatment of main page
* e.g. used to suppress the title
*/
if ( /^VirtualLabs(\/.+)?$/.test( wgPageName ) && wgAction == "view" ) {
addOnloadHook(function(){
document.body.className+=" mainpage";
})
}