/* PICK */

function showpick(id) {
	if (id == 2) {
		document.write('<object type="application/x-shockwave-flash" data="/wp-content/themes/freebingo/flash/sophiespick/gonebingo.swf" width="260" height="225">\n');
		document.write('<param name="movie" value="/wp-content/themes/freebingo/flash/sophiespick/gonebingo.swf" />\n');
		document.write('</object>\n');
	}
	else if (id == 3) {
		document.write('<object type="application/x-shockwave-flash" data="/wp-content/themes/freebingo/flash/sophiespick/bingoliner_415.swf" width="415" height="225">\n');
		document.write('<param name="movie" value="/wp-content/themes/freebingo/flash/sophiespick/bingoliner_415.swf" />\n');
		document.write('</object>\n');
	}	
}

/* TAKEOVER */

function showtakeover() {
		document.write('<object type="application/x-shockwave-flash" data="/wp-content/themes/freebingo/flash/takeover/888/888.swf" width="620" height="242">\n');
		document.write('<param name="movie" value="/wp-content/themes/freebingo/flash/takeover/888/888.swf" />\n');
		document.write('</object>\n');
}