if ((typeof (this.oy_review_height) == 'undefined') || (oy_review_height < 200)) 
    oy_review_height = 600;
if ((typeof (this.oy_review_width) == 'undefined') || (oy_review_width < 150))
    oy_review_width = 250;

var oy_version_param = '';
if ((typeof (this.oy_version) != 'undefined') && (oy_version != null))
    oy_version_param = '&v=' + oy_version;
document.write('<iframe src="http://www.outyard.com/Widgets/content/ProductReviews.aspx?id=' + oy_review_productId + '&height=' + oy_review_height + oy_version_param);
if ((typeof (this.oy_review_backgroundColor) != 'undefined') && (oy_review_backgroundColor != null))
{
    document.write('&backgroundColor=' + escape(oy_review_backgroundColor));
}

document.write('"');
document.write(' marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" scrolling="no" frameborder="0"'); 
document.write('height="' + oy_review_height + 'px" width="' + oy_review_width + 'px"></iframe>');

