showing = 'comments';

function writeFlash(flashdata) 
{ 
document.write(unescape(flashdata)); 
} 

////////////////////
// start email verify...
function echeck(str) {
		var at="@"
		var dot="."
		var lat=str.indexOf(at)
		var lstr=str.length
		var ldot=str.indexOf(dot)
		if (str.indexOf(at)==-1){
		 
		   return false
		}

		if (str.indexOf(at)==-1 || str.indexOf(at)==0 || str.indexOf(at)==lstr){
		   
		   return false
		}

		if (str.indexOf(dot)==-1 || str.indexOf(dot)==0 || 

str.indexOf(dot)==lstr){
		   
		    return false
		}

		 if (str.indexOf(at,(lat+1))!=-1){
		
		    return false
		 }

		 if (str.substring(lat-1,lat)==dot || str.substring(lat+1,lat+2)==dot){
		 
		    return false
		 }

		 if (str.indexOf(dot,(lat+2))==-1){
		  
		    return false
		 }
		
		 if (str.indexOf(" ")!=-1){
		    return false
		 }

 		 return true					
	}
// end email verify...
////////////////////

function SetCookie(cookieName,cookieValue,nDays) {
 var today = new Date();
 var expire = new Date();
 if (nDays==null || nDays==0) nDays=1;
 expire.setTime(today.getTime() + 3600000*24*nDays);
 document.cookie = cookieName+"="+escape(cookieValue)
                 + ";path=/;domain=vidpit.com;expires="+expire.toGMTString();
}




function ReadCookie(cookieName) {
 var theCookie=""+document.cookie;
 var ind=theCookie.indexOf(cookieName);
 if (ind==-1 || cookieName=="") return ""; 
 var ind1=theCookie.indexOf(';',ind);
 if (ind1==-1) ind1=theCookie.length; 
 return unescape(theCookie.substring(ind+cookieName.length+1,ind1));
}


function toggleBox(szDivID, iState) // 1 visible, 0 hidden
{
   var obj = document.layers ? document.layers[szDivID] :
   document.getElementById ?  document.getElementById(szDivID).style :
   document.all[szDivID].style;
   obj.visibility = document.layers ? (iState ? "show" : "hide") :
   (iState ? "visible" : "hidden");
obj.position = document.layers ? (iState ? "relative" : "absolute") : (iState ? "relative" : "absolute");
}


function showComments(){

document.getElementById('btn1').innerHTML = '<img src="http://www.vidpit.com/images/downArrow.gif" width="7" height="6"><span class="featureShowing">Comments</span>';
document.getElementById('btn2').innerHTML = '<a href="javascript:showEmailForm();"><img src="http://www.vidpit.com/images/rightArrow.gif" width="4" height="8" border="0"> Email This</a>';
document.getElementById('btn3').innerHTML
 = '<a href="javascript:showRateForm();"><img src="http://www.vidpit.com/images/rightArrow.gif" width="4" height="8" border="0"> Rate</a>';
document.getElementById('btn4').innerHTML
 = '<a href="javascript:showEmbedCode();"><img src="http://www.vidpit.com/images/rightArrow.gif" width="4" height="8" border="0"> Embed</a>';

Effect.SlideUp('x');

document.getElementById('btn1').style['backgroundPositionY'] = 0;
document.getElementById('btn2').style['backgroundPositionY'] = -1;
document.getElementById('btn3').style['backgroundPositionY'] = -41;
document.getElementById('btn4').style['backgroundPositionY'] = -40;


setTimeout("switchContent('comments')",1500); 
showing = 'comments';
}


function showEmailForm(){

document.getElementById('btn1').innerHTML = '<img src="http://www.vidpit.com/images/rightArrow.gif" width="4" height="8" border="0"> <a href="javascript:showComments();">Comments</a>';
document.getElementById('btn2').innerHTML = '<img src="http://www.vidpit.com/images/downArrow.gif" width="7" height="6"><span class="featureShowing">Email This</span>';
document.getElementById('btn3').innerHTML = '<a href="javascript:showRateForm();"><img src="http://www.vidpit.com/images/rightArrow.gif" width="4" height="8" border="0"> Rate</a>';
document.getElementById('btn4').innerHTML = '<a href="javascript:showEmbedCode();"><img src="http://www.vidpit.com/images/rightArrow.gif" width="4" height="8" border="0"> Embed</a>';


Effect.SlideUp('x');


document.getElementById('btn1').style['backgroundPositionY'] = -20;
document.getElementById('btn2').style['backgroundPositionY'] = -20;
document.getElementById('btn3').style['backgroundPositionY'] = -1;
document.getElementById('btn4').style['backgroundPositionY'] = -40;

setTimeout("switchContent('emailForm')",1500); 
showing = 'emailForm';
}


function showEmailForm2(myName, myEmail, page, subject, file){
top_myName = myName;
top_myEmail = myEmail;
top_page = page;
top_subject = subject;
top_file = file;

document.getElementById('btn1').innerHTML = '<img src="http://www.vidpit.com/images/rightArrow.gif" width="4" height="8" border="0"> <a href="javascript:showComments();">Comments</a>';
document.getElementById('btn2').innerHTML = '<img src="http://www.vidpit.com/images/downArrow.gif" width="7" height="6"><span class="featureShowing">Email This</span>';
document.getElementById('btn3').innerHTML = '<a href="javascript:showRateForm();"><img src="http://www.vidpit.com/images/rightArrow.gif" width="4" height="8" border="0"> Rate</a>';
document.getElementById('btn4').innerHTML = '<a href="javascript:showEmbedCode();"><img src="http://www.vidpit.com/images/rightArrow.gif" width="4" height="8" border="0"> Embed</a>';


Effect.SlideUp('x');


document.getElementById('btn1').style['backgroundPositionY'] = -20;
document.getElementById('btn2').style['backgroundPositionY'] = -20;
document.getElementById('btn3').style['backgroundPositionY'] = -1;
document.getElementById('btn4').style['backgroundPositionY'] = -40;
setTimeout("switchContent('emailForm2')",1500); 
showing = 'emailForm';
}



function showRateForm(){
document.getElementById('btn1').innerHTML = '<img src="http://www.vidpit.com/images/rightArrow.gif" width="4" height="8" border="0"> <a href="javascript:showComments();">Comments</a>';
document.getElementById('btn2').innerHTML = '<a href="javascript:showEmailForm();"><img src="http://www.vidpit.com/images/rightArrow.gif" width="4" height="8" border="0"> Email This</a>';
document.getElementById('btn3').innerHTML = '<img src="http://www.vidpit.com/images/downArrow.gif" width="7" height="6"><span class="featureShowing">Rate</span>';
document.getElementById('btn4').innerHTML = '<a href="javascript:showEmbedCode();"><img src="http://www.vidpit.com/images/rightArrow.gif" width="4" height="8" border="0"> Embed</a>';


Effect.SlideUp('x');

document.getElementById('btn1').style['backgroundPositionY'] = -20;
document.getElementById('btn2').style['backgroundPositionY'] = -41;
document.getElementById('btn3').style['backgroundPositionY'] = -20;
document.getElementById('btn4').style['backgroundPositionY'] = 0;
setTimeout("switchContent('rateForm')",1500); 
showing = 'rateForm';
}

function showEmbedCode(){
document.getElementById('btn1').innerHTML = '<img src="http://www.vidpit.com/images/rightArrow.gif" width="4" height="8" border="0"> <a href="javascript:showComments();">Comments</a>';
document.getElementById('btn2').innerHTML = '<a href="javascript:showEmailForm();"><img src="http://www.vidpit.com/images/rightArrow.gif" width="4" height="8" border="0"> Email This</a>';
document.getElementById('btn3').innerHTML = '<a href="javascript:showRateForm();"><img src="http://www.vidpit.com/images/rightArrow.gif" width="4" height="8" border="0"> Rate</a>';
document.getElementById('btn4').innerHTML = '<img src="http://www.vidpit.com/images/downArrow.gif" width="7" height="6"><span class="featureShowing">Embed</span>';

Effect.SlideUp('x');

document.getElementById('btn1').style['backgroundPositionY'] = -40;
document.getElementById('btn2').style['backgroundPositionY'] = -41;
document.getElementById('btn3').style['backgroundPositionY'] = -41;
document.getElementById('btn4').style['backgroundPositionY'] = -20;

setTimeout("switchContent('embedCode')",1500); 
showing = 'embedCode';
}


function switchContent(showing){
toggleBox('commentsBox', 0);
toggleBox('commentsArea', 0);
toggleBox('comments', 0);
toggleBox('emailForm', 0); 
toggleBox('rateForm', 0); 
toggleBox('embedCode', 0); 
toggleBox('myDescription', 0); 
if(showing == 'comments'){

var video_id = document.comments.video_id.value;
if(!video_id){
var video_id = 'asian-bra-commercial';
}
launch('commentsArea', 'http://www.vidpit.com/_post-comments.php?video_id='+video_id, '%3Ccenter%3E%3Ctable%20cellpadding%3D%221%22%20width%3D%22310%22%20cellspacing%3D%220%22%20border%3D%220%22%20bgcolor%3D%22%23A7A6AA%22%3E%3Ctr%3E%3CTD%3E%0D%0A%3Ctable%20width%3D%22100%25%22%20cellpadding%3D%222%22%20bgcolor%3D%22%23E7ECF6%22%20cellspacing%3D%220%22%20border%3D%220%22%3E%3Ctr%3E%0D%0A%3Ctd%3E%0D%0A%3Cb%3EFetching%20comments...%3C/b%3E%3C/td%3E%3C/tr%3E%3Ctr%3E%3Ctd%20bgcolor%3D%22%23FFFFFF%22%3E%0D%0A%3Ccenter%3E%3Cimg%20src%3D%22http%3A//www.vidpit.com/images/loading.gif%22%20width%3D%22120%22%20height%3D%2215%22%20alt%3D%22now%20loading%22%3E%3C/center%3E%0D%0A%3C/td%3E%3C/tr%3E%3C/table%3E%3C/td%3E%3C/tr%3E%3C/table%3E%3C/center%3E%0D%0A');

toggleBox('commentsArea', 1);
toggleBox('comments', 1);
toggleBox('commentsBox', 1);

}else if(showing == 'emailForm'){

toggleBox('emailForm', 1);

}else if(showing == 'emailForm2'){



document.getElementById('emailForm').innerHTML = unescape('%3Cform%20method%3D%22GET%22%20name%3D%22email%22%20action%3D%22%23%22%20onSubmit%3D%22return%20verifyEmailForm%28%29%22%3E%0D%0A%3CB%3EEmail%20'+top_subject+'to%20a%20friend%3C/B%3E%0D%0A%3CBR%3E%0D%0AUse%20this%20form%20to%20email%20this%20video%20to%20a%20friend%3A%0D%0A%3CBR%3E%3CBR%3E%0D%0A%3Ccenter%3E%0D%0A%3Cdiv%20id%3D%22emailFormBox%22%3E%0D%0A%3Ctable%20width%3D%22310%22%20cellpadding%3D%221%22%20cellspacing%3D%220%22%20border%3D%220%22%20bgcolor%3D%22%23A7A6AA%22%3E%3Ctr%3E%3CTD%3E%0D%0A%3Ctable%20width%3D%22100%25%22%20cellpadding%3D%222%22%20bgcolor%3D%22%23E7ECF6%22%20cellspacing%3D%220%22%20border%3D%220%22%3E%3Ctr%3E%0D%0A%3Ctd%20valign%3D%22top%22%3E%3Cem%3EMy%20name%3C/em%3E%3C/td%3E%3Ctd%3E%3Cinput%20class%3D%22textField%22%20type%3D%22text%22%20size%3D%2225%22%20name%3D%22myName%22%20value%3D%22'+top_myName+'%22%3E%3C/td%3E%0D%0A%0D%0A%3C/tr%3E%3Ctr%3E%0D%0A%0D%0A%3Ctd%20valign%3D%22top%22%3E%3Cem%3EMy%20email%3C/em%3E%3C/td%3E%3Ctd%3E%3Cinput%20class%3D%22textField%22%20type%3D%22text%22%20size%3D%2225%22%20name%3D%22myEmail%22%20value%3D%22'+top_myEmail+'%22%3E%3C/td%3E%0D%0A%3C/tr%3E%3Ctr%3E%0D%0A%0D%0A%3Ctd%3E%3Cem%3E%3Ci%3EMessage%3C/i%3E%3C/em%3E%3C/td%3E%3Ctd%3E%3Ctextarea%20class%3D%22textField%22%20rows%3D%226%22%20cols%3D%2219%22%20name%3D%22message%22%3E%3C/textarea%3E%3C/td%3E%0D%0A%3C/tr%3E%3Ctr%3E%0D%0A%0D%0A%3Ctd%20valign%3D%22top%22%3E%3Cem%3E%3Ci%3EFriend%201%20email%3C/i%3E%3C/em%3E%3C/td%3E%3Ctd%3E%3Cinput%20class%3D%22textField%22%20type%3D%22text%22%20size%3D%2225%22%20name%3D%22friend1Email%22%3E%3C/td%3E%0D%0A%3C/tr%3E%3Ctr%3E%0D%0A%0D%0A%3Ctd%20valign%3D%22top%22%3E%3Cem%3E%3Ci%3EFriend%202%20email%3C/i%3E%3C/em%3E%3C/td%3E%3Ctd%3E%3Cinput%20class%3D%22textField%22%20type%3D%22text%22%20size%3D%2225%22%20name%3D%22friend2Email%22%3E%3C/td%3E%0D%0A%3C/tr%3E%3Ctr%3E%0D%0A%0D%0A%3Ctd%20valign%3D%22top%22%3E%3Cem%3E%3Ci%3EFriend%203%20email%3C/i%3E%3C/em%3E%3C/td%3E%3Ctd%3E%3Cinput%20class%3D%22textField%22%20type%3D%22text%22%20size%3D%2225%22%20name%3D%22friend3Email%22%3E%3C/td%3E%0D%0A%3C/tr%3E%3Ctr%3E%0D%0A%3Ctd%20colspan%3D%222%22%20align%3D%22center%22%3E%0D%0A%3Cinput%20type%3D%22image%22%20src%3D%22/images/button_send-email.jpg%22%20alt%3D%22Send%20Message%21%22%20width%3D%22299%22%20height%3D%2235%22%3E%0D%0A%3C/td%3E%0D%0A%3Cinput%20type%3D%22hidden%22%20name%3D%22page%22%20value%3D%22'+top_page+'%22%3E%0D%0A%3Cinput%20type%3D%22hidden%22%20name%3D%22file%22%20value%3D%22'+top_file+'%22%3E%0D%0A%3Cinput%20type%3D%22hidden%22%20name%3D%22subject%22%20value%3D%22'+top_subject+'%22%3E%0D%0A%3C/tr%3E%3C/table%3E%0D%0A%3C/td%3E%3C/tr%3E%3C/table%3E%0D%0A%3C/center%3E%0D%0A%3C/div%3E%0D%0A%3C/form%3E');


toggleBox('emailForm', 1);

}else if(showing == 'rateForm'){

toggleBox('rateForm', 1);

}else if(showing == 'embedCode'){

toggleBox('embedCode', 1);
}

Effect.SlideDown('x');
}

//universal xml handler by nick b
function xml_handler () {    
var xml_object;    
var browser = navigator.appName;    
if(browser == "Microsoft Internet Explorer"){        
xml_object = new ActiveXObject("Microsoft.XMLHTTP");    
}else{        
xml_object = new XMLHttpRequest();    
}    
return xml_object;
} 

function launch (div, url, write) {
var div = document.getElementById(div);
var xml = xml_handler();

xml.open('post', url);


xml.onreadystatechange = function () {
if (xml.readyState == 4) {
div.innerHTML = xml.responseText;
} else {
div.innerHTML = unescape(write);
} }
xml.send(null);
}

function launchComments (div1, div2, url, write, video_id) {
var div1 = document.getElementById(div1);
var div2 = document.getElementById('commentsArea');
var xml = xml_handler();
xml.open('POST', url);
xml.onreadystatechange = function () {
if (xml.readyState == 4) {

div2.innerHTML = xml.responseText;

div1.innerHTML = unescape('%3Ctable%20width%3D%22310%22%20cellpadding%3D%221%22%20cellspacing%3D%220%22%20border%3D%220%22%20bgcolor%3D%22%23A7A6AA%22%3E%0D%0A%3Ctr%3E%0D%0A%3Cform%20method%3D%22GET%22%20id%3D%22comments%22%20name%3D%22comments%22%20action%3D%22%23%22%20onSubmit%3D%22return%20verifycomments%28%29%22%3E%0D%0A%3CTD%3E%0D%0A%3Ctable%20width%3D%22100%25%22%20cellpadding%3D%222%22%20bgcolor%3D%22%23E7ECF6%22%20cellspacing%3D%220%22%20border%3D%220%22%3E%3Ctr%3E%0D%0A%3Ctd%20valign%3D%22top%22%3E%3Cem%3EMy%20name%3C/em%3E%3C/td%3E%3Ctd%3E%3Cinput%20class%3D%22textField%22%20type%3D%22text%22%20size%3D%2225%22%20name%3D%22myName%22%3E%3C/td%3E%0D%0A%3C/tr%3E%3Ctr%3E%0D%0A%3Ctd%20valign%3D%22top%22%3E%3Cem%3EMy%20email%3C/em%3E%3C/td%3E%3Ctd%3E%3Cinput%20class%3D%22textField%22%20type%3D%22text%22%20size%3D%2225%22%20name%3D%22myEmail%22%3E%3C/td%3E%0D%0A%3C/tr%3E%3Ctr%3E%0D%0A%3Ctd%3E%3Cem%3EMessage%3C/em%3E%3C/td%3E%3Ctd%3E%3Ctextarea%20class%3D%22textField%22%20rows%3D%223%22%20cols%3D%2219%22%20name%3D%22message%22%3E%3C/textarea%3E%3C/td%3E%0D%0A%3C/tr%3E%3Ctr%3E%0D%0A%3Ctd%20valign%3D%22top%22%20align%3D%22center%22%20colspan%3D%222%22%3E%3Cimg%20src%3D%22/captcha/securimage_show.php%22%3E%3C/td%3E%0D%0A%3C/tr%3E%3Ctr%3E%0D%0A%3Ctd%20valign%3D%22top%22%3E%3Cem%3EVisual%20Conf%3A%3C/em%3E%3C/td%3E%3Ctd%3E%3Cinput%20class%3D%22textField%22%20type%3D%22text%22%20size%3D%2225%22%20name%3D%22visualConf%22%3E%3C/td%3E%0D%0A%3C/tr%3E%3Ctr%3E%0D%0A%0D%0A%3Ctd%20colspan%3D%222%22%20align%3D%22center%22%3E%0D%0A%3Cinput%20type%3D%22image%22%20src%3D%22/images/button_post-comment.jpg%22%20height%3D%2235%22%20width%3D%22299%22%20alt%3D%22Post%20Comment%22%3E%0D%0A%3C/td%3E%0D%0A%3Cinput%20type%3D%22hidden%22%20name%3D%22video_id%22%20value%3D%22'+video_id+'%22%3E%0D%0A%3C/tr%3E%3C/table%3E%0D%0A%3C/td%3E%3C/tr%3E%0D%0A%3C/form%3E%0D%0A%3C/table%3E%0D');

} else {
div1.innerHTML = unescape(write);
} }
xml.send(null);
}


//full screen function..
function fullScreen(flv){
url = "http://www.vidpit.com/fs.php?flv="+escape(flv);
window.open(url,"","channelmode")
}

//cookieVolume feature...
function cookieVolume(volumeSetting){
if(volumeSetting == 0){
volumeSetting = 1;
}
SetCookie('userVolume', volumeSetting, 365);
}

//search function
function search(){

query = document.search.q.value;


if(query != ''){
location.href = "http://www.vidpit.com/search.php?p=1&q="+query;
}else{
alert('Please enter your search terms, before clicking the Search Button');
}}



/////////////////
//start email verify...
function verifycontact(){
errorMessage = "Please correct the following errors:\n\n";
error = 0;

var name = document.contact.name.value;
var email = document.contact.email.value;
var message = document.contact.message.value;
var subject = document.contact.subject.value;

if (name == "" || name == null){
errorMessage += "* Please enter your name\n";
error = 1;
}

if ((echeck(email)==false) || email == "" || email == null){
errorMessage += "* Your email Address appears to be invalid\n";
error = 1;
}

if (subject== "" || subject == null){
errorMessage += "* Please enter a subject\n";
error = 1;
}

if (message == "" || message == null || message == unescape('Type%20message%20here...%0D%0A%0D%0A')){
errorMessage += "* Please enter a message\n";
error = 1;
}

if(error){
alert(errorMessage);
return false;
}else{
return true;
} }


function verifyEmailForm(){

errorMessage = "Please correct the following errors:\n\n";
error = 0;

var myEmail = document.email.myEmail.value;
var myName = document.email.myName.value;
var message = document.email.message.value;
var page = document.email.page.value;
var friend1Email = document.email.friend1Email.value;
var friend2Email = document.email.friend2Email.value;
var friend3Email = document.email.friend3Email.value;
var file = document.email.file.value;
var subject = document.email.subject.value;

if (myName == "" || myName == null){
errorMessage += "* Please enter your name\n";
error = 1;
}


if ((echeck(myEmail)==false) || myEmail == "" || myEmail == null){
errorMessage += "* Your email Address appears to be invalid\n";
error = 1;
}


if ((echeck(friend1Email)==false) || friend1Email == "" || friend1Email == null){
errorMessage += "* Please enter your friend's email address";
error = 1;
}


if(error){
alert(errorMessage);
return false;
}else{
//////////////////////////////////////
//
//send to ajax....
//
myName = escape(myName);
message = escape(message);
launch('emailForm', 'http://www.vidpit.com/_email-to-friend.php?myEmail='+myEmail+'&myName='+myName+'&friend1Email='+friend1Email+'&friend3Email='+friend3Email+'&freind2Email='+friend2Email+'&page='+page+'&message='+message+'&file='+file+'&subject='+subject+'&moreEmail='+friend2Email, '%3Ccenter%3E%3Ctable%20cellpadding%3D%221%22%20width%3D%22310%22%20cellspacing%3D%220%22%20border%3D%220%22%20bgcolor%3D%22%23A7A6AA%22%3E%3Ctr%3E%3CTD%3E%0D%0A%3Ctable%20width%3D%22100%25%22%20cellpadding%3D%222%22%20bgcolor%3D%22%23E7ECF6%22%20cellspacing%3D%220%22%20border%3D%220%22%3E%3Ctr%3E%0D%0A%3Ctd%3E%0D%0A%3Cb%3ESending%20message...%3C/b%3E%3C/td%3E%3C/tr%3E%3Ctr%3E%3Ctd%20bgcolor%3D%22%23FFFFFF%22%3E%0D%0A%3Ccenter%3E%3Cimg%20src%3D%22http%3A//www.vidpit.com/images/loading.gif%22%20width%3D%22120%22%20height%3D%2215%22%20alt%3D%22now%20loading%22%3E%3C/center%3E%0D%0A%3C/td%3E%3C/tr%3E%3C/table%3E%3C/td%3E%3C/tr%3E%3C/table%3E%3C/center%3E%0D%0A');

//////////////////////////////////////////
return false;
} }
//end email verify...
/////////////////

////////////////////////////////////
// start verify comments
function verifycomments(){
errorMessage = "Please correct the following errors:\n\n";
error = 0;

var video_id = document.comments.video_id.value;
var myName = document.comments.myName.value;
var myEmail = document.comments.myEmail.value;
var message = document.comments.message.value;
var visualConf = document.comments.visualConf.value;

if ((echeck(myEmail)==false) || myEmail == "" || myEmail == null){
errorMessage += "* Your email Address appears to be invalid\n";
error = 1;
}


if(visualConf == "" || visualConf == null){
errorMessage += "*Please make sure you enter the visual confirmation code, exactly as it appears\n";
}

if(message == "" || message == null){
errorMessage += "* Please enter a message...\n";
error = 1;
}


if(error){
alert(errorMessage);
return false;
}else{
//////////////////////////////////////
//
//send to ajax....
//

message = escape(message);
myName = escape(myName);

launchComments('commentsBox', 'commentsArea', 'http://www.vidpit.com/_post-comments.php?myName='+myName+'&myEmail='+myEmail+'&message='+message+'&visualConf='+visualConf+'&video_id='+video_id+'&mode=post_comment', '%3Ctable%20cellpadding%3D%221%22%20width%3D%22310%22%20cellspacing%3D%220%22%20border%3D%220%22%20bgcolor%3D%22%23A7A6AA%22%3E%3Ctr%3E%3CTD%3E%0D%0A%3Ctable%20width%3D%22100%25%22%20cellpadding%3D%222%22%20bgcolor%3D%22%23E7ECF6%22%20cellspacing%3D%220%22%20border%3D%220%22%3E%3Ctr%3E%0D%0A%3Ctd%3E%0D%0A%3Cb%3EPosting%20Comment...%3C/b%3E%3C/td%3E%3C/tr%3E%3Ctr%3E%3Ctd%20bgcolor%3D%22%23FFFFFF%22%3E%0D%0A%3Ccenter%3E%3Cimg%20src%3D%22http%3A//www.vidpit.com/images/loading.gif%22%20width%3D%22120%22%20height%3D%2215%22%20alt%3D%22now%20loading%22%3E%3C/center%3E%0D%0A%3C/td%3E%3C/tr%3E%3C/table%3E%3C/td%3E%3C/tr%3E%3C/table%3E', video_id);

//////////////////////////////////////////
return false;
} }
// END VERIFY COMMETNS
///////////////////////////////////