function createPortal()
{

	var desktop = google.gears.factory.create('beta.desktop');
	
	desktop.createShortcut('rec.agencies gotorecruitment',
	                       'http://www.gotorecruitment.co.uk/portal',
	                       {'128x128': 'http://www.gotorecruitment.co.uk/icon128.png',
	                          '48x48': 'http://www.gotorecruitment.co.uk/icon48.png',
	                          '32x32': 'http://www.gotorecruitment.co.uk/icon32.png',
	                          '16x16': 'http://www.gotorecruitment.co.uk/icon16.png'},
	                       'An application at http://www.gotorecruitment.co.uk/portal');
	
}

