// JavaScript Document


function loadall(noredir) {
	if(!noredir){	
		if (top == self) {
			//newurl = '/iframe_to_drupal.cfm?iframeurl'+ document.URL;
			newurl = 'http://www.tiaonline.org/resources/tia-store?iframeurl=main_page=product_info||a||products_id=22';
			top.location.href=newurl; 
		} 
	}
}
window.onload = loadall(); 
