document.write('
'); document.write(''); document.write(''); document.write(' '); document.write(''); document.write(''); document.write(' '); document.write(''); document.write(''); document.write(' '); document.write(' '); document.write(' '); document.write('

Podcast Profit System

$ 47

Buy now through PayPal!

'); document.write('
'); var dpg = new Array(); dpg['price'] = 47; dpg['second_step'] = 0; dpg['end_price'] = 47; //compute the price setInterval(tick,1000); function tick(){ dpg['price'] += dpg['second_step']; if(dpg['price'] > dpg['end_price']){ dpg['price'] = dpg['end_price']; } var obj = document.getElementById("dprice"); obj.innerHTML = ""+dpg['price']; } function buyThroughPaypal(){ //alert("PAYPAL"); window.location = "http://www.e-biz-portal.com/dynamic/buy.php?processor=paypal&productID=52"; } function buyThrough2CO(){ //alert("2CO"); alert("This product cannot be bought using 2Checkout."); }