$(document).ready(function() {
		$('#flashcontent').flash({
		swf: 'istillloveyou.swf',
		width: 5, // default is 180
		height: 5,
		hasVersion: 7
	});
}); // end ready
