//For www.bizopzine.com

var video=new iSpeakVideo();

video.src='https://secure.trust-guard.com/seals/trustguard_jodi_videoseal1_v9.swf';

video.height=320;

video.width=200; //300;



if (typeof y != 'undefined')

{

    video.positionFrom='fromBottom';

    video.positionHorizontalFrom=align;
   
    video.Location.X = x - 15; //65;

    if (video.isIE || video.isOpera || document.compatMode.indexOf('CSS') != -1)

        y -=  25;

    else

        y += 17;

    video.Location.Y = y;

}

else

{

    video.ReferenceID = 'video-seal';

}

video.Intialize();



function hideWhenFinished()
 
{

    video.HideWhenFinished();
            
}


