

function writeAffiliateCode(source, version) {
	var affiliate = 0;
	if (source == 'softwareinterview.com') {
		affiliate = 84306;
	} else if (source == 'usc.com') {
		affiliate = 104753;
	} else {
		affiliate = source;
	}
    var left_width = cc_width - 165 - 12;
    var type;
    if (typeof(cc_type) == 'undefined') {
        type = 'horizontal';
    } else {
        type = cc_type;
    }
    var font;
    if (typeof(cc_font) == 'undefined') {
        font = "Verdana";
    } else {
        font = cc_font;
    }
    if (type == 'horizontal') {
        document.write('<style>\
        	.cc_lnk { text-align: right; width: ' + cc_width + ';}\
			.cc_lnk a {\
				color: ' + cc_link_color + ';\
				font-family: ' + font + ';\
				font-size: ' + cc_font_size + ';\
			}\
		</style><div class="bookbanner" style="width: ' + cc_width + 'px; background:' + cc_background + '; padding-left: 5px; padding-right: 5px; padding-top: 7px; font-size: ' + cc_font_size + 'px; font-family: ' + font + ';">	\
				    <div style="float: right; width: 165px; text-align: center;"> \
						<div style="text-align: right;"></div> \
					    <img src="http://www.careercup.com/images/bookimage.jpg"></img> \
					    <br/><div style="text-align: center;"><i>Just $29.99 to Crack the Interview!</i><br/><br/></div> \
						<div style="text-align: center;"><a href="https://www.e-junkie.com/ecom/gb.php?ii=318806&c=cart&aff=' + affiliate + '&ejc=2&cl=84190" class="ec_ejc_thkbx" target="ej_ejc"><img src="https://www.e-junkie.com/ej/ej_buy_now.gif" border="0" alt="Buy Now"></a> </div> \
						<br/><i>Author: Gayle Laakmann, a former engineer at Google, Microsoft and Apple</i></div>\
				    <div style="float: left; width: ' + left_width + 'px; padding-right: 10px;">\
					    <div style="font-size: ' + cc_header_font_size + 'px; font-weight: bold; color: ' + cc_header_color + ';">Cracking the Coding Interview: Fourth Edition (308 page e-book / PDF)</div>\
					   Delivered instantly as a PDF via email. <i>For Software Engineers & SDETs </i><br/>\
						<ul style="background: ' + cc_background + ';"> \
						<li><strong>150 programming interview questions and answers</strong></li>\
						<li><strong>5 proven approaches to crack</strong> algorithm questions</li>\
						<li><strong>10 mistakes</strong> candidates make, and how to avoid them.</li>\
						<li>How to <strong>prepare for technical and behavioral questions</strong> without wasting your time!</li>\
						</ul>\
						<strong>&quot;The BEST book for acing your interview. It helped me land my Microsoft job, and it was worth every penny!&quot; - Ravi </strong>(Accepted at Microsoft, Amazon and Facebook)</span><br/>\
					    <span style="color: ' + cc_guarantee_color + ';">30 Day Money Back Guarantee: Don\'t love the book? We\'ll give you your money back!</span><br/>\
					    <strong><a href="http://www.careercup.com/book?ref=' + source + '" style="color: ' + cc_link_color + '" target="_top">Book Preview and More Info</a> | <a href="http://www.careercup.com" target="_top" style="color: ' + cc_link_color + '">CareerCup.com</a></strong>\
					</div>\
				    <div style="clear: both;"></div>\
			    </div>');
    }
    if (type == 'vertical') {
         document.write('<div class="bookbanner" style="background:' + cc_background + '; padding-left: 5px; padding-right: 5px; padding-top: 7px; font-size: ' + cc_font_size + 'px; width: ' + cc_width + '; text-align: center; font-family: ' + font + '">	\
					    <div style="font-size: ' + cc_header_font_size + 'px; font-weight: bold; color: ' + cc_header_color + ';">Interview Prep Book - Ace the Interview!</div><br/>\
					    The Ultimate Guide to Interviewing!  Delivered instantly as a PDF via email.<br><br/>\
					    150 questions for Software Engineers + 150 solutions prepared by experts! <br\>\
					    <img src="http://www.careercup.com/images/bookimage.jpg" style="padding-top: 10px; padding-bottom: 10px; width: ' + cc_width + ';"></img> \
					    <strong><a href="http://www.careercup.com/book?ref=' + source + '" style="color: ' + cc_link_color + '">More Details</a> | <a href="http://www.careercup.com" style="color: ' + cc_link_color + '">CareerCup.com</a></strong><br/><br/>\
					    <span style="color: ' + cc_guarantee_color + ';"><strong>30 Day Money Back Guarantee:</strong> We know you\'ll love this book, but if you don\'t, we\'ll give you your money back!</span><br/>\
					    <br/><div style="align: center;"><i>Just $29 to Ace the Interview!</i></div><br/>\
						<a href="https://www.e-junkie.com/ecom/gb.php?ii=318806&c=cart&aff=' + affiliate + '&ejc=2&cl=84190" class="ec_ejc_thkbx" target="ej_ejc"><img src="https://www.e-junkie.com/ej/ej_buy_now.gif" border="0" alt="Buy Now"></a> \
			    </div>');
    }
}