<div id="view360" style="width: 100%">
</div>



AJS.toInit( function()
	{	AJS.$.getScript( "/download/attachments/128142989/pdt360DegViewer.js")
		.done( function( script, textStatus ) {
    			console.log( textStatus );

				var path = '/download/attachments/128142989/';
				console.log( "something");
				// pdt360DegViewer('view360', 2, path, 'png', false, false, true, false, false, false, false);

		});
	}
);