// Copyright 2007-2008 kShermanStudios LLC. Patent Pending.
// This file and instructions are part of code developed from kShermanStudios LLC. at www.kShermanStudios.com and is part of a patent pending process.
// Permission granted to use this code as long as this entire notice is included.	
	
// Looking to borrow our idea? Shame on you. Be original :-)

var flashvars = {
movieid: "bubblemovie"
};

var params = {

wmode: "transparent",
allowScriptAccess: "always",
quality: "high",
scale: "noscale",
loop: "false"
};

var attributes = {};
swfobject.embedSWF('http://www.bubblecomment.com/player_files/bc_circle_09.swf','bgmovie','250','250', '8.0.0', '', flashvars, params, attributes);




hideDiv('sendmovie');





function passIt(VideoID, Day){

if (document.getElementById('sendmovie').style.display == 'block'){

setTimeout("sayit2('" + VideoID + "', '" + Day + "');",800);

} else {

setTimeout("showDiv('sendmovie'); initStatLyr(); sayit2('" + VideoID + "', '" + Day + "');",800);


}

}
