
/*************************************************
 *
 * Amazing Widgets - Widget Loader 2.0
 * Copyright 2011 Ty the Web Guy (TyTheWebGuy.com)
 *
 * All rights reserved. Unauthorize use or 
 * reproduction is strictly prohibited.
 *
 *************************************************/
  
(function(){
	var pw, ph;
	//ws = 'http://tyndale.amazingwidgets.com/rosenberg/widget.htm';
	var ws = '//tyndale.amazingwidgets.com/rosenberg/v2/widget.htm';
	var ps = amazingWidget.size;

	switch(ps.toLowerCase()){
		case "small":{ pw = 250; ph = 300; break; }
		case "medium":{ pw = 300; ph = 250; break; }
		case "large":{ pw = 400; ph = 300; break; }
		case "full":{ pw = '100%'; ph = '100%'; break; }
		case "custom":{ pw=amazingWidget.width; ph=amazingWidget.height; break; }
		default: { pw = 400; ph = 300; break; }
	}
	document.write('<iframe style="" frameborder="0" height="'+ph+'" width="'+pw+'" src="'+ws+'?size='+ps+'" id="awWidgetContainer" scrollbars="no">Unable to show widget.</iframe>');
})();

