/*
	This will handle cookies and global variables.
	Right now, it only sets up the CurrentUser instance to be OldManLink,
	but in future there will be options to change the icon and other cool stuff...

	*** IGN_Core.js must be executed prior to executing this script
	*** IGN_String.js must be executed prior to executing this script
	*** IGN_Number.js must be executed prior to executing this script
	*** IGN_Array.js must be executed prior to executing this script
	*** IGN_UserColors.js must be executed prior to executing this script
	*** IGN_User.js must be executed prior to executing this script

	Author: OldManLink (Peter Hugosson-Miller)
	Creation date: 2004-11-11
	Version: 1.0
*/

var OldManLink = User.fromInfoString('8098	421	OldManLink');
OldManLink.currentLocation = 'Work (kind of busy)';
OldManLink.iconUrl = 'http://media.ign.com/boards/images/icons2/admin_CelderLinkWink.gif';
// OldManLink.iconUrl = 'http://media.ign.com/boards/images/icons2/admin_oldManLink.gif';
// OldManLink.iconUrl = 'http://media.ign.com/boards/images/icons3/admin_christmasLinkWink.gif';
OldManLink.iconId = 20407;
OldManLink.dateRegistered = new Date("January 4, 2004");
OldManLink.collectionSize = 51;
OldManLink.wishlistSize = 7;
OldManLink.signatureText = 'I\'ll give up playing Zelda when they pry the Master Sword from my cold, dead fingers!<br>509 icons uploaded <img src="http://media.ign.com/boardfaces/1.gif" border="0" alt="happy" hspace="0" vspace="0"> <a class=BoardRowBLink href="http://ign.arcanel.se/icons/">http://ign.arcanel.se/icons/</a><br>--<br>Waiting for upload: <a class=BoardRowBLink href="http://mmii.info/?db=OldManLink&up=-1">http://mmii.info/?db=OldManLink&up=-1</a><br>&lt;Wii code 3525-0297-6233-8520&gt; <img src="http://media.ign.com/boardfaces/facetal.gif" border="0" alt="tal" hspace="0" vspace="0"> <img src="http://media.ign.com/boardfaces/15.gif" border="0" alt="worried" hspace="0" vspace="0">'
+' <img src="http://media.ign.com/boardfaces/facetal.gif" border="0" alt="tal" hspace="0" vspace="0"><br><br>Currently browsing from <span style="background-color: white;"><span style="color: red;"><b>' + OldManLink.currentLocation + '</b></span></span> &nbsp; (&lt;== Hit "Reload" to be sure this is current).<br>';
OldManLink.vipColors = new UserColors();

var CurrentUser = OldManLink;

