var iframe_width;
var iframe_height;

function getIframeWidthHeight() {
	// Use similar lines as below when there are buttons of different widths and heights.
	if (button <= 8) {
		iframe_width = 88;
		iframe_height = 31;
	} else {
		iframe_width = 91;
		iframe_height = 17;
	}
}

getIframeWidthHeight();
document.writeln('<iframe frameBorder=\"0\" marginHeight=\"0\" marginWidth=\"0\" width=\"'+iframe_width+'\" height=\"'+iframe_height+'\" name=\"iframequickadd\" src=\"http:\/\/winksite.com\/site\/quick_add_link.cfm?button='+button+'&partner_name='+partner_name+'&partner_url='+parent.location.href+'&feed_url='+feed_url+'&feed_service='+feed_service+'\" scrolling=\"no\"><\/iframe>');
