$(function(){

  $("#nav li").eq(1).after('<li class="tinks-blog-li"><a href="/tinks-blog/">tink\'s blog</a></li>');
  $("#nav li").eq(7).after('<li class="news-file-li"><a href="/news-file/">news file</a></li>');
  $("#nav li").eq(8).after('<li class="paparazzi-file-li"><a href="/paparazzi-file/">paparazzi file</a></li>');
  
  
  var v = document.createElement("video"); // Are we dealing with a browser that supports <video>? 
  
  
  $('#love-is-in-the-air').append('<div id="screen-flash" style="width:777px;height:351px;position:relative;z-index:20;"><video autoplay controls="controls" poster="http://static.tinkworld.com/video/love-is-in-the-air.jpg" width="529" height="400"><source src="http://static.tinkworld.com/video/love-is-in-the-air.m4v" type="video/mp4" /></video></div>');
  if ($('body.tinks-flicks').length > 0) {
	  if ( !v.play || !v.canPlayType("video/mp4") ) { // If browser can't play <video> or h.264
		  var flashvars = {};
		  flashvars.src = "http://static.tinkworld.com/video/love-is-in-the-air.m4v";
		  flashvars.controlBarMode = "floating";
		  flashvars.poster="http://static.authentic-teas.com/video/love-is-in-the-air.jpg";
		  var params = {};
		  params.allowfullscreen = "true";
		  params.allowscriptaccess = "always";
		  params.bgcolor = "#ooo";
		  var attributes = {};
		  swfobject.embedSWF("http://fpdownload.adobe.com/strobe/FlashMediaPlayback.swf", "love-is-in-the-air", "529", "400", "9.0.0", false, flashvars, params, attributes); 
	  }
  }
	
});  
