var ohv = {};
ohv = {
    url:    'http://video.outsidehubmedia.com/index.php',
    w:      980,
    h:      660,
    args:   (document.location.search != '') ? document.location.search + '&label=/OHV/CH_OhioSportsman' : '?label=/OHV/CH_OhioSportsman'
}
ohv.args += '&ref=' + document.location.protocol + '//' + document.location.host + document.location.pathname + document.location.search;
ohv.url += ohv.args;
document.write('<iframe src="' + ohv.url + '" width="' + ohv.w + '" height="' + ohv.h + '" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>');

