// ------------------------------------------------------------
// These functions created by Mansion Productions, part of MAS
// Modifications are at own risk, you are advised only to change the html ouput inside the document.write statements.
// ------------------------------------------------------------



// ------------------------------------------------------------
//
//                H A I R Y     B O Y Z
//
//    M E M B E R S     A R E A    F U N C T I O N S
//
// ------------------------------------------------------------

// REGULAR LINKS
// ------------------------------------------------------------
// PRINT VIDEO LINKS
// -----------------------------------------------------------
function PrintVideoLinks(Video_ID, Video_Type, Video_Date, Trailer_Type)
{
// first check if Video_Type is provided, i.e. there is a video; otherwise print vid not available
//	document.write(Video_Type);

// check Video_Type and print appropriate links
// BTS is used for widescreen 16:9 videos
	if (Video_Type=='wmvflash700_wide2')
	{
		document.write ('<a href="/tour/play.php?type=flv&path=' + Video_ID + '/flash700/wf700ws2"><img src="/images/hb_v2_man_sex_vids_play_butt.jpg" height="24" width="61" alt="Play Video" title="Play Video" vspace=0 border=0></a><a href="/tour/play.php?type=dl&path=newfurrydrm/trailers/' + Video_ID + '-700"><img alt="Download Video" title="Download Video" src="/images/hb_v2_man_sex_vids_download_butt.jpg" height="24" width="61" border=0></a>');
	}

	else if (Video_Type=='wmv700')
	{
		document.write ('<a href="/tour/play.php?type=wmv&path=' + Video_ID + '/300/w700"><img src="/images/hb_v2_man_sex_vids_play_butt.jpg" height="24" width="61" alt="Play Video" title="Play Video" vspace=0 border=0></a><a href="/tour/play.php?type=dl&path=newfurrydrm/trailers/' + Video_ID + '-700"><img alt="Download Video" title="Download Video" src="/images/hb_v2_man_sex_vids_download_butt.jpg" height="24" width="61" border=0></a>');
	}
	
	else if (Video_Type=='h.264 normal')
	{
		document.write ('<a href="/tour/play.php?type=flv&path=' + Video_ID + '/h1500/wh1500"><img src="/images/hb_v2_man_sex_vids_play_butt.jpg" height="24" width="61" alt="Play Video" title="Play Video" vspace=0 border=0></a><a href="/tour/play.php?type=dl&path=newfurrydrm/trailers/' + Video_ID + '-1500"><img alt="Download Video" title="Download Video" src="/images/hb_v2_man_sex_vids_download_butt.jpg" height="24" width="61" border=0></a>');		
	}

	else if (Video_Type=='h.264 wide')
	{
		document.write ('<a href="/tour/play.php?type=flv&path=' + Video_ID + '/h1500/wh1500ws2"><img src="/images/hb_v2_man_sex_vids_play_butt.jpg" height="24" width="61" alt="Play Video" title="Play Video" vspace=0 border=0></a><a href="/tour/play.php?type=dl&path=newfurrydrm/trailers/' + Video_ID + '-1500"><img alt="Download Video" title="Download Video" src="/images/hb_v2_man_sex_vids_download_butt.jpg" height="24" width="61" border=0></a>');		
	}
	
	else if (Video_Type=='wmv700ws2')
	{
		document.write ('<a href="/tour/play.php?type=wmv&path=' + Video_ID + '/300/w700ws2"><img src="/images/hb_v2_man_sex_vids_play_butt.jpg" height="24" width="61" alt="Play Video" title="Play Video" vspace=0 border=0></a><a href="/tour/play.php?type=dl&path=newfurrydrm/trailers/' + Video_ID + '-700"><img alt="Download Video" title="Download Video" src="/images/hb_v2_man_sex_vids_download_butt.jpg" height="24" width="61" border=0></a>');
	}
	
	else if (Video_Type=='wmv700_wide2')
	{
		document.write ('<a href="/tour/play.php?type=wmv&path=' + Video_ID + '/300/w700ws2"><img src="/images/hb_v2_man_sex_vids_play_butt.jpg" height="24" width="61" alt="Play Video" title="Play Video" vspace=0 border=0></a><a href="/tour/play.php?type=dl&path=newfurrydrm/trailers/' + Video_ID + '-700"><img alt="Download Video" title="Download Video" src="/images/hb_v2_man_sex_vids_download_butt.jpg" height="24" width="61" border=0></a>');
	}
	
// otherwise videos have 700k	
	else if (Video_Type=='wmvflash700')
	{
		document.write ('<a href="/tour/play.php?type=flv&path=' + Video_ID + '/flash700/wf700"><img src="/images/hb_v2_man_sex_vids_play_butt.jpg" height="24" width="61" alt="Play Video" title="Play Video" vspace=0 border=0></a><a href="/tour/play.php?type=dl&path=newfurrydrm/trailers/' + Video_ID + '-700"><img alt="Download Video" title="Download Video" src="/images/hb_v2_man_sex_vids_download_butt.jpg" height="24" width="61" border=0></a>');		
	}
	
	else
	{
		document.write ('<img src="/images/spacer.gif" height="24" width="61" vspace=0 border=0><img alt="Download Video" title="Download Video" src="/images/spacer.gif" height="24" width="61" border=0>');	
	}

}


function PrintHomeVideoLinks(Video_ID, Video_Type, Video_Date, Trailer_Type)
{
// first check if Video_Type is provided, i.e. there is a video; otherwise print vid not available
	if (Video_Type=='')
	{
		return true;
	}

// check Video_Type and print appropriate links
// BTS is used for widescreen 16:9 videos

	if (Video_Type=='wmvflash700_wide2')
	{
		document.write ('<img src="/images/test_tour_playspace.jpg" width=186 height=56 border=0><a href="/tour/play.php?type=flv&path=' + Video_ID + '/flash700/wf700ws2"><img src="/images/test_tour_play.jpg" height="56" width="148" alt="Play Preview" title="Play Preview" vspace=0 border=0></a>');
	}
	
	else if (Video_Type=='wmv700') 
	{
		document.write ('<img src="/images/test_tour_playspace.jpg" width=186 height=56 border=0><a href="/tour/play.php?type=wmv&path=' + Video_ID + '/300/w700"><img src="/images/test_tour_play.jpg" height="56" width="148" alt="Play Preview" title="Play Preview" vspace=0 border=0></a>');
	}
	
	else if (Video_Type=='h.264 normal')
	{
		document.write ('<img src="/images/test_tour_playspace.jpg" width=186 height=56 border=0><a href="/tour/play.php?type=flv&path=' + Video_ID + '/h1500/wh1500"><img src="/images/test_tour_play.jpg" height="56" width="148" alt="Play Preview" title="Play Preview" vspace=0 border=0></a>');		
	}

	else if (Video_Type=='h.264 wide')
	{
		document.write ('<img src="/images/test_tour_playspace.jpg" width=186 height=56 border=0><a href="/tour/play.php?type=flv&path=' + Video_ID + '/h1500/wh1500ws2"><img src="/images/test_tour_play.jpg" height="56" width="148" alt="Play Preview" title="Play Preview" vspace=0 border=0></a>');		
	}

	else if (Video_Type=='wmv700ws2') 
	{
		document.write ('<img src="/images/test_tour_playspace.jpg" width=186 height=56 border=0><a href="/tour/play.php?type=wmv&path=' + Video_ID + '/300/w700ws2"><img src="/images/test_tour_play.jpg" height="56" width="148" alt="Play Preview" title="Play Preview" vspace=0 border=0></a>');
	}
	
// otherwise videos have 700k	
	else 
	{
		document.write ('<img src="/images/test_tour_playspace.jpg" width=186 height=56 border=0><a href="/tour/play.php?type=flv&path=' + Video_ID + '/flash700/wf700"><img src="/images/test_tour_play.jpg" height="56" width="148" alt="Play Preview" title="Play Preview" vspace=0 border=0></a>');
	}
}


//////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////
