function blockerTest(){

	var mine = window.open("http://wp-soundbytedevelopment.atlantawebguru.com/loadsoundbyte","_blank",'toolbar=no,scrollbars=no,resizable=no,alwaysRaised=yes,width=800,height=600');

	if(mine){
		
		var popUpsBlocked = false;
		this.window.close();

	}
	else{

		var popUpsBlocked = true;
		mine.close();

	}


	if(popUpsBlocked){
	
		this.window.resizeTo(800,675);
		this.window.document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="800" height="600" title="soundbyte">');
		this.window.document.write('<param name="movie" value="pageflip.swf" />');
		this.window.document.write('<param name="quality" value="high" />');
		this.window.document.write('<embed src="pageflip.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="600"></embed>');
		this.window.document.write('</object>');
	}
	else{

		window.close();
	}




}




function init(){
	

	var xmlHttp;

	try{xmlHttp = new XMLHttpRequest();}
	catch(e){

		try{ xmlHttp = new ActiveXObject("Msxml2.XMLHTTP");}
		catch(e){
			
			try{xmlHttp = new ActiveXObject("Microsoft.XMLHTTP");}
			catch(e){
				alert("Your Browser does not support Soundbyte please contact Division-Twelve @ info@division-twelve.com");
				return false;
			}
		}
	}
	xmlHttp.onreadystatechage = function(){

		if(xmlHttp.readyState == 4){

			blockerTest();
			
		}


	}





}
function init_no_ajax(){

	blockerTest();

}
function resizeHome(){

	this.window.resizeTo(800,675);

}
function flash_init(){


	this.window.document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="1" height="1" title="soundbyte">');
		this.window.document.write('<param name="movie" value="http://wp-soundbytedevelopment.atlantawebguru.com/wp-content/themes/wp-soundbyteDev/js/file.swf" />');
		this.window.document.write('<param name="quality" value="high" />');
		this.window.document.write('<embed src="http://wp-soundbytedevelopment.atlantawebguru.com/wp-content/themes/wp-soundbyteDev/js/file.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="1" height="1"></embed>');
		this.window.document.write('</object>');


}
function test(){

		var mine = window.open("<?php bloginfo('url'); ?>/loadsoundbte","_blank", 'toolbar=no,scrollbars=no,resiable=no,alwaysRaised=yes,width=800,height=600');
	
	if(mine){

		var popUpsBlocked = false;
		this.window.close();
	}
	else{
	
		var popUpsBlocked = true;
		mine.close();
	}

	if(popUpsBlocked){

		alert('Your web browser has blocked <?php bloginfo('name'); ?>'s Soundbyte. Please follow the link below to view the Soundbyte.');

	}


}







