var newWindow = function( p_item ){ window.open( p_item.href ); return false; }
