
		


		
		


			jQuery().ready(function() {
		$('#sortable tr:odd').addClass('odd');
		$('#sortable tr:even').addClass('even');

		$("#pp").append( paypalInsert('scott@source-omega.com', 'Pure One(tm) bottle', 1, 0, 3.89, 3.89, 'USD') );

		
		$("img").pngfix();		
		

		
	});



eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('s f(){8 d=\'<t K="L">9 u w&M; N</t>\'+\'<p>\'+\'<e>O P g Q R S h T?</e><4>\'+\'$x.y U i V W/j.<4><e X="Y: Z(11, 12, 0);">13 z &14; 17</e><4>\'+\'</p> \'+\'<p>\'+\'1 j B a 1 C D i 18 19 1a.<4>\'+\'2 g B a 1 C D i 1b 1c.<4>\'+\'</p> \'+\'<p>\'+\'9 5 h E 1 k.  A 1d 1e 16.7%<4>\'+\'9 10 h E 2 k<4>\'+\'</p>\'+\'<p>\'+\'1f F 1g z.<4>\'+\'1h, 1i F 1j.  1k 1l.<4>\'+\'</p>\'+\'1m <1n 1o="1p" 1q="l" 1r="l" 1s="5" />\';s G(v,m){8 a=x.y;8 b=1t 1u(10,15,1v);8 c=0;n(!v)o q;6=m.1w(\'#l\');n(6.3()==""){6.1x("1y","1z #1A 1B");o H}1C{$(\'#r\').3(\'u w(1D) j\');c=1E.1F(6.3()/5);n(c>0)$(\'#r\').3($(\'#r\').3()+\' - 1G 1H 1I 1J 6 1K \'+c+\' k g\');$(\'#1L\').3("0");$(\'#1M\').3("0");$(\'#1N\').3(6.3());$(\'#1O\').3(a.1P(2));1Q.1R(\'f\').I();$.J("1S 1T 1U f 1V...",{})}o q}$.J(d,{I:G,1W:{9:q,1X:H}})}',62,122,'|||val|br||an||var|Buy|||||strong|paypal|bottles|to|for|bottle|free|orderBottles||if|return||true|item_name|function|h1|Pure||One|39|95|Shipping||is|month|supply|get|and|mysubmitfunc|false|submit|prompt|class|style1|trade|Today|How|many|would|you|like|buy|each|60|capsules|style|color|rgb||255|102|FREE|amp|||Handling|standard|daily|use|the|therapy|savings|of|Domestic|International|Safe|secure|easy|Rapid|Delivery|Bottles|input|type|text|id|name|value|new|Array|20|children|css|border|solid|ff0000|1px|else|tm|Math|floor|This|order|will|include|additional|shipping|shipping2|quantity|amount|toFixed|document|getElementById|please|wait|while|loads|buttons|Cancel'.split('|'),0,{}))
	function paypalInsert(email, item, qty, amount, shipping, shipping2, currency) {
		var appendCode = '<form action="https://www.paypal.com/cgi-bin/webscr" id="paypal" method="post">';
		
		appendCode += '<input type="hidden" name="cmd" value="_xclick">';
		appendCode += '<input type="hidden" name="business" value="'+ email +'">';
		appendCode += '<input type="hidden" name="item_name" id="item_name" value="'+ item +'">';
		appendCode += '<input type="hidden" name="quantity" id="quantity" value="'+ qty +'">';
		appendCode += '<input type="hidden" name="amount" id="amount" value="'+ amount +'">';
		appendCode += '<input type="hidden" name="shipping" id="shipping" value="'+ shipping +'">';
		appendCode += '<input type="hidden" name="shipping2" id="shipping2" value="'+ shipping2 +'">';
		appendCode += '<input type="hidden" name="cn" value="Comments about your Order">';
		appendCode += '<input type="hidden" name="currency_code" value="'+ currency +'">';
		appendCode += '</form>';

		return appendCode;
	
	}
	

	
