/**
 * Copyright (c) 2006, Andreas Walm, Walm Network AB
 * All rights reserved.
 *
 * This work was created by Andreas Walm on Walm Network AB in Sweden.
 * Please visit http://www.walm.net
 *
 * Version 1.0.0 - 2007.02.13
 *
 */

//Global namespace for Jarfallaslap application
var Jarfallaslap = {};


function open_link( in_url ){
	location.href=in_url;
}
