/*
 * Copyright 2007 Savarese Software Research Corporation.  All rights reserved.
 */
Wispers.Event.getCSSApplicator(window).addRules({'#CreateAccountButton':function(element){Wispers.Event.addEventListener(element,'click',function(){window.location.assign("https://www.igfip.com/login/create.html");});},'#PlayButton':function(element){Wispers.Event.addEventListener(element,'click',function(){window.location.assign("https://www.igfip.com/login/index.html");});}});