﻿iBox.setPath('http://cdn.NewsImpact.com/ibox/');
iBox.padding = 0;
function ShowBox(url){
	iBox.default_width = 555;
	iBox.show('<iframe src="' + url + '" width="550px" height="310px" frameborder="0" marginheight="0" marginwidth="0" ></iframe>', 'Powered by NewsImpact','width=550');
}
function ShowBox2(url){
	iBox.default_width = 555;
	iBox.show('<iframe src="' + url + '" width="550px" height="500px" frameborder="0" marginheight="0" marginwidth="0" ></iframe>', 'NewsImpact (former SpikeCharts)','width=550');
}
function news_alert(region)
{
	ShowBox('http://www.NewsImpact.com/alert.aspx?aff=' + SpikeCharts_ID + '&region=' + region); 
	return false;
}
function price_alert(ins, lvl)
{
	ShowBox('http://www.NewsImpact.com/alert.aspx?aff=' + SpikeCharts_ID + '&ins=' + ins + '&lvl=' + lvl); 
	return false;
}

