document.write('

General Information
Name  *
Email  *

Terms & Conditions I agree to the terms and conditions* AND I AUTHORIZE IYULE.TV TO CHARGE ME FOR THE AMOUNT OF THIS ITEM. I ALSO UNDERSTAND THAT I MAY CONTACT IYULE.TV ONLINE AT http://www.iyule.tv OR VIA EMAIL AT iyuletv@gmail.com IF I HAVE ANY QUESTIONS REGARDING MY ORDER.
'); ajax_loader_small = new Image(); ajax_loader_small.src = 'https://www.premiumcast.com/images/ajax-loader-small.gif'; var dot_count_9a92d35405db = 0; var dot_interval_9a92d35405db = ''; var show_terms_9a92d35405db = 1; var capture_data_9a92d35405db = 1; // this is 0 if we are just showing buttons var do_validation_9a92d35405db = 1; var current_price_token_9a92d35405db = ''; var secs_elapsed_9a92d35405db = 0; var price_at_checkout_9a92d35405db = 5.00; var starting_price_9a92d35405db = 5.00; var original_price_9a92d35405db = 5.00; var current_price_9a92d35405db = 5.00; var coupon_price_9a92d35405db = 5.00; var increase_per_sec_9a92d35405db = 0; var max_price_9a92d35405db = 5.00; var charged_price_subtotal_9a92d35405db = 5.00; var handling_fee_9a92d35405db = 0.00; var recurring_handling_fee_9a92d35405db = 0.00; var shipping_fee_9a92d35405db = 0; var tax_percent_9a92d35405db = 0; var taxable_price_9a92d35405db = 0; var tax_9a92d35405db = 0; var valid_coupon_9a92d35405db = 0; var recurring_price_at_checkout_9a92d35405db = 0.00; var recurring_original_price_9a92d35405db = 0.00; var recurring_current_price_9a92d35405db = 0.00; var recurring_coupon_price_9a92d35405db = 0.00; var recurring_price_subtotal_9a92d35405db = 0; var recurring_taxable_price_9a92d35405db = 0; var recurring_shipping_fee_9a92d35405db = 0; var recurring_tax_9a92d35405db = 0; var recurring_price_9a92d35405db = 0.00; var add_tax_to_recurring_9a92d35405db = 0; var apply_quantity_to_recurring_9a92d35405db = 0; var u_country_9a92d35405db = ''; var u_state_9a92d35405db = ''; var u_zip_9a92d35405db = ''; var u_quantity_9a92d35405db = 1; var u_recurring_quantity_9a92d35405db = 1; var is_upsell_9a92d35405db = 0; timezone_date_9a92d35405db = new Date(); document.form_9a92d35405db.u_timezone_js_offset.value = timezone_date_9a92d35405db.getTimezoneOffset(); // we want these to show/hide last so that we don't shrink the form prematurely causing a scroll bar for the iframe process_combined_membership_checkboxes_9a92d35405db (document.form_9a92d35405db.u_accepted_membership_1,'1'); process_combined_membership_checkboxes_9a92d35405db (document.form_9a92d35405db.u_accepted_membership_2,'2'); process_combined_membership_checkboxes_9a92d35405db (document.form_9a92d35405db.u_accepted_membership_3,'3'); function auto_increment_price_9a92d35405db() { if (current_price_token_9a92d35405db) { secs_elapsed_9a92d35405db++; clearInterval(current_price_token_9a92d35405db); } var new_price = parseFloat(starting_price_9a92d35405db) + (parseFloat(increase_per_sec_9a92d35405db) * parseFloat(secs_elapsed_9a92d35405db)); if (parseFloat(new_price) < parseFloat(max_price_9a92d35405db)) { current_price_9a92d35405db = new_price; current_price_token_9a92d35405db = setInterval('auto_increment_price_9a92d35405db()',1000); } else { current_price_9a92d35405db = max_price_9a92d35405db; } calculate_price_9a92d35405db(); } function set_variables_9a92d35405db () { // set these fields here in case they are not on the form, and also to make code easier to read // they may not be on the form if type == one_time and we want to show the price and no shipping u_country_9a92d35405db = (document.form_9a92d35405db.u_country) ? document.form_9a92d35405db.u_country.value : ''; u_state_9a92d35405db = (document.form_9a92d35405db.u_state) ? document.form_9a92d35405db.u_state.value : ''; u_zip_9a92d35405db = (document.form_9a92d35405db.u_zip) ? document.form_9a92d35405db.u_zip.value : ''; u_quantity_9a92d35405db = (document.form_9a92d35405db.u_quantity) ? document.form_9a92d35405db.u_quantity.value : 1; u_recurring_quantity_9a92d35405db = (apply_quantity_to_recurring_9a92d35405db) ? u_quantity_9a92d35405db : 1; } function calculate_price_9a92d35405db () { set_variables_9a92d35405db(); // if we have a valid coupon, then override the incremented price. But incrementing should continue in the backgroud if (parseInt(valid_coupon_9a92d35405db) > 0) { current_price_9a92d35405db = coupon_price_9a92d35405db; recurring_current_price_9a92d35405db = recurring_coupon_price_9a92d35405db; } else if (!(parseFloat(increase_per_sec_9a92d35405db) > 0)) { // if we aren't incrementing and you remove the coupon, we need to reset to original pricing current_price_9a92d35405db = original_price_9a92d35405db; recurring_current_price_9a92d35405db = recurring_original_price_9a92d35405db; } price_subtotal_9a92d35405db = parseFloat(current_price_9a92d35405db) * parseFloat(u_quantity_9a92d35405db); recurring_subtotal_9a92d35405db = parseFloat(recurring_current_price_9a92d35405db) * parseFloat(u_recurring_quantity_9a92d35405db); if (get_id('tax_percent_'+u_state_9a92d35405db+'_'+u_country_9a92d35405db+'_9a92d35405db')) { tax_percent_9a92d35405db = get_id('tax_percent_'+u_state_9a92d35405db+'_'+u_country_9a92d35405db+'_9a92d35405db').value; tax_9a92d35405db = parseFloat(price_subtotal_9a92d35405db) * parseFloat(tax_percent_9a92d35405db) / 100; recurring_tax_9a92d35405db = parseFloat(recurring_subtotal_9a92d35405db) * parseFloat(tax_percent_9a92d35405db) / 100; } else { tax_9a92d35405db = 0; recurring_tax_9a92d35405db = 0; } if (get_id('subtotal_at_checkout_9a92d35405db')) // make sure it exists in case it is refreshing itself from iframe get_id('subtotal_at_checkout_9a92d35405db').innerHTML = curr(price_subtotal_9a92d35405db); if (get_id('shipping_at_checkout_9a92d35405db')) // make sure it exists in case it is refreshing itself from iframe get_id('shipping_at_checkout_9a92d35405db').innerHTML = curr(shipping_fee_9a92d35405db); if (get_id('tax_at_checkout_9a92d35405db')) // make sure it exists in case it is refreshing itself from iframe get_id('tax_at_checkout_9a92d35405db').innerHTML = curr(tax_9a92d35405db); price_at_checkout_9a92d35405db = parseFloat(price_subtotal_9a92d35405db) + parseFloat(shipping_fee_9a92d35405db) + parseFloat(curr(tax_9a92d35405db)); price_at_checkout_9a92d35405db = (parseFloat(increase_per_sec_9a92d35405db) > 0 && parseFloat(current_price_9a92d35405db) < parseFloat(max_price_9a92d35405db)) && !parseInt(valid_coupon_9a92d35405db) ? price_at_checkout_9a92d35405db : curr(price_at_checkout_9a92d35405db); // if we are still incrementing per second, don't format the currency if (get_id('price_at_checkout_9a92d35405db')) // make sure it exists in case it is refreshing itself from iframe get_id('price_at_checkout_9a92d35405db').innerHTML = price_at_checkout_9a92d35405db; if (get_id('price_at_checkout_bottom_9a92d35405db')) // make sure it exists get_id('price_at_checkout_bottom_9a92d35405db').innerHTML = price_at_checkout_9a92d35405db; recurring_price_9a92d35405db = (add_tax_to_recurring_9a92d35405db) ? parseFloat(recurring_subtotal_9a92d35405db) + parseFloat(recurring_shipping_fee_9a92d35405db) + parseFloat(curr(recurring_tax_9a92d35405db)) : parseFloat(recurring_subtotal_9a92d35405db) + parseFloat(recurring_shipping_fee_9a92d35405db); if (get_id('recurring_price_9a92d35405db')) // make sure it exists in case it is refreshing itself from iframe get_id('recurring_price_9a92d35405db').innerHTML = curr(recurring_price_9a92d35405db); } function get_kunaki_shipping_9a92d35405db() { set_variables_9a92d35405db(); if (!((u_country_9a92d35405db == 'UNITED STATES' || u_country_9a92d35405db == 'CANADA') && (u_state_9a92d35405db == '' || u_state_9a92d35405db == 'N/A')) && u_zip_9a92d35405db.length >= 4 && u_country_9a92d35405db != '') { document.form_9a92d35405db.req.value = 'kunaki_shipping'; document.form_9a92d35405db.validate_mode.value = '' document.form_9a92d35405db.target = 'utility_9a92d35405db'; document.form_9a92d35405db.submit(); } else { get_id('kunaki_shipping_9a92d35405db').innerHTML = get_id('kunaki_shipping_reset_9a92d35405db').innerHTML; calculate_price_9a92d35405db(); } } function cb_kunaki_shipping_9a92d35405db () { form_validation_status = window.frames["utility_9a92d35405db"].get_id('form_validation_status').innerHTML; if (form_validation_status == '1') { get_id('kunaki_shipping_9a92d35405db').innerHTML = window.frames["utility_9a92d35405db"].get_id('shipping_choices').innerHTML; get_id('error_9a92d35405db').innerHTML = ''; } else { get_id('error_9a92d35405db').innerHTML = window.frames["utility_9a92d35405db"].get_id('error_message').innerHTML; document.location.hash = 'error_anchor_9a92d35405db'; get_id('kunaki_shipping_9a92d35405db').innerHTML = get_id('kunaki_shipping_reset_9a92d35405db').innerHTML; } calculate_price_9a92d35405db(); } function validate_coupon_9a92d35405db() { document.form_9a92d35405db.req.value = 'validate'; document.form_9a92d35405db.validate_mode.value = 'coupon_only'; document.form_9a92d35405db.target = 'utility_9a92d35405db'; document.form_9a92d35405db.submit(); } function cb_validate_coupon_9a92d35405db () { form_validation_status = window.frames["utility_9a92d35405db"].get_id('form_validation_status').innerHTML; valid_coupon_temp_9a92d35405db = window.frames["utility_9a92d35405db"].get_id('valid_coupon').innerHTML; valid_coupon_9a92d35405db = parseInt(valid_coupon_temp_9a92d35405db); if (form_validation_status == '1' && valid_coupon_9a92d35405db == '1') { get_id('coupon_valid_9a92d35405db').innerHTML = 'Valid'; get_id('error_9a92d35405db').innerHTML = ''; if (get_id('coupon_error_9a92d35405db')) get_id('coupon_error_9a92d35405db').innerHTML = ''; } else { get_id('coupon_valid_9a92d35405db').innerHTML = ''; if (get_id('coupon_error_9a92d35405db')) get_id('coupon_error_9a92d35405db').innerHTML = window.frames["utility_9a92d35405db"].get_id('error_message').innerHTML; get_id('error_9a92d35405db').innerHTML = window.frames["utility_9a92d35405db"].get_id('error_message').innerHTML; //document.location.hash = 'error_anchor_9a92d35405db'; } if (get_id('pricing_box_9a92d35405db')) { get_id('pricing_box_9a92d35405db').innerHTML = window.frames["utility_9a92d35405db"].get_id('pricing_box').innerHTML; } coupon_price_9a92d35405db = window.frames["utility_9a92d35405db"].get_id('coupon_price').innerHTML; recurring_coupon_price_9a92d35405db = window.frames["utility_9a92d35405db"].get_id('recurring_coupon_price').innerHTML; calculate_price_9a92d35405db(); } function try_form_submit_9a92d35405db(tag) { document.form_9a92d35405db.mode.value = tag; // if we're capturing data, then we try to validate first. cb_do_form_result will submit form if successful if (capture_data_9a92d35405db && do_validation_9a92d35405db) { document.form_9a92d35405db.target = 'utility_9a92d35405db'; document.form_9a92d35405db.req.value = 'validate'; document.form_9a92d35405db.validate_mode.value = 'full_form'; document.form_9a92d35405db.submit(); } else { // if do_validation_9a92d35405db then we'll validate the terms in php if (!do_validation_9a92d35405db && document.form_9a92d35405db.show_terms && document.form_9a92d35405db.terms.checked == false) { alert('You must agree to the Terms and Conditions before proceeding'); document.form_9a92d35405db.terms.focus(); } else { do_form_submit_9a92d35405db(); } } return false; } function do_phone_task_9a92d35405db(mode) { get_id('verify_phone_outer').style.display = 'none'; get_id('verify_phone_inner').style.display = 'none'; if (mode == 'change_number') { document.form_9a92d35405db.validate_phone_mode.value = 'phone'; document.form_9a92d35405db.u_phone.select(); } else { if (mode == 'submit_pin') { document.form_9a92d35405db.validate_phone_mode.value = 'pin'; } else if (mode == 'text_me') { document.form_9a92d35405db.validate_phone_mode.value = 'txt'; get_id('error_9a92d35405db').innerHTML = ' Processing...'; } else if (mode == 'call_again') { document.form_9a92d35405db.validate_phone_mode.value = 'phone'; } try_form_submit_9a92d35405db('paid'); } } function check_pin_9a92d35405db(the_field) { if (document.all) { // hack for horrible IE8 bug that doesn't show the text in the text box w/o refreshing div! get_id('verify_phone_outer').style.display = 'none'; get_id('verify_phone_inner').style.display = 'none'; get_id('verify_phone_outer').style.display = 'block'; get_id('verify_phone_inner').style.display = 'block'; get_id('phone_pin_9a92d35405db').focus(); } if (the_field.value.length >= 4) { do_phone_task_9a92d35405db('submit_pin'); } } function cb_do_form_result_9a92d35405db () { form_validation_status = window.frames["utility_9a92d35405db"].get_id('form_validation_status').innerHTML; form_validation_task = window.frames["utility_9a92d35405db"].get_id('form_validation_task').innerHTML; if (form_validation_status == '1') { get_id('error_9a92d35405db').innerHTML = ''; document.form_9a92d35405db.req.value = 'form'; do_form_submit_9a92d35405db(); } else { if (form_validation_task == 'validate_phone') { get_id('error_9a92d35405db').innerHTML = ''; activate_verify_phone_9a92d35405db(); } else { get_id('error_9a92d35405db').innerHTML = ' ' + window.frames["utility_9a92d35405db"].get_id('error_message').innerHTML; document.location.hash = 'error_anchor_9a92d35405db'; } } return false; } function activate_verify_phone_9a92d35405db () { get_id('phone_error_9a92d35405db').innerHTML = window.frames["utility_9a92d35405db"].get_id('error_message').innerHTML; if (document.all) { get_id('verify_phone_inner').style.marginLeft = '0px'; } get_id('verify_phone_outer').style.display = 'block'; get_id('verify_phone_inner').style.display = 'block'; scroll(0,0); document.body.style.overflow='hidden'; document.form_9a92d35405db.phone_pin.value = ''; document.form_9a92d35405db.phone_pin.focus(); } function do_form_submit_9a92d35405db () { mode = document.form_9a92d35405db.mode.value; if (mode == 'standard') { get_id('standard_div_9a92d35405db').style.display = 'block'; document.form_9a92d35405db.target = 'standard_9a92d35405db'; document.form_9a92d35405db.submit(); thank_you_for_subscribing_9a92d35405db(mode); } else if (mode == 'zune' || mode == 'itunes') { document.form_9a92d35405db.target = 'itunes_9a92d35405db'; document.form_9a92d35405db.submit(); get_id('loading_'+mode+'_9a92d35405db').innerHTML = ' Loading'; add_dot_9a92d35405db(mode); } else { // IMPORTANT!!! IE and Firefox will treat
as a popup if it is submitted by another window or iframe // this could probably be solved by using ajax instead of iframes, but haven't tried it // for future...if (capture_data_9a92d35405db || no_validation_required_9a92d35405db) if (capture_data_9a92d35405db && do_validation_9a92d35405db) { document.form_9a92d35405db.target = '_top'; } else { // open a new window if we are directly submitting form on thank you page for button subscription document.form_9a92d35405db.target = '_blank'; } document.form_9a92d35405db.submit(); if (is_upsell_9a92d35405db) { get_id('loading_'+mode+'_9a92d35405db').innerHTML = ' Processing'; add_dot_9a92d35405db(mode); } else { get_id('loading_'+mode+'_9a92d35405db').innerHTML = ' Processing'; add_dot_9a92d35405db(mode); //thank_you_for_subscribing_9a92d35405db(mode); } } return false; } function do_cc_form_submit_9a92d35405db () { document.form_9a92d35405db.target = 'utility_9a92d35405db'; document.form_9a92d35405db.req.value = 'place_order'; document.form_9a92d35405db.submit(); return false; } function cb_do_cc_form_submit_9a92d35405db () { form_validation_status = window.frames["utility_9a92d35405db"].get_id('form_validation_status').innerHTML; form_validation_task = window.frames["utility_9a92d35405db"].get_id('form_validation_task').innerHTML; if (form_validation_status == '1') { // we should have already redirected from other script // we redirect in the iframe because I couldn't figure out how to get it to unencode & in the URL here } else { if (form_validation_task == 'validate_phone') { get_id('error_9a92d35405db').innerHTML = ''; activate_verify_phone_9a92d35405db(); } else { get_id('error_9a92d35405db').innerHTML = ' ' + window.frames["utility_9a92d35405db"].get_id('error_message').innerHTML; document.location.hash = 'error_anchor_9a92d35405db'; } } return false; } function populate_cc_fields_9a92d35405db () { if (document.form_9a92d35405db.u_firstname) document.form_9a92d35405db.u_cc_firstname.value = document.form_9a92d35405db.u_firstname.value; if (document.form_9a92d35405db.u_lastname) document.form_9a92d35405db.u_cc_lastname.value = document.form_9a92d35405db.u_lastname.value; if (document.form_9a92d35405db.u_address) document.form_9a92d35405db.u_cc_address.value = document.form_9a92d35405db.u_address.value; if (document.form_9a92d35405db.u_city) document.form_9a92d35405db.u_cc_city.value = document.form_9a92d35405db.u_city.value; if (document.form_9a92d35405db.u_state) document.form_9a92d35405db.u_cc_state.value = document.form_9a92d35405db.u_state.value; if (document.form_9a92d35405db.u_zip) document.form_9a92d35405db.u_cc_zip.value = document.form_9a92d35405db.u_zip.value; if (document.form_9a92d35405db.u_country) document.form_9a92d35405db.u_cc_country.value = document.form_9a92d35405db.u_country.value; if (document.form_9a92d35405db.u_phone) document.form_9a92d35405db.u_cc_phone.value = document.form_9a92d35405db.u_phone.value; } function add_dot_9a92d35405db (mode) { if (dot_interval_9a92d35405db) { clearInterval(dot_interval_9a92d35405db); } if (dot_count_9a92d35405db >= 30) { dot_count_9a92d35405db = 0; thank_you_for_subscribing_9a92d35405db(mode); } else { get_id('loading_'+mode+'_9a92d35405db').innerHTML = get_id('loading_'+mode+'_9a92d35405db').innerHTML + '.'; dot_count_9a92d35405db++; dot_interval_9a92d35405db = setInterval('add_dot_9a92d35405db(\''+mode+'\')',500); } } function thank_you_for_subscribing_9a92d35405db (mode) { get_id('loading_'+mode+'_9a92d35405db').innerHTML = get_id('thank_you_'+mode+'_9a92d35405db').value; blank_out_fields_9a92d35405db (); } function blank_out_fields_9a92d35405db () { if (capture_data_9a92d35405db == '1') { document.form_9a92d35405db.reset(); if (get_id('coupon_error_9a92d35405db')) get_id('coupon_error_9a92d35405db').innerHTML = ''; if (get_id('coupon_valid_9a92d35405db')) get_id('coupon_valid_9a92d35405db').innerHTML = ''; } } function process_combined_membership_checkboxes_9a92d35405db (thefield,num) { if (get_id('secondary_'+num+'_9a92d35405db')) { if (thefield && thefield.checked == false) { if (get_id('u_accepted_membership_upper_'+num+'_9a92d35405db')) get_id('u_accepted_membership_upper_'+num+'_9a92d35405db').checked = false; if (get_id('u_accepted_membership_'+num+'_9a92d35405db')) get_id('u_accepted_membership_'+num+'_9a92d35405db').checked = false; if (get_id('secondary_'+num+'_gray_9a92d35405db')) get_id('secondary_'+num+'_gray_9a92d35405db').style.color = 'gray'; } else { if (get_id('u_accepted_membership_upper_'+num+'_9a92d35405db')) get_id('u_accepted_membership_upper_'+num+'_9a92d35405db').checked = true; if (get_id('u_accepted_membership_'+num+'_9a92d35405db')) get_id('u_accepted_membership_'+num+'_9a92d35405db').checked = true; if (get_id('secondary_'+num+'_gray_9a92d35405db')) get_id('secondary_'+num+'_gray_9a92d35405db').style.color = ''; } } } function get_id(id) { if (document.getElementById) return document.getElementById(id); else return document.all[id]; } function valid_email (email) { var filter = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/; if (filter.test(email)) return true; else return false; } function blank_out_username_and_password (thefield) { if (thefield.value == 'At Least 6 Chars') { thefield.value = ''; //thefield.style.color = ''; } } function curr(amount) { var i = parseFloat(amount); if(isNaN(i)) { i = 0.00; } var minus = ''; if(i < 0) { minus = '-'; } i = Math.abs(i); i = parseInt((i + .005) * 100); i = i / 100; s = new String(i); if(s.indexOf('.') < 0) { s += '.00'; } if(s.indexOf('.') == (s.length - 2)) { s += '0'; } s = minus + s; return s; } // return the value of the radio button that is checked // return an empty string if none are checked, or // there are no radio buttons function getCheckedValue(radioObj) { if(!radioObj) return ""; var radioLength = radioObj.length; if(radioLength == undefined) if(radioObj.checked) return radioObj.value; else return ""; for(var i = 0; i < radioLength; i++) { if(radioObj[i].checked) { return radioObj[i].value; } } return ""; }