// -----------------------------------------------------------------------------------
//  new_25.js is gekoppeld het cafe zonder bier
//  www.ooievaarsstationspanga.nl/media/butterfly_kisses_index.mov
//  en http://www.ooievaarsstationspanga.nl/media/cafeindex.mov
//  twee media files op één pagina
//  Copyright 2006 Eric Knickerbocker, Missouri USA (mrrena.com).
// -----------------------------------------------------------------------------------


// ----- 
function sOurce(){

var indent=180
var width=280
var height=20
var type='video/quicktime'
var url='http://www.ooievaarsstationspanga.nl/media/what_fs_index.mov'

    document.writeln("<div style='margin-left:"+indent+"px;width:"+width+"px;height:"+height+"px'>\n\
        <div class='Quicktime'>\n\
	<object classid='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B' codebase='http://www.apple.com/qtactivex/qtplugin.cab' width='"+width+"' height='"+height+"' type='"+type+"'>\n\
        <param name='src' value='"+url+"'>\n\
	<param name='controller' value='true'>\n\
        <param name='autoplay' value='false'>\n\
	<!--[if !IE]>-->\n\
        <object type='"+type+"' data='"+url+"' width='"+width+"' height='"+height+"'>\n\
        <param name='autoplay' value='false'>\n\
	<param name='controller' value='true'>\n\
	<param name='pluginspage' value='http://www.apple.com/quicktime/download'>\n\
        </object>\n\
	<!--<![endif]-->\n\
	</object>\n\
        </div>\n\
    </div>");
    }


// ----- next link
function sOurce2(){

var indent=180
var width=320
var height=256
var type='video/quicktime'
var url='http://www.ooievaarsstationspanga.nl/media/cafeindex.mov'

    document.writeln("<div style='margin-left:"+indent+"px;width:"+width+"px;height:"+height+"px'>\n\
        <div class='Quicktime'>\n\
	<object classid='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B' codebase='http://www.apple.com/qtactivex/qtplugin.cab' width='"+width+"' height='"+height+"' type='"+type+"'>\n\
        <param name='src' value='"+url+"'>\n\
	<param name='controller' value='true'>\n\
        <param name='autoplay' value='false'>\n\
	<!--[if !IE]>-->\n\
        <object type='"+type+"' data='"+url+"' width='"+width+"' height='"+height+"'>\n\
        <param name='autoplay' value='false'>\n\
	<param name='controller' value='true'>\n\
	<param name='pluginspage' value='http://www.apple.com/quicktime/download'>\n\
        </object>\n\
	<!--<![endif]-->\n\
	</object>\n\
        </div>\n\
    </div>");
    }
    