Overview
The jrCore_window_location() javascript function is used in a similar way to a standard
a href="" would be.
It allows the browser window to be redirected to a different URL.
The standard javascript way of doing it would be
window.location=.
The advantage of using the jamroom function instead is that it adds a
CSRF cookie to the link which prevents 'Cross Site Request Forgery' attacks.
Quote: Cross-site request forgery, also known as a one-click attack or session riding and abbreviated as CSRF (sometimes pronounced sea-surf) or XSRF, is a type of malicious exploit of a website whereby unauthorized commands are transmitted from a user that the website trusts.