function linkalert(dsptext,site) { 

	var alertmsg = dsptext;

	var destsite = site;

	alert('We are currently unable to link directly to this product. Please search for \"' + dsptext + '\" at ' + site + '.') ;

	} 

