/* Insight Web Design - Copyright 2008

page redirection

 */
 
function redirectMe(location)
{
    window.location = location
}