var uText = "<p>It's been a while since I did anything about this site, but with a three day weekend and a desire to just keep myself occupied for a few more days while dust settles, I thought it best to fix it up.</p><p>It may seem odd that someone like me would go and purchase an apartment, but I have, and it's in Brisbane, which is where I now live. Should anyone of the many people I have come in to close contact with over the last few years wish to visit Brisbane, send me 30th Birthday wishes, need to hide from a crazy former partner, or just want to drop in for a nice glass of vino, email me for the address.";

var uDate = document.lastModified;
var NxUpd = "Next update when life permits";

var LkInt = 7; 			// Number of internal links to pages
var LkExt = 2; 			// Number of external links to other sites

// For internal links
LkName = new Array();	// The Link Name as displayed in Navbar
LkDesc = new Array();	// The Link Description
LkHead = new Array();	// The Link Sub Heading
LkURL = new Array();	// The Link URL
LkPict = new Array();	// The Link Picture/Logo

for (frame = -1; frame < LkInt+1; frame++) {
	LkPict[frame] = new Image();
}

// Link[0] is the default displayed on initial screen load
LkName[0] = "Latest Update";
LkDesc[0] = uText;
LkHead[0] = "Changes as of "+ uDate;
LkURL[0] = "";
LkPict[0].src = "images/logo_greyscale.gif";

LkName[1] = "Travel";
LkDesc[1] = "<p>On October 18th, 2000, I left My parents at Melbourne Airport and hopped the Lauda Boeing 777 to Vienna, before catching a connecting flight to Manchester. Since then I've been to over 40 different countries, all with their unique little flavour.</p><p>Here you will find travel tips, tour info and pictures of various parts of the world and its wildlife from the various journeys I've been on. There's even a travel diary from my very first 30,000 mile RTW trip, Melbourne to Melbourne via a lot of places!</p>";
LkHead[1] = "The highs and lows of a life less ordinary";
LkURL[1] = "travel";
LkPict[1].src = "images/logo_travel.jpg";

LkName[2] = "Snowboarding";
LkDesc[2] = "<p>For many years I spent hundreds of my hard earned on mushy, wet Australian snow. The friends I made there though, especially from Uni, will remain in my memory for years to come. A little while back I got a bit more adventurous and set off to sample some of Europe's finest slopes and some back country via helicopter in Alaska, I think the next 'must do' location will have to be Japan.</p><p>The following pages cover some of the trips and tours from various mountains around the world, as well as general snowboarding info, pictures, and links to other good sites.</p>";
LkHead[2] = "Dodging trees and drinking beer";
LkURL[2] = "snow";
LkPict[2].src = "images/logo_snow.jpg";

LkName[3] = "Cars and Motorsport";
LkDesc[3] = "<p>When I was a younger lad, I had an interest in Prestigous, Powerful and Performance Cars. It's no wonder I'm still a sucker for motorsport and am always willing to part with some local currency for a glimpse of high speed action on the back roads of San Marino, or the perfect blacktop of the magnificent Spa circuit in Belgium. Living in Europe was great as it really wasn't all that difficult to organise a weekend to a WRC event, an F1 round, or the annual 24 Hour at Le Mans.</p><p>Down here your likely to stumble accross a myriad of specs, stats, pics, company tour info and racing links. There is probably a large amount of specific car data out of date, but the general info in the following pages is quite a decent read.</p>";
LkHead[3] = "Get in, Sit down, Shut up and Hang on!";
LkURL[3] = "motor";
LkPict[3].src = "images/logo_motors.jpg";

LkName[4] = "Music";
LkDesc[4] = "<p>Ah yes, my one last hobbie. Music. I'm like a lot of other people in that I like to store as much CD quality music in the smallest possible space. Format Choice? OGG.</p><p>I do not provide downloads, but you may find some interesting links and info under here. A word of warning though. Britney & co. might be drop dead gorgeous, people like that havn't the least idea (IMHO) of what music is really about - Expressing yourself though lyrical art. Most JJJ fans will find what's below to their liking.</p>";
LkHead[4] = "Soothing even the most savage beast";
LkURL[4] = "music";
LkPict[4].src = "images/logo_music.jpg";

LkName[5] = "Beer";
LkDesc[5] = "<p>Just Beer. Need I say more?</p>";
LkHead[5] = "Sampling brews from around the globe";
LkURL[5] = "beer";
LkPict[5].src = "images/logo_beer.jpg";

LkName[6] = "Photos";
LkDesc[6] = "<p>The world captured on film? Well no, not quite, but as good as an attempt as I'm keen to make. For now at least.</p>";
LkHead[6] = "Photos, clips and images from across the globe";
LkURL[6] = "album";
LkPict[6].src = "images/logo_album.jpg";

// This Link must always be last
LkName[7] = "Who is Dan?";
LkDesc[7] = "<p>Well, My name is Daniel Bryar and I was born in Melbourne, Australia. It's the sporting capital of the world and the one place that will forever be remebered as &quot;home&quot;.</p><p>I grew up in the suburbs and did the regular kid things while at school, like joining scouts which I'm ever grateful for as a place to learn non-academic skills. While at university, I got my Pilot's license to add to my collection of licenses, and finished with a Bachelor of Technology in Aviation from Swinburne Uni in 1997. After a lot of travel and work, I went back to Uni in 2005 and completed a Masters in International Studies at the University of Sydney.</p><p>Uni and Scouts are where I met a lot my life long friends, but they are all in Melbourne and Sydney doing things like getting married and having children now, and I've moved up to Brisbane. I wonder if there's something I'm missing?</p>";
LkHead[7] = "So who is this bloke anyway?";
LkURL[7] = "whoami";
LkPict[7].src = "images/logo_me.jpg";

// For external links
ExName = new Array();	// The Link Name as displayed in Navbar
ExDesc = new Array();	// The Link Description with NO ' Charachters. Use '
ExURL = new Array();	// The Link URL

ExName[1] = "My Employer";
ExDesc[1] = "This is who steals me away from life each week.";
ExURL[1] = "www.fujixerox.com.au";

ExName[2] = "Triple J";
ExDesc[2] = "Simply the best Radio Staion in the World, and on the net. Tune in and enjoy.</p><p>Just remember, it's in Australia so the broadcast is in a +10 (+11 in summer) time zone.";
ExURL[2] = "triplej.abc.net.au";


function genIntLink(nm) {
	document.write('<a href="'+LkURL[nm]+'.html" onmouseover="showIntDesc(\''+ nm +'\')" onmouseout="showIntDesc(\'0\')">'+ LkName[nm] +'</a><br>');
}

function genExtLink(nm) {
	document.write('<a href="http://'+ExURL[nm]+'" onmouseover="showExtDesc(\''+ nm +'\')" onmouseout="showIntDesc(\'0\')" target="new">'+ ExName[nm] +'</a><br>');
}

function intLinks() {
	for (lnk = 1; lnk < LkInt+1; lnk++) {
		genIntLink(lnk);	
	}
}

function extLinks() {
	for (lnk = 1; lnk < LkExt+1; lnk++) {
		genExtLink(lnk);	
	}
}

function newsTicker() {
	newsWindow=open('bbcnews.html','OpenWindow','width=335,height=30,scrollbars=no,menubar=no,status=no');
}
