Location performs the same function as CFLOCATION tag, but enabled as a function.
Location( url, [encode, statusCode] )
This function instantly redirects the page
<cfscript> location( "http://www.aw20.co.uk/" ); </cfscript>