﻿iBox.setPath('http://cdn.NewsImpact.com/ibox/');
iBox.padding = 0;
function add_price_alert(ins)
{
	var url = 'price-alert-add.aspx?ins=' + ins; 
	iBox.default_width = 505;
	iBox.show('<iframe src="' + url + '" width="500px" height="320px" frameborder="0" marginheight="0" marginwidth="0" ></iframe>', '','width=500');
	return false;
}

function add_price_alert2(id, name)
{
	var url = 'price-alert-add2.aspx?qid=' + id + '&ins=' + name; 
	iBox.default_width = 505;
	iBox.show('<iframe src="' + url + '" width="500px" height="320px" frameborder="0" marginheight="0" marginwidth="0" ></iframe>', '','width=500');
	return false;
}
