var ccb_site_url = 'https://creditcardbroker.com/'; var ccb_site_url_u = '//creditcardbroker.com/'; var ccb_safe_site = location.hostname.match(/creditcardbroker/) != null; var viwprt = document.querySelector("meta[name=viewport]"); if (!viwprt) { var metaTag=document.createElement('meta'); metaTag.name = "viewport" metaTag.content = "width=device-width, initial-scale=1.0" document.getElementsByTagName('head')[0].appendChild(metaTag); } // Include JS/CSS file if desired function loadjscssfile(filename, filetype){ var fileref; if (filetype === "js"){ //if filename is an external JavaScript file fileref=document.createElement('script'); //fileref.type = "text/javascript"; fileref.src = filename; } else if (filetype === "css"){ //if filename is an external CSS file var fileref=document.createElement("link"); fileref.rel = "stylesheet"; fileref.type = "text/css"; fileref.href = filename; } if (typeof fileref !== 'undefined') { document.getElementsByTagName("head")[0].appendChild(fileref); } } if(typeof $addjquery !== 'undefined' && $addjquery != 'no') { loadjscssfile(ccb_site_url_u+"includes/jquery/custom-blue2/js/jquery-1.7.2.min.js", "js"); loadjscssfile(ccb_site_url_u+"includes/jquery/custom-blue2/js/jquery-ui-1.8.21.custom.min.js", "js"); loadjscssfile(ccb_site_url_u+"includes/jquery/custom-blue2/css/custom-theme/jquery-ui-1.8.21.custom.css", "css"); } var viewportmeta = document.querySelector('meta[name="viewport"]'); if (viewportmeta) { viewportmeta.setAttribute("content", 'width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0'); } else { var myvpmeta = document.createElement('meta'); myvpmeta.name = 'viewport'; myvpmeta.content = 'width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0'; document.getElementsByTagName('head')[0].appendChild(myvpmeta); } var total_rows_products = 3; var has_product_rows = total_rows_products > 0; function showcreditratingoffersslider($ratingvalue) { jQuery(".productcontainer").css("display","none"); var $selected_creditrating = $ratingvalue; if($selected_creditrating === "all") { jQuery("."+"CreditRatingID-3").css("display","block"); jQuery("."+"CreditRatingID-4").css("display","block"); jQuery("."+"CreditRatingID-5").css("display","block"); jQuery("."+"CreditRatingID-6").css("display","block"); } else { var $class_name_to_show = "CreditRatingID-" + $selected_creditrating; jQuery("."+$class_name_to_show).css("display","block"); } } function jqueryLoaded() { //do stuff if($show_dropdowns === "yes") { jQuery(document).ready(function(){ showdropdownoffers(); } ); } var creditratingsteps = new Array(); var therealvalue = new Array(); var i; for (i=0; i<=10; i=i+.5) { creditratingsteps[i]= "All Credit"; therealvalue[i] = "all"; } for (i=10; i<=20; i=i+.5) { creditratingsteps[i]= "Bad Credit"; therealvalue[i] = 6; } for (i=20; i<=30; i=i+.5) { creditratingsteps[i]= "Fair Credit"; therealvalue[i] = 3; } for (i=30; i<=40; i=i+.5) { creditratingsteps[i]= "Good Credit"; therealvalue[i] = 4; } for (i=40; i<=50; i=i+.5) { creditratingsteps[i]= "Excellent Credit"; therealvalue[i] = 5; } jQuery(function () { // Slider jQuery("#creditratingslider").slider({ animate: true, value: 0, min: 0, max: 50, step: .5, slide: function (event, ui) { jQuery("#creditratingvalue").val(creditratingsteps[ui.value]); var theslidervalue = ui.value; var currentslidervalue = therealvalue[theslidervalue]; jQuery("#creditratingtextvalue-all").css("color", "#CCDDF7"); jQuery("#creditratingtextvalue-3").css("color", "#CCDDF7"); jQuery("#creditratingtextvalue-4").css("color", "#CCDDF7"); jQuery("#creditratingtextvalue-5").css("color", "#CCDDF7"); jQuery("#creditratingtextvalue-6").css("color", "#CCDDF7"); //jQuery("#creditratingtextvalue-"+currentslidervalue).css("color","#FF9B9B"); jQuery("#creditratingtextvalue-" + currentslidervalue).css("color", "#f6931f"); showcreditratingoffersslider(currentslidervalue); } }); jQuery("#creditratingvalue").val(creditratingsteps[jQuery("#creditratingslider").slider("value")]); }); // Tabs jQuery(function () { jQuery(".creditratingtabs").tabs({ select: function (event, ui) { var thetabvalue = ui.index; var currentratingvalue = ""; if (thetabvalue == "0") { currentratingvalue = "all"; } if (thetabvalue == "1") { currentratingvalue = 6; } if (thetabvalue == "2") { currentratingvalue = 3; } if (thetabvalue == "3") { currentratingvalue = 4; } if (thetabvalue == "4") { currentratingvalue = 5; } showcreditratingoffersslider(currentratingvalue); } }); }); } // End of do stuff function checkJquery() { if (window.jQuery && jQuery.ui) { jqueryLoaded(); } else { window.setTimeout(checkJquery, 100); } } checkJquery(); if(!$count) { var $count = 0; } var $DisplayCardOfferDetails = new Array(); var $feed_html = ''; var $category_dropdown_options = new Array(); var $bank_dropdown_options = new Array(); var $credit_ratings_dropdown_options = new Array(); var $category_dropdown_html = ""; var $bank_dropdown_html = ""; var $credit_rating_dropdown_html = ""; var $slider_html = ""; var $tabs_html = ""; $count = $count + 1; $feed_html += '
'; $feed_html += '
'; $feed_html += 'First Access Card (Unsecured Card)'; $feed_html += '
'; $feed_html += '
'; $feed_html += '

'; $feed_html += 'APPLY NOW!
'; $feed_html += '
CREDIT NEEDED
'; $feed_html += 'Bad Credit
'; $feed_html += '
'; $feed_html += '
  • Get the security and convenience of a full-feature, unsecured VISA® Credit Card – accepted at millions of merchant and ATM locations nationwide and online
  • Reporting monthly to all three major credit reporting agencies
  • Perfect credit not required for approval; we may approve you when others won’t
  • Easy and secure online application; Checking account required
  • $300 Credit Line (subject to available credit)
  • Receive your card more quickly with optional Expedited Processing (additional fee applies)
  • Get a result in as little as 60 seconds upon completion of the online application
  • Online Customer Center available 24 x 7
  • Issued by The Bank of Missouri, Member:  FDIC
  • This program is not currently available in New York or Wisconsin.
'; $DisplayCardOfferDetails[$count] = "no"; $feed_html += '
'; $feed_html += '
'; $feed_html += ''; $count = $count + 1; $feed_html += '
'; $feed_html += '
'; $feed_html += 'Surge Mastercard® Unsecured Card '; $feed_html += '
'; $feed_html += '
'; $feed_html += '

'; $feed_html += 'APPLY NOW!
'; $feed_html += '
CREDIT NEEDED
'; $feed_html += 'Bad Credit
'; $feed_html += '
'; $feed_html += '
Up to $1,000 credit limit doubles up to $2,000! (Simply make your first 6 monthly minimum payments on time)
  • All credit types welcome to apply!
  • Fast and easy application process; results in seconds
  • See if you’re Pre-Qualified without impacting your credit score
  • Initial Credit Limit of $300 – $1,000* (subject to available credit)
  • Monthly reporting to the three major credit bureaus
  • Use your card at locations everywhere that Mastercard® is accepted
  • Free online account access 24/7
  • Mastercard Zero Liability Protection (subject to Mastercard Guidelines)
  • *See all terms in conditions on website.

This offer is NOT available in the following states: MA, CO, WV, IL

Some Requirements (Not limited to)

  • You need to have an existing checking account
  • note:  Having the above does not auto approve you.  The bank will still look at other factors when making a decision.

Is there a credit check when I apply?

The pre-qual process is a soft pull (page 1 when consumer submits an app).
If the pre-qual offer is accepted and the applicant submits a full application (page 2), that is a hard pull.
 

How long does it take to make a decision about my application?

In most cases, we will provide an instant decision. However, in some cases we need to collect additional information to make a decision on your Surge credit card application which could take up to 30 days.
 
About Continental Finance:
 
Continental Finance, one of America's leading marketers and servicers of credit cards for consumers with less-than perfect credit, is proudly rated A+ by the Better Business Bureau.
 
Continental Finance Company is proud of our customer feedback. With more than 2.6 million credit cards managed since our founding, CFC prides itself on putting the customer first. We specialize in providing credit cards that help our customers build or establish credit with dignity and respect. If you have less than perfect credit, a CFC brand card can help you re-establish your credit history!
 
Who is Celtic Bank?
 
Founded in 2001, Celtic Bank is a leading nationwide small business lender and residential construction lender. Headquartered in Salt Lake City, Utah, Celtic Bank is a privately owned industrial bank chartered by the State of Utah. Celtic Bank is an SBA Preferred Lender and was named the 8th largest SBA lender in the nation for FY 2014.
 
 
 
 
'; $DisplayCardOfferDetails[$count] = "no"; $feed_html += '
'; $feed_html += '
'; $feed_html += ''; $count = $count + 1; $feed_html += '
'; $feed_html += '
'; $feed_html += 'Fit Mastercard Credit Card '; $feed_html += '
'; $feed_html += '
'; $feed_html += '

'; $feed_html += 'APPLY NOW!
'; $feed_html += '
CREDIT NEEDED
'; $feed_html += 'Fair Credit
Bad Credit
'; $feed_html += '
'; $feed_html += '
Who Should Apply?
  • All credit types welcome to apply
  • Ideal for consumers with lower credit scores that are looking to improve/build their credit
  • Ideal Vantage 3.0 Score Range of 520 to 600
  • Checking Account Required

About The Offer:

  • Fast and easy application process; results in seconds
  • $400 credit limit doubles to $800! (Simply make your first 6 monthly minimum payments on time)
  • Potential Credit Limit Increase after just 6 months
  • Monthly reporting to the three major credit bureaus
  • Free access to your Vantage 3.0 score from Experian* (When you sign up for e-statements)
  • Use your card at locations everywhere Mastercard® is accepted
  • Mastercard Zero Liability Protection (subject to Mastercard Guidelines)
  • Upfront processing fee applys
  • See all terms and conditions

This offer is NOT available in the following states: MA, CO, WV, IL

'; $DisplayCardOfferDetails[$count] = "no"; $feed_html += '
'; $feed_html += '
'; $feed_html += ''; //$slider_html +='

'; $category_dropdown_html += ''; //$slider_html +='

'; $bank_dropdown_html += ''; $slider_html +='
Search By Your Credit Rating
All Credit
Bad Credit
Fair Credit
Good Credit
Excellent Credit
'; $slider_html +='
'; $tabs_html +='
'; $tabs_html +=''; $tabs_html +='
'; $credit_rating_dropdown_html += ''; var $usegraphics; var $usegraphics_is_true = ($usegraphics === "true" || $usegraphics === true); var $numeric_boxwidth_min = '550'; var $product_box_width_min = $numeric_boxwidth_min+'px'; var $product_box_width = $product_box_width_min; var $numeric_boxwidth = new Number($numeric_boxwidth_min); var $ccbcontainer_width = $numeric_boxwidth+'px'; var $promo_margins = ''; var $product_heading_width; var $product_table_padding; var $ccb_tabs_padding; var $most_popular_image_width; var $transparent_background_is_true = (typeof $transparent_background !== 'undefined' && $transparent_background === 'yes'); if($usegraphics_is_true) { $product_box_width = "737px"; $numeric_boxwidth = new Number(737); } if(typeof $boxwidth !== 'undefined' && !isNaN($boxwidth)) { $product_box_width = $boxwidth+"px"; $numeric_boxwidth = new Number($boxwidth); } if($usegraphics_is_true) { $product_table_padding = '0px'; $ccb_tabs_padding = '0px'; } else { $product_table_padding = '3px'; $ccb_tabs_padding = '6px'; } $product_heading_width = '100%'; $most_popular_image_width = $product_heading_width; var $product_bottom_cell_width = Math.round($numeric_boxwidth / 6) - 10; $product_image_numeric_width = 130; $product_image_width = $product_image_numeric_width+'px'; $product_description_numeric_width = $numeric_boxwidth - $product_image_numeric_width - 20; $product_description_width = $product_description_numeric_width+'px'; $product_description_min_width = ($product_description_numeric_width + 1)+'px'; $product_description_numeric_mobile_width = Math.round($product_description_numeric_width - 9); $product_description_mobile_width = $product_description_numeric_mobile_width+'px!important'; $product_mobile_numberic_width = ($numeric_boxwidth - $product_description_numeric_mobile_width); $product_heading_mobile_width = (($numeric_boxwidth - $product_description_numeric_mobile_width) + 2)+'px!important'; $product_mobile_width = ($numeric_boxwidth - $product_description_numeric_mobile_width)+'px!important'; $product_mobile_numeric_width2 = ($product_description_numeric_mobile_width + 4); $product_mobile_width2 = $product_mobile_numeric_width2+'px!important'; $product_heading_mobile_width2 = ($product_mobile_numeric_width2 + 2)+'px!important'; $product_box_background_color = (typeof $boxbgcolor !== 'undefined') ? $boxbgcolor : '#FFFFFF'; var $product_heading_background_color; var $hbgcolor; var $product_heading_background_color = "#153E7E"; if($usegraphics_is_true) { $product_heading_background_color = "#153E7E"; } if(typeof $hbgcolor !== 'undefined') { $product_heading_background_color = $hbgcolor; } $product_heading_text_color = (typeof $htextcolor !== 'undefined') ? $htextcolor : '#FFFFFF'; var $product_heading_font_size = ""; var $hfontsize; $product_heading_font_size = (typeof $hfontsize !== 'undefined') ? $hfontsize+'px' : '16px'; $product_description_bg_color = (typeof $pdbgcolor !== 'undefined') ? $pdbgcolor : '#FFFFFF'; if ($transparent_background_is_true) { $product_description_bg_color = 'transparent'; } $product_description_text_color = (typeof $pdtextcolor !== 'undefined') ? $pdtextcolor : '#000000'; $product_description_font_size = (typeof $pdfontsize !== 'undefined') ? $pdfontsize+'px' : '9pt'; var $product_description_border_left = "#FFFFFF"; if($usegraphics_is_true) { $pdborderleft = "#CCCCCC"; } if(typeof $pdborderleft !== 'undefined') { $product_description_border_left = $pdborderleft; } var $product_description_border_right = "#FFFFFF"; if($usegraphics_is_true) { $pdborderright = "#CCCCCC"; } if(typeof $pdborderright !== 'undefined') { $product_description_border_right = $pdborderright; } var $footer_bg_color = "#FFFFFF"; if($usegraphics_is_true) { $footer_bg_color = "#FFFFFF"; } if(typeof $fbgcolor !== 'undefined') { $footer_bg_color = $fbgcolor; } var $footer_text_color = "#000000"; if(typeof $ftextcolor !== 'undefined') { $footer_text_color = $ftextcolor; } var $footer_font_size = "11px"; if(typeof $ffontsize !== 'undefined') { $footer_font_size = $ffontsize+"px"; } var $additional_css; if(typeof $bulletstyle !== 'undefined') { $additional_css = '.productcontainer ul { list-style-type: ' + $bulletstyle + '; }'; } else { $additional_css = ''; } var $creditratingslidertextwidth = (($numeric_boxwidth-40) / 5) + "px"; // width was 113px without calculation var $ccbheader_bg_color = $product_heading_background_color; if(typeof $ccbheaderbgcolor !== 'undefined') { $ccbheader_bg_color = $ccbheaderbgcolor; } $product_table_bgcolor = $transparent_background_is_true ? 'transparent' : 'white'; $product_table_border_color = '#F3F3F3'; // $transparent_background_is_true ? 'transparent' : $feed_html += ''; // $feed_html += ""; function showdropdownoffers (item) { var $category_to_show = "."; var $bank_to_show = "."; var $credit_rating_to_show = "."; jQuery('div.productcontainer').css('display','block'); if($show_category_dropdowns === "yes" && item && item.id === 'getcategoryoffers') { var $a = document.getElementById('getcategoryoffers').selectedIndex; var $selected_category = document.getElementById("getcategoryoffers").options[$a].value; jQuery('#getbankoffers').val('all'); jQuery('#getcreditratingoffers').val('all'); if($selected_category != "all") { $category_to_show += 'CategoryID-' + $selected_category; jQuery('div.productcontainer').not($category_to_show).css('display','none'); } else { jQuery('div.productcontainer').css('display','block'); } } if($show_bank_dropdowns === "yes" && item && item.id === 'getbankoffers') { var $b = document.getElementById('getbankoffers').selectedIndex; var $selected_bank = document.getElementById("getbankoffers").options[$b].value; jQuery('#getcategoryoffers').val('all'); jQuery('#getcreditratingoffers').val('all'); if($selected_bank != "all") { $bank_to_show += 'BankID-' + $selected_bank; jQuery('div.productcontainer').not($bank_to_show).css('display','none'); } else { jQuery('div.productcontainer').css('display','block'); } } if($show_credit_rating_dropdowns === "yes" && item && item.id === 'getcreditratingoffers') { var $c = document.getElementById('getcreditratingoffers').selectedIndex; var $selected_creditrating = document.getElementById("getcreditratingoffers").options[$c].value; jQuery('#getcategoryoffers').val('all'); jQuery('#getbankoffers').val('all'); if($selected_creditrating != "all") { $credit_rating_to_show += "CreditRatingID-" + $selected_creditrating; jQuery('div.productcontainer').not($credit_rating_to_show).css('display','none'); } else { jQuery('div.productcontainer').css('display','block'); } } checkNumCCBResults(); } // end of function var $error_html; function checkNumCCBResults() { var hiddenEls = jQuery(".productcontainer:hidden"); var visibleEls = jQuery(".productcontainer:visible"); var NumHiddenEls = hiddenEls.length; var NumVisibleEls = visibleEls.length; if(NumVisibleEls < 1) { $error_html = 'The combinations of Category, Bank, and Credit Rating that you chose do not have results.
Please choose another combination to see results or choose �Display All� to see all results.'; } else { $error_html = ""; } jQuery(".CCBErrorResults").html($error_html); } // End of function var $show_dropdowns; var $show_category_dropdowns; var $show_bank_dropdowns; var $show_credit_rating_dropdowns; var $show_slider; var $show_tabs; var $show_header; var $show_header_image; var $header_image; var $custom_header_image; var $show_dropdown_image; var $dropdown_image; var $custom_dropdown_image; var $show_footer; $header_image = ccb_site_url_u+"images/feeds/ccb_logo.png"; if($custom_header_image) { $header_image = $custom_header_image; } $dropdown_image = ccb_site_url_u+"images/feeds/credit_cards_illustration.png"; if(has_product_rows && $custom_dropdown_image) { $dropdown_image = $custom_dropdown_image; } document.write('
'); if(has_product_rows && $show_header === "yes" && (($show_category_dropdowns === "yes") || ($show_bank_dropdowns === "yes") || ($show_credit_rating_dropdowns === "yes") || ($show_slider === "yes") || ($show_tabs === "yes"))) { document.write('
'); if(has_product_rows && $show_header === "yes") { if($show_header_image != "no") { document.write('
'); } document.write('
SELECT A PRODUCT
'); } else { document.write('
 
'); } document.write('
 
'); document.write('
'); } if(has_product_rows && $show_header === "yes" && (($show_category_dropdowns === "yes") || ($show_bank_dropdowns === "yes") || ($show_credit_rating_dropdowns === "yes"))) { document.write(''); } if(has_product_rows && $show_header === "yes" && $show_slider === "yes") { document.write('
'); document.write('
'); document.write($slider_html); document.write('
'); document.write('
'); } if(has_product_rows && $show_header === "yes" && $show_tabs === "yes") { document.write('
'); document.write($tabs_html); document.write('
'); } if (has_product_rows) { document.write($feed_html); document.write('
'); } var $show_footer = "yes"; if(has_product_rows && $show_footer != "no") { document.write('
Affiliate Disclosure - Privacy Policy
'); } document.write('
'); if (has_product_rows) { var $i; for ($i = 1; $i <= $count; $i++) { var $productcount = "product" + $i; var $productheadingcount = "productheading" + $i; var $creditcardimagecount = "creditcardimage" + $i; var $productdescriptioncount = "productdescription" + $i; var $productbottomcount = "productbottom" + $i; var product = document.getElementById($productcount); var productheading = document.getElementById($productheadingcount); var creditcardimage = document.getElementById($creditcardimagecount); var productdescription = document.getElementById($productdescriptioncount); var productbottom = document.getElementById($productbottomcount); if($productcount) { if ($usegraphics_is_true) { productheading.style.borderTopLeftRadius = "15px"; productheading.style.borderTopRightRadius = "15px"; } if($DisplayCardOfferDetails[$i] === "yes") { //productbottom.style.backgroundColor = $footer_bg_color ; //productbottom.style.padding ="7px"; //productbottom.style.paddingBottom ="7px"; //productbottom.style.paddingLeft ="8px"; //productbottom.style.paddingRight ="8px"; var $productbottoma = "productbottoma" + $i; var $productbottomb = "productbottomb" + $i; var $productbottomc = "productbottomc" + $i; var $productbottomd = "productbottomd" + $i; var $productbottome = "productbottome" + $i; var $productbottomf = "productbottomf" + $i; var $productbottomg = "productbottomg" + $i; var $productbottomh = "productbottomh" + $i; var $productbottomi = "productbottomi" + $i; var $productbottomj = "productbottomj" + $i; var $productbottomk = "productbottomk" + $i; var $productbottoml = "productbottoml" + $i; var productbottoma = document.getElementById($productbottoma); var productbottomb = document.getElementById($productbottomb); var productbottomc = document.getElementById($productbottomc); var productbottomd = document.getElementById($productbottomd); var productbottome = document.getElementById($productbottome); var productbottomf = document.getElementById($productbottomf); var productbottomg = document.getElementById($productbottomg); var productbottomh = document.getElementById($productbottomh); var productbottomi = document.getElementById($productbottomi); var productbottomj = document.getElementById($productbottomj); var productbottomk = document.getElementById($productbottomk); var productbottoml = document.getElementById($productbottoml); productbottoma.style.fontSize = $footer_font_size ; productbottoma.style.color = $footer_text_color ; productbottoma.style.fontWeight ="bold"; productbottoma.style.textAlign ="center"; productbottomb.style.fontSize = $footer_font_size ; productbottomb.style.color =$footer_text_color ; productbottomb.style.fontWeight ="bold"; productbottomb.style.textAlign ="center"; productbottomc.style.fontSize = $footer_font_size ; productbottomc.style.color =$footer_text_color ; productbottomc.style.fontWeight ="bold"; productbottomc.style.textAlign ="center"; productbottomd.style.fontSize = $footer_font_size ; productbottomd.style.color =$footer_text_color ; productbottomd.style.fontWeight ="bold"; productbottomd.style.textAlign ="center"; productbottome.style.fontSize = $footer_font_size ; productbottome.style.color =$footer_text_color ; productbottome.style.fontWeight ="bold"; productbottome.style.textAlign ="center"; productbottomf.style.fontSize = $footer_font_size ; productbottomf.style.color =$footer_text_color ; productbottomf.style.fontWeight ="bold"; productbottomf.style.textAlign ="center"; productbottomg.style.fontSize = $footer_font_size ; productbottomg.style.color =$footer_text_color ; productbottomg.style.fontWeight ="bold"; productbottomg.style.textAlign ="center"; productbottomh.style.fontSize = $footer_font_size ; productbottomh.style.color =$footer_text_color ; productbottomh.style.fontWeight ="bold"; productbottomh.style.textAlign ="center"; productbottomi.style.fontSize = $footer_font_size ; productbottomi.style.color =$footer_text_color ; productbottomi.style.fontWeight ="bold"; productbottomi.style.textAlign ="center"; productbottomj.style.fontSize = $footer_font_size ; productbottomj.style.color =$footer_text_color ; productbottomj.style.fontWeight ="bold"; productbottomj.style.textAlign ="center"; productbottomk.style.fontSize = $footer_font_size ; productbottomk.style.color =$footer_text_color ; productbottomk.style.fontWeight ="bold"; productbottomk.style.textAlign ="center"; productbottoml.style.fontSize = $footer_font_size ; productbottoml.style.color =$footer_text_color ; productbottoml.style.fontWeight ="bold"; productbottoml.style.textAlign ="center"; } else { // Middle of if($DisplayCardOfferDetails[$i] === "yes") // productbottom.style.backgroundColor = "#CCCCCC"; //productbottom.style.backgroundColor = $footer_bg_color ; //if($usegraphics_is_true) { // productbottom.style.height ="2px"; //} else { // productbottom.style.height ="1px"; //} //productbottom.style.paddingLeft ="10px"; //productbottom.style.paddingRight ="10px"; } // End of if($DisplayCardOfferDetails[$i] === "yes") } // END if($productcount) } // END OF for statement } //load_slider();