


/**
 * OverGT for XboX Live GamerCards
 *
 * @version 1.0
 * @license GNU Lesser General Public License, http://www.gnu.org/copyleft/lesser.html
 * @author (c) Soshen http://nipponart.org
 * @created 2010
 */
function getXboxCard(card)
{
	overlib('<iframe src="'+card+'\" scrolling="no" frameBorder="0" width="200" height="135"></iframe>',WRAP,BELOW,OFFSETX,50,FGBACKGROUND,'./overlib/xboxloading.gif', FGCOLOR,'',BGCOLOR,'',DELAY,0);
}
